diff options
author | Peter Eisentraut | 2021-04-07 05:37:30 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-04-07 05:42:44 +0000 |
commit | 0b5e8245283eef67e88fb5380836cdc2c743d848 (patch) | |
tree | 56c3420e48e12a1bab727c08e105cce1986c2c55 /contrib | |
parent | 4c0239cb7a7775e3183cb575e62703d71bf3302d (diff) |
Message improvement
The previous wording contained a superfluous comma. Adjust phrasing
for grammatical correctness and clarity.
Diffstat (limited to 'contrib')
-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 ea72bf9f157..75b4b5cc625 100644 --- a/contrib/test_decoding/expected/slot.out +++ b/contrib/test_decoding/expected/slot.out @@ -144,7 +144,7 @@ SELECT pg_replication_slot_advance('regression_slot3', '0/0'); -- invalid LSN ERROR: invalid target WAL LSN SELECT pg_replication_slot_advance('regression_slot3', '0/1'); -- error ERROR: replication slot "regression_slot3" cannot be advanced -DETAIL: This slot has never previously reserved WAL, or has been invalidated. +DETAIL: This slot has never previously reserved WAL, or it has been invalidated. SELECT pg_drop_replication_slot('regression_slot3'); pg_drop_replication_slot -------------------------- |