2024-11-24 06:00:16.632 GMT postmaster[5808] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-11-24 06:00:16.633 GMT postmaster[5808] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40052" 2024-11-24 06:00:16.656 GMT startup[5928] LOG: database system was shut down at 2024-11-24 05:56:53 GMT 2024-11-24 06:00:16.667 GMT client backend[2664] [unknown] FATAL: the database system is starting up 2024-11-24 06:00:16.669 GMT postmaster[5808] LOG: database system is ready to accept connections 2024-11-24 06:00:17.414 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.414 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.414 GMT client backend[5748] 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; 2024-11-24 06:00:17.419 GMT client backend[5748] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2024-11-24 06:00:17.419 GMT client backend[5748] pg_regress/commit_timestamp STATEMENT: SELECT pg_xact_commit_timestamp('0'::xid); 2024-11-24 06:00:17.421 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.421 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.421 GMT client backend[5748] 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; 2024-11-24 06:00:17.422 GMT client backend[5748] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2024-11-24 06:00:17.422 GMT client backend[5748] pg_regress/commit_timestamp STATEMENT: SELECT * FROM pg_xact_commit_timestamp_origin('0'::xid); 2024-11-24 06:00:17.423 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.423 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.423 GMT client backend[5748] 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; 2024-11-24 06:00:17.423 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.423 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.423 GMT client backend[5748] 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('753') x; 2024-11-24 06:00:17.426 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.426 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.426 GMT client backend[5748] 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; 2024-11-24 06:00:17.426 GMT client backend[5748] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-11-24 06:00:17.426 GMT client backend[5748] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-11-24 06:00:17.426 GMT client backend[5748] 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('755') x, pg_replication_origin r WHERE r.roident = x.roident; 2024-11-24 06:00:18.057 GMT postmaster[5808] LOG: received fast shutdown request 2024-11-24 06:00:18.057 GMT postmaster[5808] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2887, PID: 5808 abort() has been called