2026-01-31 06:17:39.414 UTC postmaster[15715] LOG: starting PostgreSQL 19devel on x86_64-freebsd, compiled by clang-19.1.7, 64-bit 2026-01-31 06:17:39.414 UTC postmaster[15715] LOG: listening on Unix socket "/tmp/pg_regress-LmpMr7/.s.PGSQL.40050" 2026-01-31 06:17:39.417 UTC startup[15725] LOG: database system was shut down at 2026-01-31 06:17:39 UTC 2026-01-31 06:17:39.418 UTC postmaster[15715] LOG: database system is ready to accept connections 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF4FD8 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl ERROR: replication slot "regression_slot" already exists 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl ERROR: replication slot name "Invalid Name" contains invalid character 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl HINT: Replication slot names may only contain lower case letters, numbers, and the underscore character. 2026-01-31 06:17:39.499 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('Invalid Name', 'test_decoding'); 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl ERROR: option "nonexistent-option" = "frakbar" is unknown 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-31 06:17:39.500 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistent-option', 'frakbar'); 2026-01-31 06:17:39.501 UTC client backend[15737] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-31 06:17:39.501 UTC client backend[15737] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-31 06:17:39.501 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-31 06:17:39.502 UTC client backend[15737] pg_regress/ddl ERROR: replication slot "regression_slot" does not exist 2026-01-31 06:17:39.502 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT pg_drop_replication_slot('regression_slot'); 2026-01-31 06:17:39.502 UTC client backend[15737] pg_regress/ddl ERROR: cannot use physical replication slot for logical decoding 2026-01-31 06:17:39.502 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-31 06:17:39.503 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.503 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.503 UTC client backend[15737] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:39.525 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.525 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BF5048, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.525 UTC client backend[15737] 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-31 06:17:39.525 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.525 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.525 UTC client backend[15737] 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-31 06:17:39.531 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.531 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BFA9A0, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.531 UTC client backend[15737] 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-31 06:17:39.531 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.531 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.531 UTC client backend[15737] 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-31 06:17:39.537 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.537 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BFDF30, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.537 UTC client backend[15737] 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-31 06:17:39.537 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.537 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.537 UTC client backend[15737] 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-31 06:17:39.540 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.540 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BFE888, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.540 UTC client backend[15737] 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-31 06:17:39.540 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.540 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.540 UTC client backend[15737] 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-31 06:17:39.545 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.545 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BFFC48, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.545 UTC client backend[15737] 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-31 06:17:39.545 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.545 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.545 UTC client backend[15737] 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-31 06:17:39.558 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.558 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01C00568, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.558 UTC client backend[15737] 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-31 06:17:39.558 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.558 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.558 UTC client backend[15737] 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-31 06:17:39.561 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.561 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01C0B8D0, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.561 UTC client backend[15737] 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-31 06:17:39.561 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.561 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.561 UTC client backend[15737] 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-31 06:17:39.631 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:39.631 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01C0BA78, reading WAL from 0/01BF5010. 2026-01-31 06:17:39.631 UTC client backend[15737] 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-31 06:17:39.631 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:39.631 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:39.631 UTC client backend[15737] 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-31 06:17:40.919 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:40.919 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01ECC628, reading WAL from 0/01BF5010. 2026-01-31 06:17:40.919 UTC client backend[15737] 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-31 06:17:40.919 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:40.919 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:40.919 UTC client backend[15737] 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-31 06:17:41.051 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.051 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01F61758, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.051 UTC client backend[15737] 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-31 06:17:41.051 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.051 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.051 UTC client backend[15737] 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-31 06:17:41.318 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.318 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02044038, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.318 UTC client backend[15737] 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-31 06:17:41.318 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.318 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.318 UTC client backend[15737] 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-31 06:17:41.344 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.344 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0204ACC0, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.344 UTC client backend[15737] 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-31 06:17:41.344 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.344 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.344 UTC client backend[15737] 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-31 06:17:41.367 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.367 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0204B1C0, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.367 UTC client backend[15737] 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-31 06:17:41.367 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.367 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.367 UTC client backend[15737] 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-31 06:17:41.388 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.388 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0204B460, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.388 UTC client backend[15737] 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-31 06:17:41.388 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.388 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.388 UTC client backend[15737] 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-31 06:17:41.415 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.415 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0204B640, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.415 UTC client backend[15737] 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-31 06:17:41.415 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.415 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.415 UTC client backend[15737] 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-31 06:17:41.615 UTC client backend[15737] pg_regress/ddl ERROR: cannot rewrite table "replication_metadata" used as a catalog table 2026-01-31 06:17:41.615 UTC client backend[15737] pg_regress/ddl STATEMENT: ALTER TABLE replication_metadata ALTER COLUMN rewritemeornot TYPE text; 2026-01-31 06:17:41.668 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.668 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02056760, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.668 UTC client backend[15737] 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-31 06:17:41.668 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.668 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.668 UTC client backend[15737] 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-31 06:17:41.748 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.748 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0205E990, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.748 UTC client backend[15737] 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-31 06:17:41.748 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.748 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.748 UTC client backend[15737] 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-31 06:17:41.780 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.780 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02089998, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.780 UTC client backend[15737] 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-31 06:17:41.780 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.780 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.780 UTC client backend[15737] 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-31 06:17:41.800 UTC client backend[15737] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.800 UTC client backend[15737] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02090760, reading WAL from 0/01BF5010. 2026-01-31 06:17:41.800 UTC client backend[15737] 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-31 06:17:41.800 UTC client backend[15737] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BF5010 2026-01-31 06:17:41.800 UTC client backend[15737] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-31 06:17:41.800 UTC client backend[15737] 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-31 06:17:41.835 UTC client backend[16143] pg_regress/xact LOG: logical decoding found consistent point at 0/02090880 2026-01-31 06:17:41.835 UTC client backend[16143] pg_regress/xact DETAIL: There are no running transactions. 2026-01-31 06:17:41.835 UTC client backend[16143] pg_regress/xact STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:41.839 UTC client backend[16143] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.839 UTC client backend[16143] pg_regress/xact DETAIL: Streaming transactions committing after 0/020908B8, reading WAL from 0/02090880. 2026-01-31 06:17:41.839 UTC client backend[16143] 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-31 06:17:41.839 UTC client backend[16143] pg_regress/xact LOG: logical decoding found consistent point at 0/02090880 2026-01-31 06:17:41.839 UTC client backend[16143] pg_regress/xact DETAIL: There are no running transactions. 2026-01-31 06:17:41.839 UTC client backend[16143] 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-31 06:17:41.841 UTC client backend[16143] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.841 UTC client backend[16143] pg_regress/xact DETAIL: Streaming transactions committing after 0/02094220, reading WAL from 0/02090880. 2026-01-31 06:17:41.841 UTC client backend[16143] 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-31 06:17:41.841 UTC client backend[16143] pg_regress/xact LOG: logical decoding found consistent point at 0/02090880 2026-01-31 06:17:41.841 UTC client backend[16143] pg_regress/xact DETAIL: There are no running transactions. 2026-01-31 06:17:41.841 UTC client backend[16143] 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-31 06:17:41.915 UTC client backend[16149] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020A05A0 2026-01-31 06:17:41.915 UTC client backend[16149] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-31 06:17:41.915 UTC client backend[16149] pg_regress/rewrite STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:41.919 UTC client backend[16149] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:41.919 UTC client backend[16149] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/020A05D8, reading WAL from 0/020A05A0. 2026-01-31 06:17:41.919 UTC client backend[16149] 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-31 06:17:41.919 UTC client backend[16149] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020A05A0 2026-01-31 06:17:41.919 UTC client backend[16149] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-31 06:17:41.919 UTC client backend[16149] 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-31 06:17:42.008 UTC checkpointer[15723] LOG: checkpoint starting: fast force wait 2026-01-31 06:17:42.012 UTC checkpointer[15723] LOG: checkpoint complete: wrote 917 buffers (5.6%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 1 recycled; write=0.004 s, sync=0.001 s, total=0.005 s; sync files=0, longest=0.000 s, average=0.000 s; distance=12243 kB, estimate=12243 kB; lsn=0/023892B0, redo lsn=0/02389258 2026-01-31 06:17:42.013 UTC client backend[16149] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:42.013 UTC client backend[16149] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/020A4F70, reading WAL from 0/020A05A0. 2026-01-31 06:17:42.013 UTC client backend[16149] 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-31 06:17:42.013 UTC client backend[16149] pg_regress/rewrite LOG: logical decoding found consistent point at 0/020A05A0 2026-01-31 06:17:42.013 UTC client backend[16149] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-31 06:17:42.013 UTC client backend[16149] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); TRAP: failed Assert("record->xl_tot_len >= SizeOfXLogRecord"), File: "../src/backend/access/transam/xlogreader.c", Line: 1237, PID: 16149 0xaf25c2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x6a6dad at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x6a619f at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x9144a0 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x914160 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x7ad886 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x7c2bb5 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x7ae58a at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x7a291b at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x9a4296 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x9a3e60 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x9a2cb7 <$dtrace647993547.exec_simple_query+0x507> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x9a05fb at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x99aa79 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8decfb at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8e3765 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8e14d7 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x80cb2d at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x829cabe34 <__libc_start1+0x124> at /lib/libc.so.7 2026-01-31 06:17:42.396 UTC postmaster[15715] LOG: client backend (PID 16149) was terminated by signal 6: Abort trap 2026-01-31 06:17:42.396 UTC postmaster[15715] 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-31 06:17:42.396 UTC postmaster[15715] LOG: terminating any other active server processes 2026-01-31 06:17:42.398 UTC postmaster[15715] LOG: all server processes terminated; reinitializing 2026-01-31 06:17:42.404 UTC startup[16243] LOG: database system was interrupted; last known up at 2026-01-31 06:17:42 UTC 2026-01-31 06:17:42.404 UTC startup[16243] LOG: database system was not properly shut down; automatic recovery in progress 2026-01-31 06:17:42.404 UTC client backend[16246] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.405 UTC startup[16243] LOG: redo starts at 0/02389258 2026-01-31 06:17:42.405 UTC startup[16243] LOG: invalid record length at 0/02389330: expected at least 24, got 0 2026-01-31 06:17:42.405 UTC startup[16243] LOG: redo done at 0/023892B0 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2026-01-31 06:17:42.405 UTC checkpointer[16244] LOG: checkpoint starting: end-of-recovery fast wait 2026-01-31 06:17:42.406 UTC checkpointer[16244] 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.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/023892B0, redo lsn=0/023892B0 2026-01-31 06:17:42.406 UTC postmaster[15715] LOG: database system is ready to accept connections 2026-01-31 06:17:42.423 UTC client backend[16255] pg_regress/permissions ERROR: replication slot "regression_slot" already exists 2026-01-31 06:17:42.423 UTC client backend[16255] pg_regress/permissions STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-31 06:17:42.423 UTC client backend[16255] pg_regress/permissions LOG: starting logical decoding for slot "regression_slot" 2026-01-31 06:17:42.423 UTC client backend[16255] pg_regress/permissions DETAIL: Streaming transactions committing after 0/020A4F70, reading WAL from 0/020A05A0. 2026-01-31 06:17:42.423 UTC client backend[16255] 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-31 06:17:42.424 UTC client backend[16255] pg_regress/permissions LOG: logical decoding found consistent point at 0/020A05A0 2026-01-31 06:17:42.424 UTC client backend[16255] pg_regress/permissions DETAIL: There are no running transactions. 2026-01-31 06:17:42.424 UTC client backend[16255] 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-31 06:17:42.636 UTC postmaster[15715] LOG: client backend (PID 16255) was terminated by signal 11: Segmentation fault 2026-01-31 06:17:42.636 UTC postmaster[15715] 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-31 06:17:42.644 UTC postmaster[15715] LOG: terminating any other active server processes 2026-01-31 06:17:42.646 UTC postmaster[15715] LOG: all server processes terminated; reinitializing 2026-01-31 06:17:42.652 UTC client backend[16291] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.654 UTC startup[16288] LOG: database system was interrupted; last known up at 2026-01-31 06:17:42 UTC 2026-01-31 06:17:42.654 UTC startup[16288] LOG: record with incorrect prev-link 0/023892B0 at 0/023892B0 2026-01-31 06:17:42.654 UTC startup[16288] LOG: invalid checkpoint record 2026-01-31 06:17:42.654 UTC startup[16288] PANIC: could not locate a valid checkpoint record at 0/023892B0 2026-01-31 06:17:42.660 UTC client backend[16296] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.669 UTC client backend[16301] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.675 UTC client backend[16305] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.682 UTC client backend[16310] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.689 UTC client backend[16315] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.696 UTC client backend[16319] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.702 UTC client backend[16323] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.711 UTC client backend[16327] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.719 UTC client backend[16331] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.727 UTC client backend[16335] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.734 UTC client backend[16339] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.741 UTC client backend[16344] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.749 UTC client backend[16349] [unknown] FATAL: the database system is in recovery mode 2026-01-31 06:17:42.755 UTC postmaster[15715] LOG: received fast shutdown request