2026-02-05 11:17:03.346 GMT postmaster[6512] LOG: starting PostgreSQL 19devel on x86_64-windows, compiled by msvc-19.29.30159, 64-bit 2026-02-05 11:17:03.348 GMT postmaster[6512] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40049" 2026-02-05 11:17:03.399 GMT startup[3292] LOG: database system was shut down at 2026-02-05 11:07:49 GMT 2026-02-05 11:17:03.456 GMT dead-end client backend[4060] [unknown] FATAL: the database system is starting up 2026-02-05 11:17:03.479 GMT postmaster[6512] LOG: database system is ready to accept connections 2026-02-05 11:17:04.009 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28A8 2026-02-05 11:17:04.009 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.009 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:04.012 GMT client backend[7764] pg_regress/ddl ERROR: replication slot "regression_slot" already exists 2026-02-05 11:17:04.012 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:04.012 GMT client backend[7764] pg_regress/ddl ERROR: replication slot name "Invalid Name" contains invalid character 2026-02-05 11:17:04.012 GMT client backend[7764] pg_regress/ddl HINT: Replication slot names may only contain lower case letters, numbers, and the underscore character. 2026-02-05 11:17:04.012 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('Invalid Name', 'test_decoding'); 2026-02-05 11:17:04.014 GMT client backend[7764] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-02-05 11:17:04.014 GMT client backend[7764] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-02-05 11:17:04.014 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-02-05 11:17:04.016 GMT client backend[7764] pg_regress/ddl ERROR: option "nonexistent-option" = "frakbar" is unknown 2026-02-05 11:17:04.016 GMT client backend[7764] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-02-05 11:17:04.016 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistent-option', 'frakbar'); 2026-02-05 11:17:04.018 GMT client backend[7764] pg_regress/ddl ERROR: could not parse value "frakbar" for parameter "include-xids" 2026-02-05 11:17:04.018 GMT client backend[7764] pg_regress/ddl CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback 2026-02-05 11:17:04.018 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar'); 2026-02-05 11:17:04.021 GMT client backend[7764] pg_regress/ddl ERROR: replication slot "regression_slot" does not exist 2026-02-05 11:17:04.021 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT pg_drop_replication_slot('regression_slot'); 2026-02-05 11:17:04.024 GMT client backend[7764] pg_regress/ddl ERROR: cannot use physical replication slot for logical decoding 2026-02-05 11:17:04.024 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:04.029 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.029 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.029 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:04.055 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.055 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BD2918, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.055 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:04.056 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.056 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.056 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:04.076 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.076 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BD8270, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.076 GMT client backend[7764] 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-02-05 11:17:04.077 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.077 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.077 GMT client backend[7764] 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-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDB800, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.104 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:04.111 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.111 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDC158, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.111 GMT client backend[7764] 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-02-05 11:17:04.112 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.112 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.112 GMT client backend[7764] 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-02-05 11:17:04.120 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.120 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDD518, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.120 GMT client backend[7764] 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-02-05 11:17:04.121 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.121 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.121 GMT client backend[7764] 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-02-05 11:17:04.146 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.146 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BDDE20, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.146 GMT client backend[7764] 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-02-05 11:17:04.146 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.146 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.146 GMT client backend[7764] 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-02-05 11:17:04.153 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.153 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BE91A0, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.153 GMT client backend[7764] 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-02-05 11:17:04.153 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.153 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.153 GMT client backend[7764] 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-02-05 11:17:04.420 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.420 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01BE9348, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.420 GMT client backend[7764] 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-02-05 11:17:04.421 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.421 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.421 GMT client backend[7764] 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-02-05 11:17:04.817 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:04.817 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01EA9EE0, reading WAL from 0/01BD28E0. 2026-02-05 11:17:04.817 GMT client backend[7764] 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-02-05 11:17:04.818 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:04.818 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:04.818 GMT client backend[7764] 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-02-05 11:17:05.231 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:05.231 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/01F3F028, reading WAL from 0/01BD28E0. 2026-02-05 11:17:05.231 GMT client backend[7764] 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-02-05 11:17:05.231 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:05.231 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:05.231 GMT client backend[7764] 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-02-05 11:17:05.547 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:05.547 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/020218F0, reading WAL from 0/01BD28E0. 2026-02-05 11:17:05.547 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:05.548 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:05.548 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:05.548 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028590, reading WAL from 0/01BD28E0. 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:05.812 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028A90, reading WAL from 0/01BD28E0. 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:06.003 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.211 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:06.211 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028D30, reading WAL from 0/01BD28E0. 2026-02-05 11:17:06.211 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.212 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:06.212 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:06.212 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.446 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:06.446 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02028F10, reading WAL from 0/01BD28E0. 2026-02-05 11:17:06.446 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.447 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:06.447 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:06.447 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.728 GMT client backend[7764] pg_regress/ddl ERROR: cannot rewrite table "replication_metadata" used as a catalog table 2026-02-05 11:17:06.728 GMT client backend[7764] pg_regress/ddl STATEMENT: ALTER TABLE replication_metadata ALTER COLUMN rewritemeornot TYPE text; 2026-02-05 11:17:06.746 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:06.746 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02034030, reading WAL from 0/01BD28E0. 2026-02-05 11:17:06.746 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:06.747 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:06.747 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:06.747 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.050 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.050 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0203C260, reading WAL from 0/01BD28E0. 2026-02-05 11:17:07.050 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.053 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:07.053 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:07.053 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/02067268, reading WAL from 0/01BD28E0. 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:07.269 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl DETAIL: Streaming transactions committing after 0/0206E030, reading WAL from 0/01BD28E0. 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl LOG: logical decoding found consistent point at 0/01BD28E0 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl DETAIL: There are no running transactions. 2026-02-05 11:17:07.464 GMT client backend[7764] pg_regress/ddl STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.796 GMT client backend[8472] pg_regress/xact LOG: logical decoding found consistent point at 0/0206E068 2026-02-05 11:17:07.796 GMT client backend[8472] pg_regress/xact DETAIL: There are no running transactions. 2026-02-05 11:17:07.796 GMT client backend[8472] pg_regress/xact STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:07.808 GMT client backend[8472] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.808 GMT client backend[8472] pg_regress/xact DETAIL: Streaming transactions committing after 0/0206E0A0, reading WAL from 0/0206E068. 2026-02-05 11:17:07.808 GMT client backend[8472] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.809 GMT client backend[8472] pg_regress/xact LOG: logical decoding found consistent point at 0/0206E068 2026-02-05 11:17:07.809 GMT client backend[8472] pg_regress/xact DETAIL: There are no running transactions. 2026-02-05 11:17:07.809 GMT client backend[8472] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.814 GMT client backend[8472] pg_regress/xact LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.814 GMT client backend[8472] pg_regress/xact DETAIL: Streaming transactions committing after 0/02071A38, reading WAL from 0/0206E068. 2026-02-05 11:17:07.814 GMT client backend[8472] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.815 GMT client backend[8472] pg_regress/xact LOG: logical decoding found consistent point at 0/0206E068 2026-02-05 11:17:07.815 GMT client backend[8472] pg_regress/xact DETAIL: There are no running transactions. 2026-02-05 11:17:07.815 GMT client backend[8472] pg_regress/xact STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.962 GMT client backend[7008] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DE50 2026-02-05 11:17:07.962 GMT client backend[7008] pg_regress/rewrite DETAIL: There are no running transactions. 2026-02-05 11:17:07.962 GMT client backend[7008] pg_regress/rewrite STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:07.971 GMT client backend[7008] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:07.971 GMT client backend[7008] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/0207DE88, reading WAL from 0/0207DE50. 2026-02-05 11:17:07.971 GMT client backend[7008] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:07.973 GMT client backend[7008] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DE50 2026-02-05 11:17:07.973 GMT client backend[7008] pg_regress/rewrite DETAIL: There are no running transactions. 2026-02-05 11:17:07.973 GMT client backend[7008] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:08.454 GMT checkpointer[7700] LOG: checkpoint starting: fast force wait 2026-02-05 11:17:08.515 GMT checkpointer[7700] LOG: checkpoint complete: wrote 907 buffers (5.5%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 1 recycled; write=0.040 s, sync=0.001 s, total=0.062 s; sync files=0, longest=0.000 s, average=0.000 s; distance=12206 kB, estimate=12206 kB; lsn=0/02366928, redo lsn=0/023668D0 2026-02-05 11:17:08.542 GMT client backend[7008] pg_regress/rewrite LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:08.542 GMT client backend[7008] pg_regress/rewrite DETAIL: Streaming transactions committing after 0/02082838, reading WAL from 0/0207DE50. 2026-02-05 11:17:08.542 GMT client backend[7008] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:08.543 GMT client backend[7008] pg_regress/rewrite LOG: logical decoding found consistent point at 0/0207DE50 2026-02-05 11:17:08.543 GMT client backend[7008] pg_regress/rewrite DETAIL: There are no running transactions. 2026-02-05 11:17:08.543 GMT client backend[7008] pg_regress/rewrite STATEMENT: SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:09.644 GMT postmaster[6512] LOG: client backend (PID 7008) was terminated by exception 0xC0000354 2026-02-05 11:17:09.644 GMT postmaster[6512] 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-02-05 11:17:09.644 GMT postmaster[6512] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-02-05 11:17:09.644 GMT postmaster[6512] LOG: terminating any other active server processes 2026-02-05 11:17:09.658 GMT postmaster[6512] LOG: all server processes terminated; reinitializing 2026-02-05 11:17:09.738 GMT startup[7432] LOG: database system was interrupted; last known up at 2026-02-05 11:17:08 GMT 2026-02-05 11:17:09.739 GMT startup[7432] LOG: database system was not properly shut down; automatic recovery in progress 2026-02-05 11:17:09.742 GMT startup[7432] LOG: redo starts at 0/023668D0 2026-02-05 11:17:09.742 GMT startup[7432] LOG: invalid record length at 0/023669A8: expected at least 24, got 0 2026-02-05 11:17:09.742 GMT startup[7432] LOG: redo done at 0/02366928 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2026-02-05 11:17:09.744 GMT checkpointer[6796] LOG: checkpoint starting: end-of-recovery fast wait 2026-02-05 11:17:09.753 GMT checkpointer[6796] LOG: checkpoint complete: wrote 0 buffers (0.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.001 s, total=0.010 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/02366928, redo lsn=0/02366928 2026-02-05 11:17:09.771 GMT postmaster[6512] LOG: database system is ready to accept connections 2026-02-05 11:17:09.915 GMT client backend[8596] pg_regress/toast ERROR: replication slot "regression_slot" already exists 2026-02-05 11:17:09.915 GMT client backend[8596] pg_regress/toast STATEMENT: SELECT 'init' FROM pg_create_logical_replication_slot('regression_slot', 'test_decoding'); 2026-02-05 11:17:09.974 GMT client backend[8596] pg_regress/toast LOG: starting logical decoding for slot "regression_slot" 2026-02-05 11:17:09.974 GMT client backend[8596] pg_regress/toast DETAIL: Streaming transactions committing after 0/02082838, reading WAL from 0/0207DE50. 2026-02-05 11:17:09.974 GMT client backend[8596] pg_regress/toast STATEMENT: SELECT substr(data, 1, 200) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:09.976 GMT client backend[8596] pg_regress/toast LOG: logical decoding found consistent point at 0/0207DE50 2026-02-05 11:17:09.976 GMT client backend[8596] pg_regress/toast DETAIL: There are no running transactions. 2026-02-05 11:17:09.976 GMT client backend[8596] pg_regress/toast STATEMENT: SELECT substr(data, 1, 200) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:10.937 GMT postmaster[6512] LOG: client backend (PID 8596) was terminated by exception 0xC0000354 2026-02-05 11:17:10.937 GMT postmaster[6512] DETAIL: Failed process was running: SELECT substr(data, 1, 200) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); 2026-02-05 11:17:10.937 GMT postmaster[6512] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-02-05 11:17:10.937 GMT postmaster[6512] LOG: terminating any other active server processes 2026-02-05 11:17:10.951 GMT postmaster[6512] LOG: all server processes terminated; reinitializing 2026-02-05 11:17:11.010 GMT startup[8676] LOG: database system was interrupted; last known up at 2026-02-05 11:17:09 GMT 2026-02-05 11:17:11.011 GMT startup[8676] LOG: record with incorrect prev-link 0/02366928 at 0/02366928 2026-02-05 11:17:11.011 GMT startup[8676] LOG: invalid checkpoint record 2026-02-05 11:17:11.011 GMT startup[8676] PANIC: could not locate a valid checkpoint record at 0/02366928 abort() has been called2026-02-05 11:17:11.164 GMT dead-end client backend[5696] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:11.344 GMT dead-end client backend[2228] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:11.491 GMT dead-end client backend[2336] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:11.611 GMT dead-end client backend[7512] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:11.854 GMT dead-end client backend[7420] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:12.072 GMT dead-end client backend[7896] [unknown] FATAL: the database system is in recovery mode 2026-02-05 11:17:12.204 GMT postmaster[6512] LOG: startup process (PID 8676) was terminated by exception 0xC0000354 2026-02-05 11:17:12.204 GMT postmaster[6512] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2026-02-05 11:17:12.204 GMT postmaster[6512] LOG: aborting startup due to startup process failure 2026-02-05 11:17:12.205 GMT postmaster[6512] LOG: database system is shut down