2025-01-11 20:44:31.389 GMT postmaster[6272] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2025-01-11 20:44:31.390 GMT postmaster[6272] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40052" 2025-01-11 20:44:31.415 GMT startup[1228] LOG: database system was shut down at 2025-01-11 20:40:52 GMT 2025-01-11 20:44:31.432 GMT postmaster[6272] LOG: database system is ready to accept connections 2025-01-11 20:44:31.443 GMT client backend[3784] [unknown] FATAL: the database system is starting up 2025-01-11 20:44:31.948 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.948 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.948 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT id, pg_xact_commit_timestamp(xmin) >= ts, pg_xact_commit_timestamp(xmin) <= now(), pg_xact_commit_timestamp(xmin) - ts < '60s' -- 60s should give a lot of reserve FROM committs_test ORDER BY id; 2025-01-11 20:44:31.952 GMT client backend[6828] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2025-01-11 20:44:31.952 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT pg_xact_commit_timestamp('0'::xid); 2025-01-11 20:44:31.955 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.955 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.955 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT x.xid::text::bigint > 0 as xid_valid, x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_last_committed_xact() x; 2025-01-11 20:44:31.955 GMT client backend[6828] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2025-01-11 20:44:31.955 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT * FROM pg_xact_commit_timestamp_origin('0'::xid); 2025-01-11 20:44:31.956 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.956 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.956 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_last_committed_xact() x; 2025-01-11 20:44:31.957 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.957 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.957 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_xact_commit_timestamp_origin('754') x; 2025-01-11 20:44:31.959 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.959 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.959 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, r.roname FROM pg_last_committed_xact() x, pg_replication_origin r WHERE r.roident = x.roident; 2025-01-11 20:44:31.960 GMT client backend[6828] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-11 20:44:31.960 GMT client backend[6828] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-11 20:44:31.960 GMT client backend[6828] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, r.roname FROM pg_xact_commit_timestamp_origin('756') x, pg_replication_origin r WHERE r.roident = x.roident; 2025-01-11 20:44:32.139 GMT postmaster[6272] LOG: received fast shutdown request 2025-01-11 20:44:32.139 GMT postmaster[6272] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2909, PID: 6272 abort() has been called