summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/expected/decoding_in_xact.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/test_decoding/expected/decoding_in_xact.out')
-rw-r--r--contrib/test_decoding/expected/decoding_in_xact.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_decoding/expected/decoding_in_xact.out b/contrib/test_decoding/expected/decoding_in_xact.out
index 456840886a..ab4d3aee72 100644
--- a/contrib/test_decoding/expected/decoding_in_xact.out
+++ b/contrib/test_decoding/expected/decoding_in_xact.out
@@ -11,7 +11,7 @@ SELECT txid_current() = 0;
SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding');
ERROR: cannot create logical replication slot in transaction that has performed writes
ROLLBACK;
--- fail because we're creating a slot while in an subxact whose topxact has a xid
+-- fail because we're creating a slot while in a subxact whose topxact has an xid
BEGIN;
SELECT txid_current() = 0;
?column?