2025-01-18 18:45:27.700 UTC postmaster[19958] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2025-01-18 18:45:27.700 UTC postmaster[19958] LOG: listening on Unix socket "/tmp/pg_regress-VPtpwb/.s.PGSQL.40036" 2025-01-18 18:45:27.701 UTC startup[19961] LOG: database system was shut down at 2025-01-18 18:45:27 UTC 2025-01-18 18:45:27.703 UTC postmaster[19958] LOG: database system is ready to accept connections 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a GIN index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_pkey'); 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a hash index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_pkey'); 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a btree index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_ginidx'); 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a hash index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_ginidx'); 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a btree index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_hashidx'); 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a GIN index 2025-01-18 18:45:27.803 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_hashidx'); 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned" 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned'); 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned_index" 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned indexes. 2025-01-18 18:45:27.805 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned_index'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partitioned" is of wrong relation kind 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_partitioned'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_partitioned" 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_partitioned'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a btree index 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partitioned'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a GIN index 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partitioned'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a hash index 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned'); 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partitioned_hash_index" is not a hash index 2025-01-18 18:45:27.806 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned_hash_index'); 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_view" 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_view'); 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_view" is of wrong relation kind 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-18 18:45:27.807 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_view'); 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_view" 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_view'); 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_view" is not a btree index 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_view'); 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_view" is not a GIN index 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_view'); 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_view" is not a hash index 2025-01-18 18:45:27.808 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_view'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_foreign_table" 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_foreign_table'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is of wrong relation kind 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_foreign_table'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_foreign_table" 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_foreign_table'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a btree index 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_foreign_table'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a GIN index 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_foreign_table'); 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a hash index 2025-01-18 18:45:27.810 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_foreign_table'); 2025-01-18 18:45:27.814 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partition" is not a btree index 2025-01-18 18:45:27.814 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partition'); 2025-01-18 18:45:27.815 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partition" is not a GIN index 2025-01-18 18:45:27.815 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partition'); 2025-01-18 18:45:27.815 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_partition" is not a hash index 2025-01-18 18:45:27.815 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partition'); 2025-01-18 18:45:27.817 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a btree index 2025-01-18 18:45:27.817 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_sequence'); 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a GIN index 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_sequence'); 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a hash index 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_sequence'); 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple ERROR: relation "test_sequence" is of wrong relation kind 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple DETAIL: This operation is not supported for sequences. 2025-01-18 18:45:27.818 UTC client backend[19969] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_sequence'); 2025-01-18 18:45:27.826 UTC postmaster[19958] LOG: received fast shutdown request 2025-01-18 18:45:27.826 UTC postmaster[19958] 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: 19958 0xaa3af2 <ExceptionalCondition+0x72> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89d2d5 <PostmasterStateMachine+0x875> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89af45 <ServerLoop+0x555> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89a164 <PostmasterMain+0x11c4> at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres