diff options
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/expected/slot.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_decoding/expected/slot.out b/contrib/test_decoding/expected/slot.out index 3da6b0be633..1000171530f 100644 --- a/contrib/test_decoding/expected/slot.out +++ b/contrib/test_decoding/expected/slot.out @@ -141,7 +141,7 @@ SELECT slot_name FROM pg_create_physical_replication_slot('regression_slot3'); (1 row) SELECT pg_replication_slot_advance('regression_slot3', '0/0'); -- invalid LSN -ERROR: invalid target wal lsn +ERROR: invalid target WAL LSN SELECT pg_replication_slot_advance('regression_slot3', '0/1'); -- error ERROR: cannot advance replication slot that has not previously reserved WAL SELECT pg_drop_replication_slot('regression_slot3'); |