1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
pg_probackup/expected/show.out
stalkerg 558d4a3427 Remove noisy NOTICE messages when calling pg_stop_backup
Those per se are not that annoying, but the random messages generated
by the backend while pg_arman is waiting for segments to be archived
are annoying. This commit gets rid of them by using client_min_messages
set to warning on the connection used.

Report by Yury Zhuravlev.
2016-03-28 13:47:49 +03:00

29 lines
533 B
Plaintext

\! bash sql/show.sh
###### SHOW COMMAND TEST-0001 ######
###### Status DONE and OK ######
0
OK: DONE status is shown properly.
0
OK: OK status is shown properly.
###### SHOW COMMAND TEST-0002 ######
###### Status RUNNING ######
OK: RUNNING status is shown properly.
###### SHOW COMMAND TEST-0003 ######
###### Status CORRUPT ######
0
remove a file from backup intentionally
0
OK: CORRUPT status is shown properly.
###### SHOW COMMAND TEST-0004 ######
###### Status DELETED ######
0
0
0
0
0
OK: DELETED status is shown properly.