2025-01-28 23:45:43.785 UTC postmaster[39323] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-28 23:45:43.785 UTC postmaster[39323] LOG: listening on Unix socket "/tmp/pg_regress-ekvuVg/.s.PGSQL.40036" 2025-01-28 23:45:43.788 UTC startup[39326] LOG: database system was shut down at 2025-01-28 23:34:35 UTC 2025-01-28 23:45:43.792 UTC postmaster[39323] LOG: database system is ready to accept connections 2025-01-28 23:45:43.913 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a GIN index 2025-01-28 23:45:43.913 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_pkey'); 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_pkey" is not a hash index 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_pkey'); 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a btree index 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_ginidx'); 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_ginidx" is not a hash index 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_ginidx'); 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a btree index 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_hashidx'); 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_hashidx" is not a GIN index 2025-01-28 23:45:43.914 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_hashidx'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned" 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_partitioned_index" 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned indexes. 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_partitioned_index'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partitioned" is of wrong relation kind 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_partitioned" 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for partitioned tables. 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a btree index 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a GIN index 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partitioned" is not a hash index 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned'); 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partitioned_hash_index" is not a hash index 2025-01-28 23:45:43.916 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partitioned_hash_index'); 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_view" 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_view'); 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_view" is of wrong relation kind 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-28 23:45:43.917 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_view'); 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_view" 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for views. 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_view'); 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_view" is not a btree index 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_view'); 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_view" is not a GIN index 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_view'); 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_view" is not a hash index 2025-01-28 23:45:43.918 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_view'); 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get tuple-level statistics for relation "test_foreign_table" 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple('test_foreign_table'); 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is of wrong relation kind 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_foreign_table'); 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple ERROR: cannot get page count of relation "test_foreign_table" 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for foreign tables. 2025-01-28 23:45:43.919 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pg_relpages('test_foreign_table'); 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a btree index 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_foreign_table'); 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a GIN index 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_foreign_table'); 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_foreign_table" is not a hash index 2025-01-28 23:45:43.920 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_foreign_table'); 2025-01-28 23:45:43.923 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partition" is not a btree index 2025-01-28 23:45:43.923 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_partition'); 2025-01-28 23:45:43.923 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partition" is not a GIN index 2025-01-28 23:45:43.923 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_partition'); 2025-01-28 23:45:43.924 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_partition" is not a hash index 2025-01-28 23:45:43.924 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_partition'); 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a btree index 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatindex('test_sequence'); 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a GIN index 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstatginindex('test_sequence'); 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_sequence" is not a hash index 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstathashindex('test_sequence'); 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple ERROR: relation "test_sequence" is of wrong relation kind 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple DETAIL: This operation is not supported for sequences. 2025-01-28 23:45:43.927 UTC client backend[39335] pg_regress/pgstattuple STATEMENT: select pgstattuple_approx('test_sequence'); 2025-01-28 23:45:43.936 UTC postmaster[39323] LOG: received fast shutdown request 2025-01-28 23:45:43.936 UTC postmaster[39323] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 39323 postgres(ExceptionalCondition+0x56)[0x55e891ce0cbe] postgres(+0xee2fb2)[0x55e8918f2fb2] postgres(+0xee35b4)[0x55e8918f35b4] postgres(+0xee4556)[0x55e8918f4556] postgres(PostmasterMain+0x13f0)[0x55e8918f5f93] postgres(main+0x28d)[0x55e891727ded] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fde5684624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fde56846305] postgres(_start+0x21)[0x55e8912cd151]