2026-01-27 08:22:18.444 UTC postmaster[25064] LOG: starting PostgreSQL 19devel on x86_64-netbsd, compiled by gcc-10.5.0, 64-bit 2026-01-27 08:22:18.444 UTC postmaster[25064] LOG: listening on Unix socket "/tmp/pg_regress-uwNZq0/.s.PGSQL.40050" 2026-01-27 08:22:18.446 UTC startup[29003] LOG: database system was shut down at 2026-01-27 08:17:21 UTC 2026-01-27 08:22:18.449 UTC postmaster[25064] LOG: database system is ready to accept connections 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE230 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl ERROR: replication slot "regression_slot" already exists 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl ERROR: replication slot name "Invalid Name" contains invalid character 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl HINT: Replication slot names may only contain lower case letters, numbers, and the underscore character. 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('Invalid Name', 'test_decoding'); 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-27 08:22:18.546 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl ERROR: option "nonexistent-option" = "frakbar" is unknown 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistent-option', 'frakbar'); 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-27 08:22:18.547 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-27 08:22:18.548 UTC client backend[20876] pg_regress/ddl ERROR: replication slot "regression_slot" does not exist 2026-01-27 08:22:18.548 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT pg_drop_replication_slot('regression_slot'); 2026-01-27 08:22:18.548 UTC client backend[20876] pg_regress/ddl ERROR: cannot use physical replication slot for logical decoding 2026-01-27 08:22:18.548 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.549 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.549 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.549 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BEE2A0, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.555 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF3BE0, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT count(data) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.559 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT count(data) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF7188, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.561 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF7AC8, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.563 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF8EA0, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.565 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF97A8, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1', 'include-rewrites', '1'); 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.570 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1', 'include-rewrites', '1'); 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01C04B28, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.572 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results */ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01C04CD0, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results, but hide most of the output */ SELECT count(*), min(data), max(data) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') GROUP BY substring(data, 1, 24) ORDER BY 1,2; 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.643 UTC client backend[20876] pg_regress/ddl STATEMENT: /* display results, but hide most of the output */ SELECT count(*), min(data), max(data) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') GROUP BY substring(data, 1, 24) ORDER BY 1,2; 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01EC5868, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') WHERE data ~ 'UPDATE'; 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.740 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') WHERE data ~ 'UPDATE'; 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01F5A9B0, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT substring(data, 1, 29), count(*) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') WITH ORDINALITY GROUP BY 1 ORDER BY min(ordinality); 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.826 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT substring(data, 1, 29), count(*) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') WITH ORDINALITY GROUP BY 1 ORDER BY min(ordinality); 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0203D278, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.874 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02043F00, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.913 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02044418, reading WAL from 0/01BEE268. 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:18.967 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/020446B8, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.001 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02044898, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.040 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.103 UTC client backend[20876] pg_regress/ddl ERROR: cannot rewrite table "replication_metadata" used as a catalog table 2026-01-27 08:22:19.103 UTC client backend[20876] pg_regress/ddl STATEMENT: ALTER TABLE replication_metadata ALTER COLUMN rewritemeornot TYPE text; 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0204F9A0, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.109 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02057BD0, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.165 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02082BF0, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.225 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.273 UTC client backend[20876] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.273 UTC client backend[20876] pg_regress/ddl DETAIL: Streaming transactions committing after 0/020899A0, reading WAL from 0/01BEE268. 2026-01-27 08:22:19.273 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.274 UTC client backend[20876] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BEE268 2026-01-27 08:22:19.274 UTC client backend[20876] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-27 08:22:19.274 UTC client backend[20876] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.329 UTC client backend[8460] pg_regress/xact LOG: logical decoding found consistent point at 0/020899D8 2026-01-27 08:22:19.329 UTC client backend[8460] pg_regress/xact DETAIL: There are no running transactions. 2026-01-27 08:22:19.329 UTC client backend[8460] pg_regress/xact STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact DETAIL: Streaming transactions committing after 0/02089A10, reading WAL from 0/020899D8. 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact LOG: logical decoding found consistent point at 0/020899D8 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact DETAIL: There are no running transactions. 2026-01-27 08:22:19.333 UTC client backend[8460] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact DETAIL: Streaming transactions committing after 0/0208D3C0, reading WAL from 0/020899D8. 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact LOG: logical decoding found consistent point at 0/020899D8 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact DETAIL: There are no running transactions. 2026-01-27 08:22:19.334 UTC client backend[8460] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.367 UTC client backend[28052] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020997E0 2026-01-27 08:22:19.367 UTC client backend[28052] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-27 08:22:19.367 UTC client backend[28052] pg_regress/rewrite STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:19.369 UTC client backend[28052] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.369 UTC client backend[28052] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/02099818, reading WAL from 0/020997E0. 2026-01-27 08:22:19.369 UTC client backend[28052] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.370 UTC client backend[28052] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020997E0 2026-01-27 08:22:19.370 UTC client backend[28052] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-27 08:22:19.370 UTC client backend[28052] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.474 UTC checkpointer[27023] LOG: checkpoint starting: fast force wait 2026-01-27 08:22:19.483 UTC checkpointer[27023] LOG: checkpoint complete: wrote 914 buffers (5.6%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 1 recycled; write=0.008 s, sync=0.001 s, total=0.010 s; sync files=0, longest=0.000 s, average=0.000 s; distance=12232 kB, estimate=12232 kB; lsn=0/023824B8, redo lsn=0/02382460 2026-01-27 08:22:19.485 UTC client backend[28052] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.485 UTC client backend[28052] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/0209E1C8, reading WAL from 0/020997E0. 2026-01-27 08:22:19.485 UTC client backend[28052] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.486 UTC client backend[28052] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020997E0 2026-01-27 08:22:19.486 UTC client backend[28052] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-27 08:22:19.486 UTC client backend[28052] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.517 UTC postmaster[25064] LOG: client backend (PID 28052) was terminated by signal 11: Segmentation fault 2026-01-27 08:22:19.517 UTC postmaster[25064] DETAIL: Failed process was running: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.517 UTC postmaster[25064] LOG: terminating any other active server processes 2026-01-27 08:22:19.521 UTC postmaster[25064] LOG: all server processes terminated; reinitializing 2026-01-27 08:22:19.533 UTC startup[13012] LOG: database system was interrupted; last known up at 2026-01-27 08:22:19 UTC 2026-01-27 08:22:19.533 UTC startup[13012] LOG: database system was not properly shut down; automatic recovery in progress 2026-01-27 08:22:19.534 UTC client backend[4338] [unknown] FATAL: the database system is in recovery mode 2026-01-27 08:22:19.534 UTC startup[13012] LOG: redo starts at 0/02382460 2026-01-27 08:22:19.534 UTC startup[13012] LOG: invalid record length at 0/02382538: expected at least 24, got 0 2026-01-27 08:22:19.534 UTC startup[13012] LOG: redo done at 0/023824B8 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2026-01-27 08:22:19.535 UTC checkpointer[5193] LOG: checkpoint starting: end-of-recovery fast wait 2026-01-27 08:22:19.538 UTC checkpointer[5193] LOG: checkpoint complete: wrote 0 buffers (0.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.004 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/023824B8, redo lsn=0/023824B8 2026-01-27 08:22:19.541 UTC postmaster[25064] LOG: database system is ready to accept connections 2026-01-27 08:22:19.565 UTC client backend[3548] pg_regress/permissions ERROR: replication slot "regression_slot" already exists 2026-01-27 08:22:19.565 UTC client backend[3548] pg_regress/permissions STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions LOG: starting logical decoding for slot "regression_slot" 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions DETAIL: Streaming transactions committing after 0/0209E1C8, reading WAL from 0/020997E0. 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions LOG: logical decoding found consistent point at 0/020997E0 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions DETAIL: There are no running transactions. 2026-01-27 08:22:19.566 UTC client backend[3548] pg_regress/permissions STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.660 UTC postmaster[25064] LOG: client backend (PID 3548) was terminated by signal 11: Segmentation fault 2026-01-27 08:22:19.660 UTC postmaster[25064] DETAIL: Failed process was running: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-27 08:22:19.660 UTC postmaster[25064] LOG: terminating any other active server processes 2026-01-27 08:22:19.662 UTC postmaster[25064] LOG: all server processes terminated; reinitializing 2026-01-27 08:22:19.672 UTC startup[22207] LOG: database system was interrupted; last known up at 2026-01-27 08:22:19 UTC 2026-01-27 08:22:19.672 UTC startup[22207] LOG: record with incorrect prev-link 0/023824B8 at 0/023824B8 2026-01-27 08:22:19.672 UTC startup[22207] LOG: invalid checkpoint record 2026-01-27 08:22:19.672 UTC startup[22207] PANIC: could not locate a valid checkpoint record at 0/023824B8 2026-01-27 08:22:19.672 UTC client backend[27681] [unknown] FATAL: the database system is in recovery mode 2026-01-27 08:22:19.706 UTC client backend[24640] [unknown] FATAL: the database system is in recovery mode 2026-01-27 08:22:19.713 UTC postmaster[25064] LOG: startup process (PID 22207) was terminated by signal 6: Abort trap 2026-01-27 08:22:19.713 UTC postmaster[25064] LOG: aborting startup due to startup process failure 2026-01-27 08:22:19.714 UTC postmaster[25064] LOG: database system is shut down