mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
This commit is contained in:
@ -428,7 +428,7 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'inc
|
||||
-- test whether a known, but not yet logged toplevel xact, followed by a
|
||||
-- subxact commit is handled correctly
|
||||
BEGIN;
|
||||
SELECT pg_current_xact_id() != '0'; -- so no fixed xid apears in the outfile
|
||||
SELECT pg_current_xact_id() != '0'; -- so no fixed xid appears in the outfile
|
||||
?column?
|
||||
----------
|
||||
t
|
||||
|
@ -236,7 +236,7 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'inc
|
||||
-- test whether a known, but not yet logged toplevel xact, followed by a
|
||||
-- subxact commit is handled correctly
|
||||
BEGIN;
|
||||
SELECT pg_current_xact_id() != '0'; -- so no fixed xid apears in the outfile
|
||||
SELECT pg_current_xact_id() != '0'; -- so no fixed xid appears in the outfile
|
||||
SAVEPOINT a;
|
||||
INSERT INTO tr_sub(path) VALUES ('4-top-1-#1');
|
||||
RELEASE SAVEPOINT a;
|
||||
|
Reference in New Issue
Block a user