2024-11-27 10:07:32.062 GMT postmaster[7108] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-11-27 10:07:32.063 GMT postmaster[7108] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40035" 2024-11-27 10:07:32.089 GMT startup[4644] LOG: database system was shut down at 2024-11-27 10:04:17 GMT 2024-11-27 10:07:32.104 GMT postmaster[7108] LOG: database system is ready to accept connections 2024-11-27 10:07:33.140 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a GIN index 2024-11-27 10:07:33.140 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_pkey'); 2024-11-27 10:07:33.141 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a hash index 2024-11-27 10:07:33.141 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_pkey'); 2024-11-27 10:07:33.141 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a btree index 2024-11-27 10:07:33.141 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_ginidx'); 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a hash index 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_ginidx'); 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a btree index 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_hashidx'); 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a GIN index 2024-11-27 10:07:33.142 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_hashidx'); 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned" 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned'); 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned_index" 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned indexes. 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned_index'); 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partitioned" is of wrong relation kind 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2024-11-27 10:07:33.145 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_partitioned'); 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_partitioned" 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_partitioned'); 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a btree index 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partitioned'); 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a GIN index 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partitioned'); 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a hash index 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned'); 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partitioned_hash_index" is not a hash index 2024-11-27 10:07:33.146 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned_hash_index'); 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_view" 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_view'); 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_view" is of wrong relation kind 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_view'); 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_view" 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_view'); 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_view" is not a btree index 2024-11-27 10:07:33.148 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_view'); 2024-11-27 10:07:33.149 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_view" is not a GIN index 2024-11-27 10:07:33.149 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_view'); 2024-11-27 10:07:33.149 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_view" is not a hash index 2024-11-27 10:07:33.149 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_view'); 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_foreign_table" 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_foreign_table'); 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is of wrong relation kind 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_foreign_table'); 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_foreign_table" 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_foreign_table'); 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a btree index 2024-11-27 10:07:33.152 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_foreign_table'); 2024-11-27 10:07:33.153 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a GIN index 2024-11-27 10:07:33.153 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_foreign_table'); 2024-11-27 10:07:33.153 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a hash index 2024-11-27 10:07:33.153 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_foreign_table'); 2024-11-27 10:07:33.159 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partition" is not a btree index 2024-11-27 10:07:33.159 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partition'); 2024-11-27 10:07:33.160 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partition" is not a GIN index 2024-11-27 10:07:33.160 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partition'); 2024-11-27 10:07:33.160 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_partition" is not a hash index 2024-11-27 10:07:33.160 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partition'); 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a btree index 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_sequence'); 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a GIN index 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_sequence'); 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a hash index 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_sequence'); 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple ERROR: relation "test_sequence" is of wrong relation kind 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple DETAIL: This operation is not supported for sequences. 2024-11-27 10:07:33.166 GMT client backend[3580] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_sequence'); 2024-11-27 10:07:33.320 GMT postmaster[7108] LOG: received fast shutdown request 2024-11-27 10:07:33.320 GMT postmaster[7108] 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: 7108 abort() has been called