2026-01-25 11:45:28.536 GMT postmaster[6156] LOG: starting PostgreSQL 19devel on x86_64-windows, compiled by msvc-19.29.30159, 64-bit 2026-01-25 11:45:28.537 GMT postmaster[6156] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40049" 2026-01-25 11:45:28.572 GMT startup[5988] LOG: database system was shut down at 2026-01-25 11:36:22 GMT 2026-01-25 11:45:28.595 GMT postmaster[6156] LOG: database system is ready to accept connections 2026-01-25 11:45:29.072 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD24E0 2026-01-25 11:45:29.072 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.072 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:29.074 GMT client backend[8968] pg_regress/ddl ERROR: replication slot "regression_slot" already exists 2026-01-25 11:45:29.074 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:29.075 GMT client backend[8968] pg_regress/ddl ERROR: replication slot name "Invalid Name" contains invalid character 2026-01-25 11:45:29.075 GMT client backend[8968] pg_regress/ddl HINT: Replication slot names may only contain lower case letters, numbers, and the underscore character. 2026-01-25 11:45:29.075 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('Invalid Name', 'test_decoding'); 2026-01-25 11:45:29.076 GMT client backend[8968] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-25 11:45:29.076 GMT client backend[8968] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-25 11:45:29.076 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-25 11:45:29.078 GMT client backend[8968] pg_regress/ddl ERROR: option "nonexistent-option" = "frakbar" is unknown 2026-01-25 11:45:29.078 GMT client backend[8968] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-25 11:45:29.078 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistent-option', 'frakbar'); 2026-01-25 11:45:29.079 GMT client backend[8968] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-01-25 11:45:29.079 GMT client backend[8968] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-01-25 11:45:29.079 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-01-25 11:45:29.082 GMT client backend[8968] pg_regress/ddl ERROR: replication slot "regression_slot" does not exist 2026-01-25 11:45:29.082 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT pg_drop_replication_slot('regression_slot'); 2026-01-25 11:45:29.085 GMT client backend[8968] pg_regress/ddl ERROR: cannot use physical replication slot for logical decoding 2026-01-25 11:45:29.085 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-01-25 11:45:29.090 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.090 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.090 GMT client backend[8968] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:29.114 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.114 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BD2550, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.114 GMT client backend[8968] 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-25 11:45:29.115 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.115 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.115 GMT client backend[8968] 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-25 11:45:29.136 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.136 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BD7E90, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.136 GMT client backend[8968] 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-25 11:45:29.136 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.136 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.136 GMT client backend[8968] 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-25 11:45:29.144 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.144 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDB438, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.144 GMT client backend[8968] 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-25 11:45:29.145 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.145 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.145 GMT client backend[8968] 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-25 11:45:29.151 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.151 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDBD78, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.151 GMT client backend[8968] 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-25 11:45:29.151 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.151 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.151 GMT client backend[8968] 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-25 11:45:29.160 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.160 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDD150, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.160 GMT client backend[8968] 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-25 11:45:29.160 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.160 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.160 GMT client backend[8968] 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-25 11:45:29.181 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.181 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDDA58, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.181 GMT client backend[8968] 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-25 11:45:29.181 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.181 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.181 GMT client backend[8968] 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-25 11:45:29.187 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.187 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BE8DD8, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.187 GMT client backend[8968] 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-25 11:45:29.188 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.188 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.188 GMT client backend[8968] 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-25 11:45:29.431 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.431 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BE8F80, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.431 GMT client backend[8968] 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-25 11:45:29.432 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.432 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.432 GMT client backend[8968] 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-25 11:45:29.750 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:29.750 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01EA9B18, reading WAL from 0/01BD2518. 2026-01-25 11:45:29.750 GMT client backend[8968] 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-25 11:45:29.750 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:29.750 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:29.750 GMT client backend[8968] 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-25 11:45:30.186 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:30.186 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01F3EC60, reading WAL from 0/01BD2518. 2026-01-25 11:45:30.186 GMT client backend[8968] 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-25 11:45:30.186 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:30.186 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:30.186 GMT client backend[8968] 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-25 11:45:30.428 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:30.428 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02021528, reading WAL from 0/01BD2518. 2026-01-25 11:45:30.428 GMT client backend[8968] 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-25 11:45:30.429 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:30.429 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:30.429 GMT client backend[8968] 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-25 11:45:30.654 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:30.654 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/020281C8, reading WAL from 0/01BD2518. 2026-01-25 11:45:30.654 GMT client backend[8968] 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-25 11:45:30.655 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:30.655 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:30.655 GMT client backend[8968] 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-25 11:45:30.889 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:30.889 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/020286C8, reading WAL from 0/01BD2518. 2026-01-25 11:45:30.889 GMT client backend[8968] 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-25 11:45:30.889 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:30.889 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:30.889 GMT client backend[8968] 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-25 11:45:31.071 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:31.071 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028968, reading WAL from 0/01BD2518. 2026-01-25 11:45:31.071 GMT client backend[8968] 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-25 11:45:31.071 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:31.071 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:31.071 GMT client backend[8968] 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-25 11:45:31.265 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:31.265 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028B48, reading WAL from 0/01BD2518. 2026-01-25 11:45:31.265 GMT client backend[8968] 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-25 11:45:31.265 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:31.265 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:31.265 GMT client backend[8968] 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-25 11:45:31.526 GMT client backend[8968] pg_regress/ddl ERROR: cannot rewrite table "replication_metadata" used as a catalog table 2026-01-25 11:45:31.526 GMT client backend[8968] pg_regress/ddl STATEMENT: ALTER TABLE replication_metadata ALTER COLUMN rewritemeornot TYPE text; 2026-01-25 11:45:31.541 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:31.541 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02033C50, reading WAL from 0/01BD2518. 2026-01-25 11:45:31.541 GMT client backend[8968] 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-25 11:45:31.543 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:31.543 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:31.543 GMT client backend[8968] 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-25 11:45:31.803 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:31.803 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0203BE80, reading WAL from 0/01BD2518. 2026-01-25 11:45:31.803 GMT client backend[8968] 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-25 11:45:31.807 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:31.807 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:31.807 GMT client backend[8968] 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-25 11:45:32.085 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:32.085 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02066EA0, reading WAL from 0/01BD2518. 2026-01-25 11:45:32.085 GMT client backend[8968] 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-25 11:45:32.085 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:32.085 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:32.085 GMT client backend[8968] 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-25 11:45:32.289 GMT client backend[8968] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:32.289 GMT client backend[8968] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0206DC50, reading WAL from 0/01BD2518. 2026-01-25 11:45:32.289 GMT client backend[8968] 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-25 11:45:32.289 GMT client backend[8968] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD2518 2026-01-25 11:45:32.289 GMT client backend[8968] pg_regress/ddl DETAIL: There are no running transactions. 2026-01-25 11:45:32.289 GMT client backend[8968] 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-25 11:45:32.595 GMT client backend[8868] pg_regress/xact LOG: logical decoding found consistent point at 0/0206DC88 2026-01-25 11:45:32.595 GMT client backend[8868] pg_regress/xact DETAIL: There are no running transactions. 2026-01-25 11:45:32.595 GMT client backend[8868] pg_regress/xact STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:32.605 GMT client backend[8868] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:32.605 GMT client backend[8868] pg_regress/xact DETAIL: Streaming transactions committing after 0/0206DCC0, reading WAL from 0/0206DC88. 2026-01-25 11:45:32.605 GMT client backend[8868] 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-25 11:45:32.606 GMT client backend[8868] pg_regress/xact LOG: logical decoding found consistent point at 0/0206DC88 2026-01-25 11:45:32.606 GMT client backend[8868] pg_regress/xact DETAIL: There are no running transactions. 2026-01-25 11:45:32.606 GMT client backend[8868] 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-25 11:45:32.611 GMT client backend[8868] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:32.611 GMT client backend[8868] pg_regress/xact DETAIL: Streaming transactions committing after 0/02071670, reading WAL from 0/0206DC88. 2026-01-25 11:45:32.611 GMT client backend[8868] 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-25 11:45:32.612 GMT client backend[8868] pg_regress/xact LOG: logical decoding found consistent point at 0/0206DC88 2026-01-25 11:45:32.612 GMT client backend[8868] pg_regress/xact DETAIL: There are no running transactions. 2026-01-25 11:45:32.612 GMT client backend[8868] 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-25 11:45:32.805 GMT client backend[6924] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DA88 2026-01-25 11:45:32.805 GMT client backend[6924] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-25 11:45:32.805 GMT client backend[6924] pg_regress/rewrite STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:32.813 GMT client backend[6924] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:32.813 GMT client backend[6924] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/0207DAC0, reading WAL from 0/0207DA88. 2026-01-25 11:45:32.813 GMT client backend[6924] 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-25 11:45:32.814 GMT client backend[6924] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DA88 2026-01-25 11:45:32.814 GMT client backend[6924] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-25 11:45:32.814 GMT client backend[6924] 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-25 11:45:33.209 GMT checkpointer[5368] LOG: checkpoint starting: fast force wait 2026-01-25 11:45:33.271 GMT checkpointer[5368] LOG: checkpoint complete: wrote 907 buffers (5.5%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 1 recycled; write=0.038 s, sync=0.001 s, total=0.063 s; sync files=0, longest=0.000 s, average=0.000 s; distance=12205 kB, estimate=12205 kB; lsn=0/023663D0, redo lsn=0/02366378 2026-01-25 11:45:33.283 GMT client backend[6924] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:33.283 GMT client backend[6924] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/02082470, reading WAL from 0/0207DA88. 2026-01-25 11:45:33.283 GMT client backend[6924] 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-25 11:45:33.284 GMT client backend[6924] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DA88 2026-01-25 11:45:33.284 GMT client backend[6924] pg_regress/rewrite DETAIL: There are no running transactions. 2026-01-25 11:45:33.284 GMT client backend[6924] 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-25 11:45:34.255 GMT postmaster[6156] LOG: client backend (PID 6924) was terminated by exception 0xC0000354 2026-01-25 11:45:34.255 GMT postmaster[6156] 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-25 11:45:34.255 GMT postmaster[6156] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-01-25 11:45:34.255 GMT postmaster[6156] LOG: terminating any other active server processes 2026-01-25 11:45:34.271 GMT postmaster[6156] LOG: all server processes terminated; reinitializing 2026-01-25 11:45:34.317 GMT startup[3388] LOG: database system was interrupted; last known up at 2026-01-25 11:45:33 GMT 2026-01-25 11:45:34.318 GMT startup[3388] LOG: database system was not properly shut down; automatic recovery in progress 2026-01-25 11:45:34.320 GMT startup[3388] LOG: redo starts at 0/02366378 2026-01-25 11:45:34.320 GMT startup[3388] LOG: invalid record length at 0/02366450: expected at least 24, got 0 2026-01-25 11:45:34.320 GMT startup[3388] LOG: redo done at 0/023663D0 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2026-01-25 11:45:34.338 GMT checkpointer[8232] LOG: checkpoint starting: end-of-recovery fast wait 2026-01-25 11:45:34.348 GMT checkpointer[8232] LOG: checkpoint complete: wrote 0 buffers (0.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.005 s, sync=0.001 s, total=0.011 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/023663D0, redo lsn=0/023663D0 2026-01-25 11:45:34.438 GMT postmaster[6156] LOG: database system is ready to accept connections 2026-01-25 11:45:34.447 GMT client backend[2628] [unknown] FATAL: the database system is not yet accepting connections 2026-01-25 11:45:34.447 GMT client backend[2628] [unknown] DETAIL: Consistent recovery state has not been yet reached. 2026-01-25 11:45:34.682 GMT client backend[8096] pg_regress/permissions ERROR: replication slot "regression_slot" already exists 2026-01-25 11:45:34.682 GMT client backend[8096] pg_regress/permissions STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-01-25 11:45:34.684 GMT client backend[8096] pg_regress/permissions LOG: starting logical decoding for slot "regression_slot" 2026-01-25 11:45:34.684 GMT client backend[8096] pg_regress/permissions DETAIL: Streaming transactions committing after 0/02082470, reading WAL from 0/0207DA88. 2026-01-25 11:45:34.684 GMT client backend[8096] 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-25 11:45:34.685 GMT client backend[8096] pg_regress/permissions LOG: logical decoding found consistent point at 0/0207DA88 2026-01-25 11:45:34.685 GMT client backend[8096] pg_regress/permissions DETAIL: There are no running transactions. 2026-01-25 11:45:34.685 GMT client backend[8096] 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-25 11:45:35.647 GMT postmaster[6156] LOG: client backend (PID 8096) was terminated by exception 0xC0000354 2026-01-25 11:45:35.647 GMT postmaster[6156] 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-25 11:45:35.647 GMT postmaster[6156] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-01-25 11:45:35.647 GMT postmaster[6156] LOG: terminating any other active server processes 2026-01-25 11:45:35.660 GMT postmaster[6156] LOG: all server processes terminated; reinitializing 2026-01-25 11:45:35.705 GMT startup[5204] LOG: database system was interrupted; last known up at 2026-01-25 11:45:34 GMT 2026-01-25 11:45:35.706 GMT startup[5204] LOG: record with incorrect prev-link 0/023663D0 at 0/023663D0 2026-01-25 11:45:35.706 GMT startup[5204] LOG: invalid checkpoint record 2026-01-25 11:45:35.706 GMT startup[5204] PANIC: could not locate a valid checkpoint record at 0/023663D0 abort() has been called2026-01-25 11:45:35.823 GMT client backend[2624] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:35.935 GMT client backend[5264] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.056 GMT client backend[7224] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.176 GMT client backend[6360] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.282 GMT client backend[8328] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.392 GMT client backend[6036] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.547 GMT client backend[5780] [unknown] FATAL: the database system is in recovery mode 2026-01-25 11:45:36.799 GMT postmaster[6156] LOG: startup process (PID 5204) was terminated by exception 0xC0000354 2026-01-25 11:45:36.799 GMT postmaster[6156] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-01-25 11:45:36.799 GMT postmaster[6156] LOG: aborting startup due to startup process failure 2026-01-25 11:45:36.800 GMT postmaster[6156] LOG: database system is shut down TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 1176 abort() has been called