mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Message style fixes
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user