2024-09-07 20:44:27.706 UTC [20617][postmaster] LOG: starting PostgreSQL 18devel on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2024-09-07 20:44:27.706 UTC [20617][postmaster] LOG: listening on Unix socket "/tmp/pg_regress-4wojcC/.s.PGSQL.65312" 2024-09-07 20:44:27.729 UTC [20632][startup] LOG: database system was shut down at 2024-09-07 20:44:27 UTC 2024-09-07 20:44:27.733 UTC [20634][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:27.733 UTC [20634][client backend] [[unknown]][:0] FATAL: the database system is starting up 2024-09-07 20:44:27.746 UTC [20617][postmaster] LOG: database system is ready to accept connections 2024-09-07 20:44:27.793 UTC [20651][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:27.794 UTC [20651][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:27.794 UTC [20651][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2024-09-07 20:44:27.837 UTC [20651][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.047 user=postgres database=postgres host=[local] 2024-09-07 20:44:27.893 UTC [20682][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:27.895 UTC [20682][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:27.895 UTC [20682][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2024-09-07 20:44:28.021 UTC [20682][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.136 user=postgres database=postgres host=[local] 2024-09-07 20:44:28.079 UTC [20722][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:28.081 UTC [20722][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:28.081 UTC [20722][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/test_setup 2024-09-07 20:44:28.979 UTC [20722][client backend] [pg_regress/test_setup][:0] LOG: disconnection: session time: 0:00:00.904 user=postgres database=regression host=[local] 2024-09-07 20:44:29.093 UTC [20877][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.094 UTC [20877][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.094 UTC [20877][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/int4 2024-09-07 20:44:29.099 UTC [20879][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.101 UTC [20882][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.103 UTC [20879][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.103 UTC [20879][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/boolean 2024-09-07 20:44:29.106 UTC [20882][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.106 UTC [20882][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/varchar 2024-09-07 20:44:29.113 UTC [20881][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.114 UTC [20881][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.114 UTC [20881][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/char 2024-09-07 20:44:29.117 UTC [20877][client backend] [pg_regress/int4][3/2:0] ERROR: invalid input syntax for type integer: "34.5" at character 34 2024-09-07 20:44:29.117 UTC [20877][client backend] [pg_regress/int4][3/2:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES ('34.5'); 2024-09-07 20:44:29.117 UTC [20877][client backend] [pg_regress/int4][3/3:0] ERROR: value "1000000000000" is out of range for type integer at character 34 2024-09-07 20:44:29.117 UTC [20877][client backend] [pg_regress/int4][3/3:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES ('1000000000000'); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/4:0] ERROR: invalid input syntax for type integer: "asdf" at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/4:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES ('asdf'); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/5:0] ERROR: invalid input syntax for type integer: " " at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/5:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES (' '); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/6:0] ERROR: invalid input syntax for type integer: " asdf " at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/6:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES (' asdf '); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/7:0] ERROR: invalid input syntax for type integer: "- 1234" at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/7:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES ('- 1234'); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/8:0] ERROR: invalid input syntax for type integer: "123 5" at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/8:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES ('123 5'); 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/9:0] ERROR: invalid input syntax for type integer: "" at character 34 2024-09-07 20:44:29.118 UTC [20877][client backend] [pg_regress/int4][3/9:0] STATEMENT: INSERT INTO INT4_TBL(f1) VALUES (''); 2024-09-07 20:44:29.125 UTC [20879][client backend] [pg_regress/boolean][4/8:0] ERROR: invalid input syntax for type boolean: "test" at character 13 2024-09-07 20:44:29.125 UTC [20879][client backend] [pg_regress/boolean][4/8:0] STATEMENT: SELECT bool 'test' AS error; 2024-09-07 20:44:29.126 UTC [20879][client backend] [pg_regress/boolean][4/10:0] ERROR: invalid input syntax for type boolean: "foo" at character 13 2024-09-07 20:44:29.126 UTC [20879][client backend] [pg_regress/boolean][4/10:0] STATEMENT: SELECT bool 'foo' AS error; 2024-09-07 20:44:29.126 UTC [20879][client backend] [pg_regress/boolean][4/13:0] ERROR: invalid input syntax for type boolean: "yeah" at character 13 2024-09-07 20:44:29.126 UTC [20879][client backend] [pg_regress/boolean][4/13:0] STATEMENT: SELECT bool 'yeah' AS error; 2024-09-07 20:44:29.133 UTC [20887][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.134 UTC [20887][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.134 UTC [20887][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/numeric 2024-09-07 20:44:29.137 UTC [20883][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.137 UTC [20886][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.138 UTC [20883][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.138 UTC [20883][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/text 2024-09-07 20:44:29.138 UTC [20886][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.138 UTC [20886][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/oid 2024-09-07 20:44:29.142 UTC [20885][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.143 UTC [20885][client backend] [[unknown]][10/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.143 UTC [20885][client backend] [[unknown]][10/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/int2 2024-09-07 20:44:29.149 UTC [20879][client backend] [pg_regress/boolean][4/16:0] ERROR: invalid input syntax for type boolean: "nay" at character 13 2024-09-07 20:44:29.149 UTC [20879][client backend] [pg_regress/boolean][4/16:0] STATEMENT: SELECT bool 'nay' AS error; 2024-09-07 20:44:29.149 UTC [20890][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/20:0] ERROR: invalid input syntax for type boolean: "o" at character 13 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/20:0] STATEMENT: SELECT bool 'o' AS error; 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/21:0] ERROR: invalid input syntax for type boolean: "on_" at character 13 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/21:0] STATEMENT: SELECT bool 'on_' AS error; 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/22:0] ERROR: invalid input syntax for type boolean: "off_" at character 13 2024-09-07 20:44:29.150 UTC [20879][client backend] [pg_regress/boolean][4/22:0] STATEMENT: SELECT bool 'off_' AS error; 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/24:0] ERROR: invalid input syntax for type boolean: "11" at character 13 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/24:0] STATEMENT: SELECT bool '11' AS error; 2024-09-07 20:44:29.151 UTC [20890][client backend] [[unknown]][11/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.151 UTC [20890][client backend] [[unknown]][11/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/bit 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/26:0] ERROR: invalid input syntax for type boolean: "000" at character 13 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/26:0] STATEMENT: SELECT bool '000' AS error; 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/27:0] ERROR: invalid input syntax for type boolean: "" at character 13 2024-09-07 20:44:29.151 UTC [20879][client backend] [pg_regress/boolean][4/27:0] STATEMENT: SELECT bool '' AS error; 2024-09-07 20:44:29.157 UTC [20888][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.159 UTC [20888][client backend] [[unknown]][12/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.159 UTC [20888][client backend] [[unknown]][12/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/float8 2024-09-07 20:44:29.161 UTC [20889][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.162 UTC [20889][client backend] [[unknown]][13/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.162 UTC [20889][client backend] [[unknown]][13/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/int8 2024-09-07 20:44:29.166 UTC [20877][client backend] [pg_regress/int4][3/29:0] ERROR: integer out of range 2024-09-07 20:44:29.166 UTC [20877][client backend] [pg_regress/int4][3/29:0] STATEMENT: SELECT i.f1, i.f1 * int2 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/2:0] ERROR: invalid input syntax for type smallint: "34.5" at character 34 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/2:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('34.5'); 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/3:0] ERROR: value "100000" is out of range for type smallint at character 34 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/3:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('100000'); 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/4:0] ERROR: invalid input syntax for type smallint: "asdf" at character 34 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/4:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('asdf'); 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/5:0] ERROR: invalid input syntax for type smallint: " " at character 34 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/5:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES (' '); 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/6:0] ERROR: invalid input syntax for type smallint: "- 1234" at character 34 2024-09-07 20:44:29.174 UTC [20885][client backend] [pg_regress/int2][10/6:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('- 1234'); 2024-09-07 20:44:29.174 UTC [20898][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.175 UTC [20885][client backend] [pg_regress/int2][10/7:0] ERROR: invalid input syntax for type smallint: "4 444" at character 34 2024-09-07 20:44:29.175 UTC [20885][client backend] [pg_regress/int2][10/7:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('4 444'); 2024-09-07 20:44:29.175 UTC [20885][client backend] [pg_regress/int2][10/8:0] ERROR: invalid input syntax for type smallint: "123 dt" at character 34 2024-09-07 20:44:29.175 UTC [20885][client backend] [pg_regress/int2][10/8:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES ('123 dt'); 2024-09-07 20:44:29.176 UTC [20883][client backend] [pg_regress/text][8/5:0] ERROR: function length(integer) does not exist at character 8 2024-09-07 20:44:29.176 UTC [20883][client backend] [pg_regress/text][8/5:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:29.176 UTC [20883][client backend] [pg_regress/text][8/5:0] STATEMENT: select length(42); 2024-09-07 20:44:29.176 UTC [20898][client backend] [[unknown]][14/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.176 UTC [20898][client backend] [[unknown]][14/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/money 2024-09-07 20:44:29.178 UTC [20893][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.180 UTC [20893][client backend] [[unknown]][15/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.180 UTC [20893][client backend] [[unknown]][15/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/float4 2024-09-07 20:44:29.181 UTC [20894][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.181 UTC [20885][client backend] [pg_regress/int2][10/9:0] ERROR: invalid input syntax for type smallint: "" at character 34 2024-09-07 20:44:29.181 UTC [20885][client backend] [pg_regress/int2][10/9:0] STATEMENT: INSERT INTO INT2_TBL(f1) VALUES (''); 2024-09-07 20:44:29.183 UTC [20890][client backend] [pg_regress/bit][11/3:0] ERROR: bit string length 2 does not match type bit(11) 2024-09-07 20:44:29.183 UTC [20890][client backend] [pg_regress/bit][11/3:0] STATEMENT: INSERT INTO BIT_TABLE VALUES (B'10'); 2024-09-07 20:44:29.185 UTC [20881][client backend] [pg_regress/char][6/10:0] ERROR: value too long for type character(1) 2024-09-07 20:44:29.185 UTC [20881][client backend] [pg_regress/char][6/10:0] STATEMENT: INSERT INTO CHAR_TBL (f1) VALUES ('cd'); 2024-09-07 20:44:29.188 UTC [20890][client backend] [pg_regress/bit][11/7:0] ERROR: bit string length 12 does not match type bit(11) 2024-09-07 20:44:29.188 UTC [20890][client backend] [pg_regress/bit][11/7:0] STATEMENT: INSERT INTO BIT_TABLE VALUES (B'101011111010'); 2024-09-07 20:44:29.190 UTC [20885][client backend] [pg_regress/int2][10/18:0] ERROR: table "f" has 1 columns available but 2 columns specified 2024-09-07 20:44:29.190 UTC [20885][client backend] [pg_regress/int2][10/18:0] STATEMENT: SELECT * FROM INT2_TBL AS f(a, b); 2024-09-07 20:44:29.190 UTC [20885][client backend] [pg_regress/int2][10/19:0] ERROR: table "s" has 1 columns available but 2 columns specified 2024-09-07 20:44:29.190 UTC [20885][client backend] [pg_regress/int2][10/19:0] STATEMENT: SELECT * FROM (TABLE int2_tbl) AS s (a, b); 2024-09-07 20:44:29.191 UTC [20889][client backend] [pg_regress/int8][13/2:0] ERROR: invalid input syntax for type bigint: " " at character 34 2024-09-07 20:44:29.191 UTC [20889][client backend] [pg_regress/int8][13/2:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES (' '); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/3:0] ERROR: invalid input syntax for type bigint: "xxx" at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/3:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES ('xxx'); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/4:0] ERROR: value "3908203590239580293850293850329485" is out of range for type bigint at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/4:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES ('3908203590239580293850293850329485'); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/5:0] ERROR: value "-1204982019841029840928340329840934" is out of range for type bigint at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/5:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES ('-1204982019841029840928340329840934'); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/6:0] ERROR: invalid input syntax for type bigint: "- 123" at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/6:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES ('- 123'); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/7:0] ERROR: invalid input syntax for type bigint: " 345 5" at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/7:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES (' 345 5'); 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/8:0] ERROR: invalid input syntax for type bigint: "" at character 34 2024-09-07 20:44:29.192 UTC [20889][client backend] [pg_regress/int8][13/8:0] STATEMENT: INSERT INTO INT8_TBL(q1) VALUES (''); 2024-09-07 20:44:29.194 UTC [20894][client backend] [[unknown]][16/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.194 UTC [20894][client backend] [[unknown]][16/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/name 2024-09-07 20:44:29.199 UTC [20879][client backend] [pg_regress/boolean][4/43:0] ERROR: invalid input syntax for type boolean: " tru e " 2024-09-07 20:44:29.199 UTC [20879][client backend] [pg_regress/boolean][4/43:0] STATEMENT: SELECT ' tru e '::text::boolean AS invalid; 2024-09-07 20:44:29.199 UTC [20879][client backend] [pg_regress/boolean][4/44:0] ERROR: invalid input syntax for type boolean: "" 2024-09-07 20:44:29.199 UTC [20879][client backend] [pg_regress/boolean][4/44:0] STATEMENT: SELECT ''::text::boolean AS invalid; 2024-09-07 20:44:29.201 UTC [20890][client backend] [pg_regress/bit][11/14:0] ERROR: bit string too long for type bit varying(11) 2024-09-07 20:44:29.201 UTC [20890][client backend] [pg_regress/bit][11/14:0] STATEMENT: INSERT INTO VARBIT_TABLE VALUES (B'101011111010'); 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/16:0] ERROR: " " is not a valid binary digit at character 8 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/16:0] STATEMENT: SELECT b' 0'; 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/17:0] ERROR: " " is not a valid binary digit at character 8 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/17:0] STATEMENT: SELECT b'0 '; 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/18:0] ERROR: " " is not a valid hexadecimal digit at character 8 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/18:0] STATEMENT: SELECT x' 0'; 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/19:0] ERROR: " " is not a valid hexadecimal digit at character 8 2024-09-07 20:44:29.202 UTC [20890][client backend] [pg_regress/bit][11/19:0] STATEMENT: SELECT x'0 '; 2024-09-07 20:44:29.202 UTC [20897][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.203 UTC [20883][client backend] [pg_regress/text][8/8:0] ERROR: operator does not exist: integer || numeric at character 10 2024-09-07 20:44:29.203 UTC [20883][client backend] [pg_regress/text][8/8:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:29.203 UTC [20883][client backend] [pg_regress/text][8/8:0] STATEMENT: select 3 || 4.0; 2024-09-07 20:44:29.204 UTC [20897][client backend] [[unknown]][17/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.204 UTC [20897][client backend] [[unknown]][17/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/txid 2024-09-07 20:44:29.206 UTC [20882][client backend] [pg_regress/varchar][5/9:0] ERROR: value too long for type character varying(1) 2024-09-07 20:44:29.206 UTC [20882][client backend] [pg_regress/varchar][5/9:0] STATEMENT: INSERT INTO VARCHAR_TBL (f1) VALUES ('cd'); 2024-09-07 20:44:29.211 UTC [20902][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.213 UTC [20903][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.214 UTC [20877][client backend] [pg_regress/int4][3/31:0] ERROR: integer out of range 2024-09-07 20:44:29.214 UTC [20877][client backend] [pg_regress/int4][3/31:0] STATEMENT: SELECT i.f1, i.f1 * int4 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.214 UTC [20903][client backend] [[unknown]][19/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.214 UTC [20903][client backend] [[unknown]][19/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/pg_lsn 2024-09-07 20:44:29.215 UTC [20877][client backend] [pg_regress/int4][3/33:0] ERROR: integer out of range 2024-09-07 20:44:29.215 UTC [20877][client backend] [pg_regress/int4][3/33:0] STATEMENT: SELECT i.f1, i.f1 + int2 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.216 UTC [20877][client backend] [pg_regress/int4][3/35:0] ERROR: integer out of range 2024-09-07 20:44:29.216 UTC [20877][client backend] [pg_regress/int4][3/35:0] STATEMENT: SELECT i.f1, i.f1 + int4 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.216 UTC [20877][client backend] [pg_regress/int4][3/37:0] ERROR: integer out of range 2024-09-07 20:44:29.216 UTC [20877][client backend] [pg_regress/int4][3/37:0] STATEMENT: SELECT i.f1, i.f1 - int2 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.216 UTC [20888][client backend] [pg_regress/float8][12/8:0] ERROR: "10e400" is out of range for type double precision at character 8 2024-09-07 20:44:29.216 UTC [20888][client backend] [pg_regress/float8][12/8:0] STATEMENT: SELECT '10e400'::float8; 2024-09-07 20:44:29.217 UTC [20902][client backend] [[unknown]][18/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.217 UTC [20902][client backend] [[unknown]][18/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/uuid 2024-09-07 20:44:29.217 UTC [20877][client backend] [pg_regress/int4][3/39:0] ERROR: integer out of range 2024-09-07 20:44:29.217 UTC [20877][client backend] [pg_regress/int4][3/39:0] STATEMENT: SELECT i.f1, i.f1 - int4 '2' AS x FROM INT4_TBL i; 2024-09-07 20:44:29.218 UTC [20881][client backend] [pg_regress/char][6/20:0] ERROR: value too long for type character(4) 2024-09-07 20:44:29.218 UTC [20881][client backend] [pg_regress/char][6/20:0] STATEMENT: INSERT INTO CHAR_TBL (f1) VALUES ('abcde'); 2024-09-07 20:44:29.219 UTC [20905][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.220 UTC [20905][client backend] [[unknown]][20/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.220 UTC [20905][client backend] [[unknown]][20/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/enum 2024-09-07 20:44:29.225 UTC [20897][client backend] [pg_regress/txid][17/5:0] ERROR: invalid input syntax for type pg_snapshot: "31:12:" at character 8 2024-09-07 20:44:29.225 UTC [20897][client backend] [pg_regress/txid][17/5:0] STATEMENT: select '31:12:'::txid_snapshot; 2024-09-07 20:44:29.225 UTC [20904][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.226 UTC [20904][client backend] [[unknown]][21/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.226 UTC [20904][client backend] [[unknown]][21/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/rangetypes 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/11:0] ERROR: invalid input syntax for type oid: "" at character 33 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/11:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES (''); 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/12:0] ERROR: invalid input syntax for type oid: " " at character 33 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/12:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES (' '); 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/13:0] ERROR: invalid input syntax for type oid: "asdfasd" at character 33 2024-09-07 20:44:29.227 UTC [20886][client backend] [pg_regress/oid][9/13:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('asdfasd'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/14:0] ERROR: invalid input syntax for type oid: "99asdfasd" at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/14:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('99asdfasd'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/15:0] ERROR: invalid input syntax for type oid: "5 d" at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/15:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('5 d'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/16:0] ERROR: invalid input syntax for type oid: " 5d" at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/16:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES (' 5d'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/17:0] ERROR: invalid input syntax for type oid: "5 5" at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/17:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('5 5'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/18:0] ERROR: invalid input syntax for type oid: " - 500" at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/18:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES (' - 500'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/19:0] ERROR: value "32958209582039852935" is out of range for type oid at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/19:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('32958209582039852935'); 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/20:0] ERROR: value "-23582358720398502385" is out of range for type oid at character 33 2024-09-07 20:44:29.228 UTC [20886][client backend] [pg_regress/oid][9/20:0] STATEMENT: INSERT INTO OID_TBL(f1) VALUES ('-23582358720398502385'); 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/9:0] ERROR: "-10e400" is out of range for type double precision at character 8 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/9:0] STATEMENT: SELECT '-10e400'::float8; 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/10:0] ERROR: "10e-400" is out of range for type double precision at character 8 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/10:0] STATEMENT: SELECT '10e-400'::float8; 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/11:0] ERROR: "-10e-400" is out of range for type double precision at character 8 2024-09-07 20:44:29.229 UTC [20888][client backend] [pg_regress/float8][12/11:0] STATEMENT: SELECT '-10e-400'::float8; 2024-09-07 20:44:29.241 UTC [20888][client backend] [pg_regress/float8][12/13:0] ERROR: invalid input syntax for type double precision: "" at character 36 2024-09-07 20:44:29.241 UTC [20888][client backend] [pg_regress/float8][12/13:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES (''); 2024-09-07 20:44:29.241 UTC [20888][client backend] [pg_regress/float8][12/14:0] ERROR: invalid input syntax for type double precision: " " at character 36 2024-09-07 20:44:29.241 UTC [20888][client backend] [pg_regress/float8][12/14:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES (' '); 2024-09-07 20:44:29.243 UTC [20881][client backend] [pg_regress/char][:0] LOG: disconnection: session time: 0:00:00.135 user=postgres database=regression host=[local] 2024-09-07 20:44:29.245 UTC [20885][client backend] [pg_regress/int2][10/34:0] ERROR: smallint out of range 2024-09-07 20:44:29.245 UTC [20885][client backend] [pg_regress/int2][10/34:0] STATEMENT: SELECT i.f1, i.f1 * int2 '2' AS x FROM INT2_TBL i; 2024-09-07 20:44:29.245 UTC [20888][client backend] [pg_regress/float8][12/15:0] ERROR: invalid input syntax for type double precision: "xyz" at character 36 2024-09-07 20:44:29.245 UTC [20888][client backend] [pg_regress/float8][12/15:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('xyz'); 2024-09-07 20:44:29.245 UTC [20888][client backend] [pg_regress/float8][12/16:0] ERROR: invalid input syntax for type double precision: "5.0.0" at character 36 2024-09-07 20:44:29.245 UTC [20888][client backend] [pg_regress/float8][12/16:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('5.0.0'); 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/17:0] ERROR: invalid input syntax for type double precision: "5 . 0" at character 36 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/17:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('5 . 0'); 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/18:0] ERROR: invalid input syntax for type double precision: "5. 0" at character 36 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/18:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('5. 0'); 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/19:0] ERROR: invalid input syntax for type double precision: " - 3" at character 36 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/19:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES (' - 3'); 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/20:0] ERROR: invalid input syntax for type double precision: "123 5" at character 36 2024-09-07 20:44:29.246 UTC [20888][client backend] [pg_regress/float8][12/20:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('123 5'); 2024-09-07 20:44:29.246 UTC [20885][client backend] [pg_regress/int2][10/37:0] ERROR: smallint out of range 2024-09-07 20:44:29.246 UTC [20885][client backend] [pg_regress/int2][10/37:0] STATEMENT: SELECT i.f1, i.f1 + int2 '2' AS x FROM INT2_TBL i; 2024-09-07 20:44:29.247 UTC [20885][client backend] [pg_regress/int2][10/40:0] ERROR: smallint out of range 2024-09-07 20:44:29.247 UTC [20885][client backend] [pg_regress/int2][10/40:0] STATEMENT: SELECT i.f1, i.f1 - int2 '2' AS x FROM INT2_TBL i; 2024-09-07 20:44:29.250 UTC [20883][client backend] [pg_regress/text][8/26:0] ERROR: VARIADIC argument must be an array at character 32 2024-09-07 20:44:29.250 UTC [20883][client backend] [pg_regress/text][8/26:0] STATEMENT: select concat_ws(',', variadic 10); 2024-09-07 20:44:29.253 UTC [20908][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:29.253 UTC [20888][client backend] [pg_regress/float8][12/30:0] ERROR: invalid input syntax for type double precision: "N A N" at character 8 2024-09-07 20:44:29.253 UTC [20888][client backend] [pg_regress/float8][12/30:0] STATEMENT: SELECT 'N A N'::float8; 2024-09-07 20:44:29.254 UTC [20888][client backend] [pg_regress/float8][12/31:0] ERROR: invalid input syntax for type double precision: "NaN x" at character 8 2024-09-07 20:44:29.254 UTC [20888][client backend] [pg_regress/float8][12/31:0] STATEMENT: SELECT 'NaN x'::float8; 2024-09-07 20:44:29.254 UTC [20883][client backend] [pg_regress/text][8/32:0] ERROR: too few arguments for format() 2024-09-07 20:44:29.254 UTC [20883][client backend] [pg_regress/text][8/32:0] STATEMENT: select format('Hello %s %s', 'World'); 2024-09-07 20:44:29.254 UTC [20908][client backend] [[unknown]][22/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:29.254 UTC [20908][client backend] [[unknown]][22/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/regproc 2024-09-07 20:44:29.254 UTC [20888][client backend] [pg_regress/float8][12/32:0] ERROR: invalid input syntax for type double precision: " INFINITY x" at character 8 2024-09-07 20:44:29.254 UTC [20888][client backend] [pg_regress/float8][12/32:0] STATEMENT: SELECT ' INFINITY x'::float8; 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/2:0] ERROR: malformed range literal: "" at character 8 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/2:0] DETAIL: Missing left parenthesis or bracket. 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/2:0] STATEMENT: select ''::textrange; 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/3:0] ERROR: malformed range literal: "-[a,z)" at character 8 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/3:0] DETAIL: Missing left parenthesis or bracket. 2024-09-07 20:44:29.258 UTC [20904][client backend] [pg_regress/rangetypes][21/3:0] STATEMENT: select '-[a,z)'::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/4:0] ERROR: malformed range literal: "[a,z) - " at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/4:0] DETAIL: Junk after right parenthesis or bracket. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/4:0] STATEMENT: select '[a,z) - '::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/5:0] ERROR: malformed range literal: "(",a)" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/5:0] DETAIL: Unexpected end of input. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/5:0] STATEMENT: select '(",a)'::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/6:0] ERROR: malformed range literal: "(,,a)" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/6:0] DETAIL: Too many commas. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/6:0] STATEMENT: select '(,,a)'::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/7:0] ERROR: malformed range literal: "(),a)" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/7:0] DETAIL: Missing comma after lower bound. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/7:0] STATEMENT: select '(),a)'::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/8:0] ERROR: malformed range literal: "(a,))" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/8:0] DETAIL: Junk after right parenthesis or bracket. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/8:0] STATEMENT: select '(a,))'::textrange; 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/9:0] ERROR: malformed range literal: "(],a)" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/9:0] DETAIL: Missing comma after lower bound. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/9:0] STATEMENT: select '(],a)'::textrange; 2024-09-07 20:44:29.259 UTC [20883][client backend] [pg_regress/text][8/33:0] ERROR: too few arguments for format() 2024-09-07 20:44:29.259 UTC [20883][client backend] [pg_regress/text][8/33:0] STATEMENT: select format('Hello %s'); 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/10:0] ERROR: malformed range literal: "(a,])" at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/10:0] DETAIL: Junk after right parenthesis or bracket. 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/10:0] STATEMENT: select '(a,])'::textrange; 2024-09-07 20:44:29.259 UTC [20893][client backend] [pg_regress/float4][15/8:0] ERROR: "10e70" is out of range for type real at character 36 2024-09-07 20:44:29.259 UTC [20893][client backend] [pg_regress/float4][15/8:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e70'); 2024-09-07 20:44:29.259 UTC [20883][client backend] [pg_regress/text][8/34:0] ERROR: unrecognized format() type specifier "x" 2024-09-07 20:44:29.259 UTC [20883][client backend] [pg_regress/text][8/34:0] HINT: For a single "%" use "%%". 2024-09-07 20:44:29.259 UTC [20883][client backend] [pg_regress/text][8/34:0] STATEMENT: select format('Hello %x', 20); 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/11:0] ERROR: range lower bound must be less than or equal to range upper bound at character 8 2024-09-07 20:44:29.259 UTC [20904][client backend] [pg_regress/rangetypes][21/11:0] STATEMENT: select '[z,a]'::textrange; 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/9:0] ERROR: "-10e70" is out of range for type real at character 36 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/9:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e70'); 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/10:0] ERROR: "10e-70" is out of range for type real at character 36 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/10:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e-70'); 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/11:0] ERROR: "-10e-70" is out of range for type real at character 36 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/11:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e-70'); 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/12:0] ERROR: value out of range: overflow 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/12:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e70'::float8); 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/13:0] ERROR: value out of range: overflow 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/13:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e70'::float8); 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/14:0] ERROR: value out of range: underflow 2024-09-07 20:44:29.260 UTC [20893][client backend] [pg_regress/float4][15/14:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e-70'::float8); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/15:0] ERROR: value out of range: underflow 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/15:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e-70'::float8); 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/39:0] ERROR: null values cannot be formatted as an SQL identifier 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/39:0] STATEMENT: select format('INSERT INTO %I VALUES(%L,%L)', NULL, 10, 'Hello'); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/16:0] ERROR: "10e400" is out of range for type real at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/16:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e400'); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/17:0] ERROR: "-10e400" is out of range for type real at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/17:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e400'); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/18:0] ERROR: "10e-400" is out of range for type real at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/18:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('10e-400'); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/19:0] ERROR: "-10e-400" is out of range for type real at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/19:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('-10e-400'); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/20:0] ERROR: invalid input syntax for type real: "" at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/20:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES (''); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/21:0] ERROR: invalid input syntax for type real: " " at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/21:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES (' '); 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/42:0] ERROR: too few arguments for format() 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/42:0] STATEMENT: select format('%1$s %4$s', 1, 2, 3); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/22:0] ERROR: invalid input syntax for type real: "xyz" at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/22:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('xyz'); 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/43:0] ERROR: too few arguments for format() 2024-09-07 20:44:29.261 UTC [20883][client backend] [pg_regress/text][8/43:0] STATEMENT: select format('%1$s %13$s', 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12); 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/23:0] ERROR: invalid input syntax for type real: "5.0.0" at character 36 2024-09-07 20:44:29.261 UTC [20893][client backend] [pg_regress/float4][15/23:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('5.0.0'); 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/24:0] ERROR: invalid input syntax for type real: "5 . 0" at character 36 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/24:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('5 . 0'); 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/44:0] ERROR: format specifies argument 0, but arguments are numbered from 1 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/44:0] STATEMENT: select format('%0$s', 'Hello'); 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/25:0] ERROR: invalid input syntax for type real: "5. 0" at character 36 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/25:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('5. 0'); 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/45:0] ERROR: format specifies argument 0, but arguments are numbered from 1 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/45:0] STATEMENT: select format('%*0$s', 'Hello'); 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/26:0] ERROR: invalid input syntax for type real: " - 3.0" at character 36 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/26:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES (' - 3.0'); 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/27:0] ERROR: invalid input syntax for type real: "123 5" at character 36 2024-09-07 20:44:29.262 UTC [20893][client backend] [pg_regress/float4][15/27:0] STATEMENT: INSERT INTO FLOAT4_TBL(f1) VALUES ('123 5'); 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/46:0] ERROR: unterminated format() type specifier 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/46:0] HINT: For a single "%" use "%%". 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/46:0] STATEMENT: select format('%1$', 1); 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/47:0] ERROR: unterminated format() type specifier 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/47:0] HINT: For a single "%" use "%%". 2024-09-07 20:44:29.262 UTC [20883][client backend] [pg_regress/text][8/47:0] STATEMENT: select format('%1$1', 1); 2024-09-07 20:44:29.266 UTC [20903][client backend] [pg_regress/pg_lsn][19/5:0] ERROR: invalid input syntax for type pg_lsn: "G/0" at character 32 2024-09-07 20:44:29.266 UTC [20903][client backend] [pg_regress/pg_lsn][19/5:0] STATEMENT: INSERT INTO PG_LSN_TBL VALUES ('G/0'); 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/6:0] ERROR: invalid input syntax for type pg_lsn: "-1/0" at character 32 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/6:0] STATEMENT: INSERT INTO PG_LSN_TBL VALUES ('-1/0'); 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/7:0] ERROR: invalid input syntax for type pg_lsn: " 0/12345678" at character 32 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/7:0] STATEMENT: INSERT INTO PG_LSN_TBL VALUES (' 0/12345678'); 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/8:0] ERROR: invalid input syntax for type pg_lsn: "ABCD/" at character 32 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/8:0] STATEMENT: INSERT INTO PG_LSN_TBL VALUES ('ABCD/'); 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/9:0] ERROR: invalid input syntax for type pg_lsn: "/ABCD" at character 32 2024-09-07 20:44:29.267 UTC [20903][client backend] [pg_regress/pg_lsn][19/9:0] STATEMENT: INSERT INTO PG_LSN_TBL VALUES ('/ABCD'); 2024-09-07 20:44:29.276 UTC [20877][client backend] [pg_regress/int4][3/56:0] ERROR: integer out of range 2024-09-07 20:44:29.276 UTC [20877][client backend] [pg_regress/int4][3/56:0] STATEMENT: SELECT (-2147483648)::int4 * (-1)::int4; 2024-09-07 20:44:29.276 UTC [20877][client backend] [pg_regress/int4][3/57:0] ERROR: integer out of range 2024-09-07 20:44:29.276 UTC [20877][client backend] [pg_regress/int4][3/57:0] STATEMENT: SELECT (-2147483648)::int4 / (-1)::int4; 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/6:0] ERROR: invalid input syntax for type pg_snapshot: "0:1:" at character 8 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/6:0] STATEMENT: select '0:1:'::txid_snapshot; 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/7:0] ERROR: invalid input syntax for type pg_snapshot: "12:13:0" at character 8 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/7:0] STATEMENT: select '12:13:0'::txid_snapshot; 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/8:0] ERROR: invalid input syntax for type pg_snapshot: "12:16:14,13" at character 8 2024-09-07 20:44:29.276 UTC [20897][client backend] [pg_regress/txid][17/8:0] STATEMENT: select '12:16:14,13'::txid_snapshot; 2024-09-07 20:44:29.278 UTC [20885][client backend] [pg_regress/int2][10/47:0] ERROR: smallint out of range 2024-09-07 20:44:29.278 UTC [20885][client backend] [pg_regress/int2][10/47:0] STATEMENT: SELECT (-32768)::int2 * (-1)::int2; 2024-09-07 20:44:29.278 UTC [20885][client backend] [pg_regress/int2][10/48:0] ERROR: smallint out of range 2024-09-07 20:44:29.278 UTC [20885][client backend] [pg_regress/int2][10/48:0] STATEMENT: SELECT (-32768)::int2 / (-1)::int2; 2024-09-07 20:44:29.284 UTC [20879][client backend] [pg_regress/boolean][4/60:0] ERROR: invalid input syntax for type boolean: "XXX" at character 43 2024-09-07 20:44:29.284 UTC [20879][client backend] [pg_regress/boolean][4/60:0] STATEMENT: INSERT INTO BOOLTBL2 (f1) VALUES (bool 'XXX'); 2024-09-07 20:44:29.289 UTC [20877][client backend] [pg_regress/int4][3/59:0] ERROR: integer out of range 2024-09-07 20:44:29.289 UTC [20877][client backend] [pg_regress/int4][3/59:0] STATEMENT: SELECT (-2147483648)::int4 * (-1)::int2; 2024-09-07 20:44:29.289 UTC [20877][client backend] [pg_regress/int4][3/60:0] ERROR: integer out of range 2024-09-07 20:44:29.289 UTC [20877][client backend] [pg_regress/int4][3/60:0] STATEMENT: SELECT (-2147483648)::int4 / (-1)::int2; 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/37:0] ERROR: invalid input syntax for type real: "N A N" at character 8 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/37:0] STATEMENT: SELECT 'N A N'::float4; 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/38:0] ERROR: invalid input syntax for type real: "NaN x" at character 8 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/38:0] STATEMENT: SELECT 'NaN x'::float4; 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/39:0] ERROR: invalid input syntax for type real: " INFINITY x" at character 8 2024-09-07 20:44:29.290 UTC [20893][client backend] [pg_regress/float4][15/39:0] STATEMENT: SELECT ' INFINITY x'::float4; 2024-09-07 20:44:29.292 UTC [20877][client backend] [pg_regress/int4][3/65:0] ERROR: integer out of range 2024-09-07 20:44:29.292 UTC [20877][client backend] [pg_regress/int4][3/65:0] STATEMENT: SELECT gcd((-2147483648)::int4, 0::int4); 2024-09-07 20:44:29.292 UTC [20877][client backend] [pg_regress/int4][3/66:0] ERROR: integer out of range 2024-09-07 20:44:29.292 UTC [20877][client backend] [pg_regress/int4][3/66:0] STATEMENT: SELECT gcd((-2147483648)::int4, (-2147483648)::int4); 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/55:0] ERROR: invalid input syntax for type smallint: "0b" at character 13 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/55:0] STATEMENT: SELECT int2 '0b'; 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/56:0] ERROR: invalid input syntax for type smallint: "0o" at character 13 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/56:0] STATEMENT: SELECT int2 '0o'; 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/57:0] ERROR: invalid input syntax for type smallint: "0x" at character 13 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/57:0] STATEMENT: SELECT int2 '0x'; 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/59:0] ERROR: value "0b1000000000000000" is out of range for type smallint at character 13 2024-09-07 20:44:29.293 UTC [20885][client backend] [pg_regress/int2][10/59:0] STATEMENT: SELECT int2 '0b1000000000000000'; 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/61:0] ERROR: value "0o100000" is out of range for type smallint at character 13 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/61:0] STATEMENT: SELECT int2 '0o100000'; 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/63:0] ERROR: value "0x8000" is out of range for type smallint at character 13 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/63:0] STATEMENT: SELECT int2 '0x8000'; 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/65:0] ERROR: value "-0b1000000000000001" is out of range for type smallint at character 13 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/65:0] STATEMENT: SELECT int2 '-0b1000000000000001'; 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/67:0] ERROR: value "-0o100001" is out of range for type smallint at character 13 2024-09-07 20:44:29.294 UTC [20885][client backend] [pg_regress/int2][10/67:0] STATEMENT: SELECT int2 '-0o100001'; 2024-09-07 20:44:29.295 UTC [20885][client backend] [pg_regress/int2][10/69:0] ERROR: value "-0x8001" is out of range for type smallint at character 13 2024-09-07 20:44:29.295 UTC [20885][client backend] [pg_regress/int2][10/69:0] STATEMENT: SELECT int2 '-0x8001'; 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/75:0] ERROR: invalid input syntax for type smallint: "_100" at character 13 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/75:0] STATEMENT: SELECT int2 '_100'; 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/76:0] ERROR: invalid input syntax for type smallint: "100_" at character 13 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/76:0] STATEMENT: SELECT int2 '100_'; 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/77:0] ERROR: invalid input syntax for type smallint: "10__000" at character 13 2024-09-07 20:44:29.296 UTC [20885][client backend] [pg_regress/int2][10/77:0] STATEMENT: SELECT int2 '10__000'; 2024-09-07 20:44:29.299 UTC [20885][client backend] [pg_regress/int2][:0] LOG: disconnection: session time: 0:00:00.162 user=postgres database=regression host=[local] 2024-09-07 20:44:29.300 UTC [20883][client backend] [pg_regress/text][:0] LOG: disconnection: session time: 0:00:00.188 user=postgres database=regression host=[local] 2024-09-07 20:44:29.303 UTC [20889][client backend] [pg_regress/int8][13/47:0] ERROR: bigint out of range 2024-09-07 20:44:29.303 UTC [20889][client backend] [pg_regress/int8][13/47:0] STATEMENT: SELECT q1, q2, q1 * q2 AS multiply FROM INT8_TBL; 2024-09-07 20:44:29.319 UTC [20877][client backend] [pg_regress/int4][3/68:0] ERROR: integer out of range 2024-09-07 20:44:29.319 UTC [20877][client backend] [pg_regress/int4][3/68:0] STATEMENT: SELECT lcm((-2147483648)::int4, 1::int4); 2024-09-07 20:44:29.319 UTC [20877][client backend] [pg_regress/int4][3/69:0] ERROR: integer out of range 2024-09-07 20:44:29.319 UTC [20877][client backend] [pg_regress/int4][3/69:0] STATEMENT: SELECT lcm(2147483647::int4, 2147483646::int4); 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/73:0] ERROR: invalid input syntax for type integer: "0b" at character 13 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/73:0] STATEMENT: SELECT int4 '0b'; 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/74:0] ERROR: invalid input syntax for type integer: "0o" at character 13 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/74:0] STATEMENT: SELECT int4 '0o'; 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/75:0] ERROR: invalid input syntax for type integer: "0x" at character 13 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/75:0] STATEMENT: SELECT int4 '0x'; 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/77:0] ERROR: value "0b10000000000000000000000000000000" is out of range for type integer at character 13 2024-09-07 20:44:29.320 UTC [20877][client backend] [pg_regress/int4][3/77:0] STATEMENT: SELECT int4 '0b10000000000000000000000000000000'; 2024-09-07 20:44:29.321 UTC [20882][client backend] [pg_regress/varchar][5/19:0] ERROR: value too long for type character varying(4) 2024-09-07 20:44:29.321 UTC [20882][client backend] [pg_regress/varchar][5/19:0] STATEMENT: INSERT INTO VARCHAR_TBL (f1) VALUES ('abcde'); 2024-09-07 20:44:29.325 UTC [20905][client backend] [pg_regress/enum][20/5:0] ERROR: invalid input value for enum rainbow: "mauve" at character 8 2024-09-07 20:44:29.325 UTC [20905][client backend] [pg_regress/enum][20/5:0] STATEMENT: SELECT 'mauve'::rainbow; 2024-09-07 20:44:29.326 UTC [20882][client backend] [pg_regress/varchar][:0] LOG: disconnection: session time: 0:00:00.225 user=postgres database=regression host=[local] 2024-09-07 20:44:29.331 UTC [20902][client backend] [pg_regress/uuid][18/4:0] ERROR: invalid input syntax for type uuid: "11111111-1111-1111-1111-111111111111F" at character 38 2024-09-07 20:44:29.331 UTC [20902][client backend] [pg_regress/uuid][18/4:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('11111111-1111-1111-1111-111111111111F'); 2024-09-07 20:44:29.331 UTC [20903][client backend] [pg_regress/pg_lsn][19/24:0] ERROR: pg_lsn out of range 2024-09-07 20:44:29.331 UTC [20903][client backend] [pg_regress/pg_lsn][19/24:0] STATEMENT: SELECT 'FFFFFFFF/FFFFFFFE'::pg_lsn + 2::numeric; 2024-09-07 20:44:29.331 UTC [20902][client backend] [pg_regress/uuid][18/5:0] ERROR: invalid input syntax for type uuid: "{11111111-1111-1111-1111-11111111111}" at character 38 2024-09-07 20:44:29.331 UTC [20902][client backend] [pg_regress/uuid][18/5:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('{11111111-1111-1111-1111-11111111111}'); 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/6:0] ERROR: invalid input syntax for type uuid: "111-11111-1111-1111-1111-111111111111" at character 38 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/6:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('111-11111-1111-1111-1111-111111111111'); 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/7:0] ERROR: invalid input syntax for type uuid: "{22222222-2222-2222-2222-222222222222 " at character 38 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/7:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('{22222222-2222-2222-2222-222222222222 '); 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/8:0] ERROR: invalid input syntax for type uuid: "11111111-1111-1111-G111-111111111111" at character 38 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/8:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('11111111-1111-1111-G111-111111111111'); 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/9:0] ERROR: invalid input syntax for type uuid: "11+11111-1111-1111-1111-111111111111" at character 38 2024-09-07 20:44:29.332 UTC [20902][client backend] [pg_regress/uuid][18/9:0] STATEMENT: INSERT INTO guid1(guid_field) VALUES('11+11111-1111-1111-1111-111111111111'); 2024-09-07 20:44:29.332 UTC [20903][client backend] [pg_regress/pg_lsn][19/26:0] ERROR: pg_lsn out of range 2024-09-07 20:44:29.332 UTC [20903][client backend] [pg_regress/pg_lsn][19/26:0] STATEMENT: SELECT '0/1'::pg_lsn - 2::numeric; 2024-09-07 20:44:29.337 UTC [20903][client backend] [pg_regress/pg_lsn][19/29:0] ERROR: cannot add NaN to pg_lsn 2024-09-07 20:44:29.337 UTC [20903][client backend] [pg_regress/pg_lsn][19/29:0] STATEMENT: SELECT '0/16AE7F7'::pg_lsn + 'NaN'::numeric; 2024-09-07 20:44:29.337 UTC [20903][client backend] [pg_regress/pg_lsn][19/30:0] ERROR: cannot subtract NaN from pg_lsn 2024-09-07 20:44:29.337 UTC [20903][client backend] [pg_regress/pg_lsn][19/30:0] STATEMENT: SELECT '0/16AE7F7'::pg_lsn - 'NaN'::numeric; 2024-09-07 20:44:29.339 UTC [20877][client backend] [pg_regress/int4][3/79:0] ERROR: value "0o20000000000" is out of range for type integer at character 13 2024-09-07 20:44:29.339 UTC [20877][client backend] [pg_regress/int4][3/79:0] STATEMENT: SELECT int4 '0o20000000000'; 2024-09-07 20:44:29.340 UTC [20877][client backend] [pg_regress/int4][3/81:0] ERROR: value "0x80000000" is out of range for type integer at character 13 2024-09-07 20:44:29.340 UTC [20877][client backend] [pg_regress/int4][3/81:0] STATEMENT: SELECT int4 '0x80000000'; 2024-09-07 20:44:29.340 UTC [20877][client backend] [pg_regress/int4][3/83:0] ERROR: value "-0b10000000000000000000000000000001" is out of range for type integer at character 13 2024-09-07 20:44:29.340 UTC [20877][client backend] [pg_regress/int4][3/83:0] STATEMENT: SELECT int4 '-0b10000000000000000000000000000001'; 2024-09-07 20:44:29.342 UTC [20877][client backend] [pg_regress/int4][3/85:0] ERROR: value "-0o20000000001" is out of range for type integer at character 13 2024-09-07 20:44:29.342 UTC [20877][client backend] [pg_regress/int4][3/85:0] STATEMENT: SELECT int4 '-0o20000000001'; 2024-09-07 20:44:29.343 UTC [20888][client backend] [pg_regress/float8][12/72:0] ERROR: zero raised to a negative power is undefined 2024-09-07 20:44:29.343 UTC [20888][client backend] [pg_regress/float8][12/72:0] STATEMENT: SELECT power(float8 '0', float8 '-inf'); 2024-09-07 20:44:29.345 UTC [20877][client backend] [pg_regress/int4][3/87:0] ERROR: value "-0x80000001" is out of range for type integer at character 13 2024-09-07 20:44:29.345 UTC [20877][client backend] [pg_regress/int4][3/87:0] STATEMENT: SELECT int4 '-0x80000001'; 2024-09-07 20:44:29.347 UTC [20898][client backend] [pg_regress/money][14/60:0] ERROR: value "123456789012345678" is out of range for type money at character 8 2024-09-07 20:44:29.347 UTC [20898][client backend] [pg_regress/money][14/60:0] STATEMENT: SELECT '123456789012345678'::money; 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/61:0] ERROR: value "9223372036854775807" is out of range for type money at character 8 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/61:0] STATEMENT: SELECT '9223372036854775807'::money; 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/65:0] ERROR: value "-123456789012345678" is out of range for type money at character 8 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/65:0] STATEMENT: SELECT '-123456789012345678'::money; 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/66:0] ERROR: value "-9223372036854775808" is out of range for type money at character 8 2024-09-07 20:44:29.348 UTC [20898][client backend] [pg_regress/money][14/66:0] STATEMENT: SELECT '-9223372036854775808'::money; 2024-09-07 20:44:29.350 UTC [20888][client backend] [pg_regress/float8][12/93:0] ERROR: a negative number raised to a non-integer power yields a complex result 2024-09-07 20:44:29.350 UTC [20888][client backend] [pg_regress/float8][12/93:0] STATEMENT: SELECT power(float8 '-inf', float8 '3.5'); 2024-09-07 20:44:29.351 UTC [20877][client backend] [pg_regress/int4][3/93:0] ERROR: invalid input syntax for type integer: "_100" at character 13 2024-09-07 20:44:29.351 UTC [20877][client backend] [pg_regress/int4][3/93:0] STATEMENT: SELECT int4 '_100'; 2024-09-07 20:44:29.352 UTC [20877][client backend] [pg_regress/int4][3/94:0] ERROR: invalid input syntax for type integer: "100_" at character 13 2024-09-07 20:44:29.352 UTC [20877][client backend] [pg_regress/int4][3/94:0] STATEMENT: SELECT int4 '100_'; 2024-09-07 20:44:29.352 UTC [20877][client backend] [pg_regress/int4][3/95:0] ERROR: invalid input syntax for type integer: "100__000" at character 13 2024-09-07 20:44:29.352 UTC [20877][client backend] [pg_regress/int4][3/95:0] STATEMENT: SELECT int4 '100__000'; 2024-09-07 20:44:29.355 UTC [20893][client backend] [pg_regress/float4][15/57:0] ERROR: division by zero 2024-09-07 20:44:29.355 UTC [20893][client backend] [pg_regress/float4][15/57:0] STATEMENT: SELECT f.f1 / '0.0' from FLOAT4_TBL f; 2024-09-07 20:44:29.355 UTC [20877][client backend] [pg_regress/int4][:0] LOG: disconnection: session time: 0:00:00.273 user=postgres database=regression host=[local] 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/63:0] ERROR: smallint out of range 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/63:0] STATEMENT: SELECT '32767.6'::float4::int2; 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/65:0] ERROR: smallint out of range 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/65:0] STATEMENT: SELECT '-32768.6'::float4::int2; 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/67:0] ERROR: integer out of range 2024-09-07 20:44:29.357 UTC [20893][client backend] [pg_regress/float4][15/67:0] STATEMENT: SELECT '2147483647'::float4::int4; 2024-09-07 20:44:29.362 UTC [20886][client backend] [pg_regress/oid][:0] LOG: disconnection: session time: 0:00:00.229 user=postgres database=regression host=[local] 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/39:0] ERROR: operator does not exist: ||// at character 16 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/39:0] STATEMENT: SELECT regoper('||//'); 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/40:0] ERROR: operator does not exist: ++(int4,int4) at character 20 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/40:0] STATEMENT: SELECT regoperator('++(int4,int4)'); 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/41:0] ERROR: function "know" does not exist at character 16 2024-09-07 20:44:29.365 UTC [20908][client backend] [pg_regress/regproc][22/41:0] STATEMENT: SELECT regproc('know'); 2024-09-07 20:44:29.366 UTC [20908][client backend] [pg_regress/regproc][22/42:0] ERROR: function "absinthe(numeric)" does not exist at character 21 2024-09-07 20:44:29.366 UTC [20908][client backend] [pg_regress/regproc][22/42:0] STATEMENT: SELECT regprocedure('absinthe(numeric)'); 2024-09-07 20:44:29.367 UTC [20908][client backend] [pg_regress/regproc][22/43:0] ERROR: relation "pg_classes" does not exist at character 17 2024-09-07 20:44:29.367 UTC [20908][client backend] [pg_regress/regproc][22/43:0] STATEMENT: SELECT regclass('pg_classes'); 2024-09-07 20:44:29.372 UTC [20908][client backend] [pg_regress/regproc][22/44:0] ERROR: type "int3" does not exist at character 16 2024-09-07 20:44:29.372 UTC [20908][client backend] [pg_regress/regproc][22/44:0] STATEMENT: SELECT regtype('int3'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/45:0] ERROR: operator does not exist: ng_catalog.||/ at character 16 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/45:0] STATEMENT: SELECT regoper('ng_catalog.||/'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/46:0] ERROR: operator does not exist: ng_catalog.+(int4,int4) at character 20 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/46:0] STATEMENT: SELECT regoperator('ng_catalog.+(int4,int4)'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/47:0] ERROR: function "ng_catalog.now" does not exist at character 16 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/47:0] STATEMENT: SELECT regproc('ng_catalog.now'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/48:0] ERROR: function "ng_catalog.abs(numeric)" does not exist at character 21 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/48:0] STATEMENT: SELECT regprocedure('ng_catalog.abs(numeric)'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/49:0] ERROR: relation "ng_catalog.pg_class" does not exist at character 17 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/49:0] STATEMENT: SELECT regclass('ng_catalog.pg_class'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/50:0] ERROR: schema "ng_catalog" does not exist at character 16 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/50:0] STATEMENT: SELECT regtype('ng_catalog.int4'); 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/51:0] ERROR: collation "ng_catalog.POSIX" for encoding "UTF8" does not exist at character 21 2024-09-07 20:44:29.373 UTC [20908][client backend] [pg_regress/regproc][22/51:0] STATEMENT: SELECT regcollation('ng_catalog."POSIX"'); 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/52:0] ERROR: role "regress_regrole_test" does not exist at character 16 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/52:0] STATEMENT: SELECT regrole('regress_regrole_test'); 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/53:0] ERROR: role "regress_regrole_test" does not exist at character 16 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/53:0] STATEMENT: SELECT regrole('"regress_regrole_test"'); 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/54:0] ERROR: role "nonexistent" does not exist at character 16 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/54:0] STATEMENT: SELECT regrole('Nonexistent'); 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/55:0] ERROR: role "Nonexistent" does not exist at character 16 2024-09-07 20:44:29.374 UTC [20908][client backend] [pg_regress/regproc][22/55:0] STATEMENT: SELECT regrole('"Nonexistent"'); 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/56:0] ERROR: invalid name syntax at character 16 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/56:0] STATEMENT: SELECT regrole('foo.bar'); 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/57:0] ERROR: schema "nonexistent" does not exist at character 21 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/57:0] STATEMENT: SELECT regnamespace('Nonexistent'); 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/58:0] ERROR: schema "Nonexistent" does not exist at character 21 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/58:0] STATEMENT: SELECT regnamespace('"Nonexistent"'); 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/59:0] ERROR: invalid name syntax at character 21 2024-09-07 20:44:29.375 UTC [20908][client backend] [pg_regress/regproc][22/59:0] STATEMENT: SELECT regnamespace('foo.bar'); 2024-09-07 20:44:29.376 UTC [20898][client backend] [pg_regress/money][14/75:0] ERROR: value "-92233720368547758.09" is out of range for type money at character 8 2024-09-07 20:44:29.376 UTC [20898][client backend] [pg_regress/money][14/75:0] STATEMENT: SELECT '-92233720368547758.09'::money; 2024-09-07 20:44:29.376 UTC [20898][client backend] [pg_regress/money][14/76:0] ERROR: value "92233720368547758.08" is out of range for type money at character 8 2024-09-07 20:44:29.376 UTC [20898][client backend] [pg_regress/money][14/76:0] STATEMENT: SELECT '92233720368547758.08'::money; 2024-09-07 20:44:29.377 UTC [20897][client backend] [pg_regress/txid][17/24:0] ERROR: invalid input syntax for type pg_snapshot: "1:9223372036854775808:3" at character 22 2024-09-07 20:44:29.377 UTC [20897][client backend] [pg_regress/txid][17/24:0] STATEMENT: SELECT txid_snapshot '1:9223372036854775808:3'; 2024-09-07 20:44:29.377 UTC [20903][client backend] [pg_regress/pg_lsn][:0] LOG: disconnection: session time: 0:00:00.172 user=postgres database=regression host=[local] 2024-09-07 20:44:29.379 UTC [20898][client backend] [pg_regress/money][14/77:0] ERROR: value "-92233720368547758.085" is out of range for type money at character 8 2024-09-07 20:44:29.379 UTC [20898][client backend] [pg_regress/money][14/77:0] STATEMENT: SELECT '-92233720368547758.085'::money; 2024-09-07 20:44:29.379 UTC [20898][client backend] [pg_regress/money][14/78:0] ERROR: value "92233720368547758.075" is out of range for type money at character 8 2024-09-07 20:44:29.379 UTC [20898][client backend] [pg_regress/money][14/78:0] STATEMENT: SELECT '92233720368547758.075'::money; 2024-09-07 20:44:29.379 UTC [20894][client backend] [pg_regress/name][16/26:0] ERROR: string is not a valid identifier: "foo.boo[]" 2024-09-07 20:44:29.379 UTC [20894][client backend] [pg_regress/name][16/26:0] STATEMENT: SELECT parse_ident('foo.boo[]'); 2024-09-07 20:44:29.380 UTC [20893][client backend] [pg_regress/float4][15/69:0] ERROR: integer out of range 2024-09-07 20:44:29.380 UTC [20893][client backend] [pg_regress/float4][15/69:0] STATEMENT: SELECT '-2147483900'::float4::int4; 2024-09-07 20:44:29.382 UTC [20893][client backend] [pg_regress/float4][15/71:0] ERROR: bigint out of range 2024-09-07 20:44:29.382 UTC [20893][client backend] [pg_regress/float4][15/71:0] STATEMENT: SELECT '9223372036854775807'::float4::int8; 2024-09-07 20:44:29.383 UTC [20893][client backend] [pg_regress/float4][15/73:0] ERROR: bigint out of range 2024-09-07 20:44:29.383 UTC [20893][client backend] [pg_regress/float4][15/73:0] STATEMENT: SELECT '-9223380000000000000'::float4::int8; 2024-09-07 20:44:29.389 UTC [20888][client backend] [pg_regress/float8][12/102:0] ERROR: value out of range: overflow 2024-09-07 20:44:29.389 UTC [20888][client backend] [pg_regress/float8][12/102:0] STATEMENT: SELECT f.f1 * '1e200' from FLOAT8_TBL f; 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/28:0] ERROR: string is not a valid identifier: " " 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/28:0] STATEMENT: SELECT parse_ident(' '); 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/29:0] ERROR: string is not a valid identifier: " .aaa" 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/29:0] DETAIL: No valid identifier before ".". 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/29:0] STATEMENT: SELECT parse_ident(' .aaa'); 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/30:0] ERROR: string is not a valid identifier: " aaa . " 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/30:0] DETAIL: No valid identifier after ".". 2024-09-07 20:44:29.389 UTC [20894][client backend] [pg_regress/name][16/30:0] STATEMENT: SELECT parse_ident(' aaa . '); 2024-09-07 20:44:29.390 UTC [20894][client backend] [pg_regress/name][16/31:0] ERROR: string is not a valid identifier: "aaa.a%b" 2024-09-07 20:44:29.390 UTC [20894][client backend] [pg_regress/name][16/31:0] STATEMENT: SELECT parse_ident('aaa.a%b'); 2024-09-07 20:44:29.390 UTC [20894][client backend] [pg_regress/name][16/32:0] ERROR: string is not a valid identifier: "X XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" 2024-09-07 20:44:29.390 UTC [20894][client backend] [pg_regress/name][16/32:0] STATEMENT: SELECT parse_ident(E'X\rXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'); 2024-09-07 20:44:29.391 UTC [20888][client backend] [pg_regress/float8][12/103:0] ERROR: value out of range: overflow 2024-09-07 20:44:29.391 UTC [20888][client backend] [pg_regress/float8][12/103:0] STATEMENT: SELECT f.f1 ^ '1e200' from FLOAT8_TBL f; 2024-09-07 20:44:29.392 UTC [20905][client backend] [pg_regress/enum][20/20:0] ERROR: invalid enum label "plutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutopluto" 2024-09-07 20:44:29.392 UTC [20905][client backend] [pg_regress/enum][20/20:0] DETAIL: Labels must be 63 bytes or less. 2024-09-07 20:44:29.392 UTC [20905][client backend] [pg_regress/enum][20/20:0] STATEMENT: ALTER TYPE planets ADD VALUE 'plutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutoplutopluto'; 2024-09-07 20:44:29.393 UTC [20905][client backend] [pg_regress/enum][20/21:0] ERROR: "zeus" is not an existing enum label 2024-09-07 20:44:29.393 UTC [20905][client backend] [pg_regress/enum][20/21:0] STATEMENT: ALTER TYPE planets ADD VALUE 'pluto' AFTER 'zeus'; 2024-09-07 20:44:29.395 UTC [20905][client backend] [pg_regress/enum][20/22:0] ERROR: enum label "mercury" already exists 2024-09-07 20:44:29.395 UTC [20905][client backend] [pg_regress/enum][20/22:0] STATEMENT: ALTER TYPE planets ADD VALUE 'mercury'; 2024-09-07 20:44:29.395 UTC [20888][client backend] [pg_regress/float8][12/105:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:29.395 UTC [20888][client backend] [pg_regress/float8][12/105:0] STATEMENT: SELECT ln(f.f1) from FLOAT8_TBL f where f.f1 = '0.0' ; 2024-09-07 20:44:29.396 UTC [20888][client backend] [pg_regress/float8][12/106:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.396 UTC [20888][client backend] [pg_regress/float8][12/106:0] STATEMENT: SELECT ln(f.f1) from FLOAT8_TBL f where f.f1 < '0.0' ; 2024-09-07 20:44:29.396 UTC [20888][client backend] [pg_regress/float8][12/107:0] ERROR: value out of range: underflow 2024-09-07 20:44:29.396 UTC [20888][client backend] [pg_regress/float8][12/107:0] STATEMENT: SELECT exp(f.f1) from FLOAT8_TBL f; 2024-09-07 20:44:29.398 UTC [20888][client backend] [pg_regress/float8][12/108:0] ERROR: division by zero 2024-09-07 20:44:29.398 UTC [20888][client backend] [pg_regress/float8][12/108:0] STATEMENT: SELECT f.f1 / '0.0' from FLOAT8_TBL f; 2024-09-07 20:44:29.399 UTC [20894][client backend] [pg_regress/name][16/36:0] ERROR: string is not a valid identifier: ""c".X XXXXXXXXXX" 2024-09-07 20:44:29.399 UTC [20894][client backend] [pg_regress/name][16/36:0] STATEMENT: SELECT parse_ident(E'"c".X XXXX\002XXXXXX'); 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/37:0] ERROR: string is not a valid identifier: "1020" 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/37:0] STATEMENT: SELECT parse_ident('1020'); 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/38:0] ERROR: string is not a valid identifier: "10.20" 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/38:0] STATEMENT: SELECT parse_ident('10.20'); 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/39:0] ERROR: string is not a valid identifier: "." 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/39:0] DETAIL: No valid identifier before ".". 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/39:0] STATEMENT: SELECT parse_ident('.'); 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/40:0] ERROR: string is not a valid identifier: ".1020" 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/40:0] DETAIL: No valid identifier before ".". 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/40:0] STATEMENT: SELECT parse_ident('.1020'); 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/41:0] ERROR: string is not a valid identifier: "xxx.1020" 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/41:0] DETAIL: No valid identifier after ".". 2024-09-07 20:44:29.400 UTC [20894][client backend] [pg_regress/name][16/41:0] STATEMENT: SELECT parse_ident('xxx.1020'); 2024-09-07 20:44:29.404 UTC [20894][client backend] [pg_regress/name][:0] LOG: disconnection: session time: 0:00:00.234 user=postgres database=regression host=[local] 2024-09-07 20:44:29.404 UTC [20898][client backend] [pg_regress/money][14/102:0] ERROR: money out of range 2024-09-07 20:44:29.404 UTC [20898][client backend] [pg_regress/money][14/102:0] STATEMENT: SELECT '92233720368547758.07'::money + '0.01'::money; 2024-09-07 20:44:29.405 UTC [20898][client backend] [pg_regress/money][14/103:0] ERROR: money out of range 2024-09-07 20:44:29.405 UTC [20898][client backend] [pg_regress/money][14/103:0] STATEMENT: SELECT '-92233720368547758.08'::money - '0.01'::money; 2024-09-07 20:44:29.407 UTC [20898][client backend] [pg_regress/money][14/104:0] ERROR: money out of range 2024-09-07 20:44:29.407 UTC [20898][client backend] [pg_regress/money][14/104:0] STATEMENT: SELECT '92233720368547758.07'::money * 2::float8; 2024-09-07 20:44:29.408 UTC [20898][client backend] [pg_regress/money][14/105:0] ERROR: money out of range 2024-09-07 20:44:29.408 UTC [20898][client backend] [pg_regress/money][14/105:0] STATEMENT: SELECT '-1'::money / 1.175494e-38::float4; 2024-09-07 20:44:29.413 UTC [20898][client backend] [pg_regress/money][14/106:0] ERROR: money out of range 2024-09-07 20:44:29.413 UTC [20898][client backend] [pg_regress/money][14/106:0] STATEMENT: SELECT '92233720368547758.07'::money * 2::int4; 2024-09-07 20:44:29.414 UTC [20898][client backend] [pg_regress/money][14/107:0] ERROR: division by zero 2024-09-07 20:44:29.414 UTC [20898][client backend] [pg_regress/money][14/107:0] STATEMENT: SELECT '1'::money / 0::int2; 2024-09-07 20:44:29.414 UTC [20898][client backend] [pg_regress/money][14/108:0] ERROR: money out of range 2024-09-07 20:44:29.414 UTC [20898][client backend] [pg_regress/money][14/108:0] STATEMENT: SELECT '42'::money * 'inf'::float8; 2024-09-07 20:44:29.415 UTC [20898][client backend] [pg_regress/money][14/109:0] ERROR: money out of range 2024-09-07 20:44:29.415 UTC [20898][client backend] [pg_regress/money][14/109:0] STATEMENT: SELECT '42'::money * '-inf'::float8; 2024-09-07 20:44:29.415 UTC [20898][client backend] [pg_regress/money][14/110:0] ERROR: money out of range 2024-09-07 20:44:29.415 UTC [20898][client backend] [pg_regress/money][14/110:0] STATEMENT: SELECT '42'::money * 'nan'::float4; 2024-09-07 20:44:29.417 UTC [20889][client backend] [pg_regress/int8][13/81:0] ERROR: value "-9223372036854775809" is out of range for type bigint at character 8 2024-09-07 20:44:29.417 UTC [20889][client backend] [pg_regress/int8][13/81:0] STATEMENT: select '-9223372036854775809'::int8; 2024-09-07 20:44:29.419 UTC [20889][client backend] [pg_regress/int8][13/83:0] ERROR: value "9223372036854775808" is out of range for type bigint at character 8 2024-09-07 20:44:29.419 UTC [20889][client backend] [pg_regress/int8][13/83:0] STATEMENT: select '9223372036854775808'::int8; 2024-09-07 20:44:29.419 UTC [20898][client backend] [pg_regress/money][:0] LOG: disconnection: session time: 0:00:00.246 user=postgres database=regression host=[local] 2024-09-07 20:44:29.419 UTC [20889][client backend] [pg_regress/int8][13/85:0] ERROR: bigint out of range 2024-09-07 20:44:29.419 UTC [20889][client backend] [pg_regress/int8][13/85:0] STATEMENT: select -('-9223372036854775808'::int8); 2024-09-07 20:44:29.420 UTC [20889][client backend] [pg_regress/int8][13/86:0] ERROR: bigint out of range 2024-09-07 20:44:29.420 UTC [20889][client backend] [pg_regress/int8][13/86:0] STATEMENT: select 0::int8 - '-9223372036854775808'::int8; 2024-09-07 20:44:29.421 UTC [20889][client backend] [pg_regress/int8][13/87:0] ERROR: bigint out of range 2024-09-07 20:44:29.421 UTC [20889][client backend] [pg_regress/int8][13/87:0] STATEMENT: select '9223372036854775800'::int8 + '9223372036854775800'::int8; 2024-09-07 20:44:29.421 UTC [20889][client backend] [pg_regress/int8][13/88:0] ERROR: bigint out of range 2024-09-07 20:44:29.421 UTC [20889][client backend] [pg_regress/int8][13/88:0] STATEMENT: select '-9223372036854775800'::int8 + '-9223372036854775800'::int8; 2024-09-07 20:44:29.424 UTC [20897][client backend] [pg_regress/txid][:0] LOG: disconnection: session time: 0:00:00.230 user=postgres database=regression host=[local] 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/89:0] ERROR: bigint out of range 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/89:0] STATEMENT: select '9223372036854775800'::int8 - '-9223372036854775800'::int8; 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/90:0] ERROR: bigint out of range 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/90:0] STATEMENT: select '-9223372036854775800'::int8 - '9223372036854775800'::int8; 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/91:0] ERROR: bigint out of range 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/91:0] STATEMENT: select '9223372036854775800'::int8 * '9223372036854775800'::int8; 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/92:0] ERROR: division by zero 2024-09-07 20:44:29.425 UTC [20889][client backend] [pg_regress/int8][13/92:0] STATEMENT: select '9223372036854775800'::int8 / '0'::int8; 2024-09-07 20:44:29.426 UTC [20889][client backend] [pg_regress/int8][13/93:0] ERROR: division by zero 2024-09-07 20:44:29.426 UTC [20889][client backend] [pg_regress/int8][13/93:0] STATEMENT: select '9223372036854775800'::int8 % '0'::int8; 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/94:0] ERROR: bigint out of range 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/94:0] STATEMENT: select abs('-9223372036854775808'::int8); 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/95:0] ERROR: bigint out of range 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/95:0] STATEMENT: select '9223372036854775800'::int8 + '100'::int4; 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/96:0] ERROR: bigint out of range 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/96:0] STATEMENT: select '-9223372036854775800'::int8 - '100'::int4; 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/97:0] ERROR: bigint out of range 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/97:0] STATEMENT: select '9223372036854775800'::int8 * '100'::int4; 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/98:0] ERROR: bigint out of range 2024-09-07 20:44:29.427 UTC [20889][client backend] [pg_regress/int8][13/98:0] STATEMENT: select '100'::int4 + '9223372036854775800'::int8; 2024-09-07 20:44:29.428 UTC [20889][client backend] [pg_regress/int8][13/99:0] ERROR: bigint out of range 2024-09-07 20:44:29.428 UTC [20889][client backend] [pg_regress/int8][13/99:0] STATEMENT: select '-100'::int4 - '9223372036854775800'::int8; 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/100:0] ERROR: bigint out of range 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/100:0] STATEMENT: select '100'::int4 * '9223372036854775800'::int8; 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/101:0] ERROR: bigint out of range 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/101:0] STATEMENT: select '9223372036854775800'::int8 + '100'::int2; 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/102:0] ERROR: bigint out of range 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/102:0] STATEMENT: select '-9223372036854775800'::int8 - '100'::int2; 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/103:0] ERROR: bigint out of range 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/103:0] STATEMENT: select '9223372036854775800'::int8 * '100'::int2; 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/104:0] ERROR: division by zero 2024-09-07 20:44:29.429 UTC [20889][client backend] [pg_regress/int8][13/104:0] STATEMENT: select '-9223372036854775808'::int8 / '0'::int2; 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/105:0] ERROR: bigint out of range 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/105:0] STATEMENT: select '100'::int2 + '9223372036854775800'::int8; 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/106:0] ERROR: bigint out of range 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/106:0] STATEMENT: select '-100'::int2 - '9223372036854775800'::int8; 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/107:0] ERROR: bigint out of range 2024-09-07 20:44:29.430 UTC [20889][client backend] [pg_regress/int8][13/107:0] STATEMENT: select '100'::int2 * '9223372036854775800'::int8; 2024-09-07 20:44:29.431 UTC [20889][client backend] [pg_regress/int8][13/108:0] ERROR: division by zero 2024-09-07 20:44:29.431 UTC [20889][client backend] [pg_regress/int8][13/108:0] STATEMENT: select '100'::int2 / '0'::int8; 2024-09-07 20:44:29.433 UTC [20889][client backend] [pg_regress/int8][13/110:0] ERROR: integer out of range 2024-09-07 20:44:29.433 UTC [20889][client backend] [pg_regress/int8][13/110:0] STATEMENT: SELECT CAST(q1 AS int4) FROM int8_tbl WHERE q2 <> 456; 2024-09-07 20:44:29.434 UTC [20888][client backend] [pg_regress/float8][12/128:0] ERROR: input is out of range 2024-09-07 20:44:29.434 UTC [20888][client backend] [pg_regress/float8][12/128:0] STATEMENT: SELECT acosh(float8 '-infinity'); 2024-09-07 20:44:29.435 UTC [20889][client backend] [pg_regress/int8][13/112:0] ERROR: smallint out of range 2024-09-07 20:44:29.435 UTC [20889][client backend] [pg_regress/int8][13/112:0] STATEMENT: SELECT CAST(q1 AS int2) FROM int8_tbl WHERE q2 <> 456; 2024-09-07 20:44:29.435 UTC [20888][client backend] [pg_regress/float8][12/130:0] ERROR: input is out of range 2024-09-07 20:44:29.435 UTC [20888][client backend] [pg_regress/float8][12/130:0] STATEMENT: SELECT atanh(float8 'infinity'); 2024-09-07 20:44:29.436 UTC [20908][client backend] [pg_regress/regproc][22/103:0] ERROR: syntax error at or near "type" at character 11 2024-09-07 20:44:29.436 UTC [20908][client backend] [pg_regress/regproc][22/103:0] CONTEXT: invalid type name "incorrect type name syntax" 2024-09-07 20:44:29.436 UTC [20908][client backend] [pg_regress/regproc][22/103:0] STATEMENT: SELECT * FROM pg_input_error_info('incorrect type name syntax', 'regtype'); 2024-09-07 20:44:29.436 UTC [20888][client backend] [pg_regress/float8][12/131:0] ERROR: input is out of range 2024-09-07 20:44:29.436 UTC [20888][client backend] [pg_regress/float8][12/131:0] STATEMENT: SELECT atanh(float8 '-infinity'); 2024-09-07 20:44:29.437 UTC [20908][client backend] [pg_regress/regproc][22/104:0] ERROR: invalid NUMERIC type modifier 2024-09-07 20:44:29.437 UTC [20908][client backend] [pg_regress/regproc][22/104:0] STATEMENT: SELECT * FROM pg_input_error_info('numeric(1,2,3)', 'regtype'); 2024-09-07 20:44:29.437 UTC [20908][client backend] [pg_regress/regproc][22/105:0] ERROR: improper qualified name (too many dotted names): way.too.many.names 2024-09-07 20:44:29.437 UTC [20908][client backend] [pg_regress/regproc][22/105:0] STATEMENT: SELECT * FROM pg_input_error_info('way.too.many.names', 'regtype'); 2024-09-07 20:44:29.441 UTC [20908][client backend] [pg_regress/regproc][22/106:0] ERROR: cross-database references are not implemented: no_such_catalog.schema.name 2024-09-07 20:44:29.441 UTC [20908][client backend] [pg_regress/regproc][22/106:0] STATEMENT: SELECT * FROM pg_input_error_info('no_such_catalog.schema.name', 'regtype'); 2024-09-07 20:44:29.445 UTC [20902][client backend] [pg_regress/uuid][18/27:962] ERROR: duplicate key value violates unique constraint "guid1_unique_btree" 2024-09-07 20:44:29.445 UTC [20902][client backend] [pg_regress/uuid][18/27:962] DETAIL: Key (guid_field)=(11111111-1111-1111-1111-111111111111) already exists. 2024-09-07 20:44:29.445 UTC [20902][client backend] [pg_regress/uuid][18/27:962] STATEMENT: INSERT INTO guid1(guid_field) VALUES('11111111-1111-1111-1111-111111111111'); 2024-09-07 20:44:29.446 UTC [20908][client backend] [pg_regress/regproc][:0] LOG: disconnection: session time: 0:00:00.198 user=postgres database=regression host=[local] 2024-09-07 20:44:29.450 UTC [20889][client backend] [pg_regress/int8][13/116:0] ERROR: bigint out of range 2024-09-07 20:44:29.450 UTC [20889][client backend] [pg_regress/int8][13/116:0] STATEMENT: SELECT CAST('922337203685477580700.0'::float8 AS int8); 2024-09-07 20:44:29.450 UTC [20888][client backend] [pg_regress/float8][12/136:0] ERROR: "10e400" is out of range for type double precision at character 36 2024-09-07 20:44:29.450 UTC [20888][client backend] [pg_regress/float8][12/136:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('10e400'); 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/137:0] ERROR: "-10e400" is out of range for type double precision at character 36 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/137:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400'); 2024-09-07 20:44:29.451 UTC [20889][client backend] [pg_regress/int8][13/117:0] ERROR: OID out of range 2024-09-07 20:44:29.451 UTC [20889][client backend] [pg_regress/int8][13/117:0] STATEMENT: SELECT CAST(q1 AS oid) FROM INT8_TBL; 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/138:0] ERROR: "10e-400" is out of range for type double precision at character 36 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/138:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('10e-400'); 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/139:0] ERROR: "-10e-400" is out of range for type double precision at character 36 2024-09-07 20:44:29.451 UTC [20888][client backend] [pg_regress/float8][12/139:0] STATEMENT: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e-400'); 2024-09-07 20:44:29.457 UTC [20904][client backend] [pg_regress/rangetypes][21/70:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:29.457 UTC [20904][client backend] [pg_regress/rangetypes][21/70:0] STATEMENT: select numrange(2.0, 1.0); 2024-09-07 20:44:29.478 UTC [20889][client backend] [pg_regress/int8][13/122:0] ERROR: step size cannot equal zero 2024-09-07 20:44:29.478 UTC [20889][client backend] [pg_regress/int8][13/122:0] STATEMENT: SELECT * FROM generate_series('+4567890123456789'::int8, '+4567890123456799'::int8, 0); 2024-09-07 20:44:29.478 UTC [20888][client backend] [pg_regress/float8][12/143:0] ERROR: smallint out of range 2024-09-07 20:44:29.478 UTC [20888][client backend] [pg_regress/float8][12/143:0] STATEMENT: SELECT '32767.6'::float8::int2; 2024-09-07 20:44:29.486 UTC [20888][client backend] [pg_regress/float8][12/145:0] ERROR: smallint out of range 2024-09-07 20:44:29.486 UTC [20888][client backend] [pg_regress/float8][12/145:0] STATEMENT: SELECT '-32768.6'::float8::int2; 2024-09-07 20:44:29.487 UTC [20888][client backend] [pg_regress/float8][12/147:0] ERROR: integer out of range 2024-09-07 20:44:29.487 UTC [20888][client backend] [pg_regress/float8][12/147:0] STATEMENT: SELECT '2147483647.6'::float8::int4; 2024-09-07 20:44:29.488 UTC [20888][client backend] [pg_regress/float8][12/149:0] ERROR: integer out of range 2024-09-07 20:44:29.488 UTC [20888][client backend] [pg_regress/float8][12/149:0] STATEMENT: SELECT '-2147483648.6'::float8::int4; 2024-09-07 20:44:29.488 UTC [20889][client backend] [pg_regress/int8][13/126:0] ERROR: bigint out of range 2024-09-07 20:44:29.488 UTC [20889][client backend] [pg_regress/int8][13/126:0] STATEMENT: SELECT (-9223372036854775808)::int8 * (-1)::int8; 2024-09-07 20:44:29.489 UTC [20889][client backend] [pg_regress/int8][13/127:0] ERROR: bigint out of range 2024-09-07 20:44:29.489 UTC [20889][client backend] [pg_regress/int8][13/127:0] STATEMENT: SELECT (-9223372036854775808)::int8 / (-1)::int8; 2024-09-07 20:44:29.490 UTC [20889][client backend] [pg_regress/int8][13/129:0] ERROR: bigint out of range 2024-09-07 20:44:29.490 UTC [20889][client backend] [pg_regress/int8][13/129:0] STATEMENT: SELECT (-9223372036854775808)::int8 * (-1)::int4; 2024-09-07 20:44:29.490 UTC [20888][client backend] [pg_regress/float8][12/151:0] ERROR: bigint out of range 2024-09-07 20:44:29.490 UTC [20888][client backend] [pg_regress/float8][12/151:0] STATEMENT: SELECT '9223372036854775807'::float8::int8; 2024-09-07 20:44:29.490 UTC [20889][client backend] [pg_regress/int8][13/130:0] ERROR: bigint out of range 2024-09-07 20:44:29.490 UTC [20889][client backend] [pg_regress/int8][13/130:0] STATEMENT: SELECT (-9223372036854775808)::int8 / (-1)::int4; 2024-09-07 20:44:29.491 UTC [20888][client backend] [pg_regress/float8][12/153:0] ERROR: bigint out of range 2024-09-07 20:44:29.491 UTC [20888][client backend] [pg_regress/float8][12/153:0] STATEMENT: SELECT '-9223372036854780000'::float8::int8; 2024-09-07 20:44:29.492 UTC [20889][client backend] [pg_regress/int8][13/132:0] ERROR: bigint out of range 2024-09-07 20:44:29.492 UTC [20889][client backend] [pg_regress/int8][13/132:0] STATEMENT: SELECT (-9223372036854775808)::int8 * (-1)::int2; 2024-09-07 20:44:29.492 UTC [20889][client backend] [pg_regress/int8][13/133:0] ERROR: bigint out of range 2024-09-07 20:44:29.492 UTC [20889][client backend] [pg_regress/int8][13/133:0] STATEMENT: SELECT (-9223372036854775808)::int8 / (-1)::int2; 2024-09-07 20:44:29.494 UTC [20893][client backend] [pg_regress/float4][:0] LOG: disconnection: session time: 0:00:00.327 user=postgres database=regression host=[local] 2024-09-07 20:44:29.494 UTC [20904][client backend] [pg_regress/rangetypes][21/94:0] ERROR: result of range union would not be contiguous 2024-09-07 20:44:29.494 UTC [20904][client backend] [pg_regress/rangetypes][21/94:0] STATEMENT: select numrange(1.0, 2.0) + numrange(2.5, 3.0); 2024-09-07 20:44:29.503 UTC [20889][client backend] [pg_regress/int8][13/138:0] ERROR: bigint out of range 2024-09-07 20:44:29.503 UTC [20889][client backend] [pg_regress/int8][13/138:0] STATEMENT: SELECT gcd((-9223372036854775808)::int8, 0::int8); 2024-09-07 20:44:29.503 UTC [20889][client backend] [pg_regress/int8][13/139:0] ERROR: bigint out of range 2024-09-07 20:44:29.503 UTC [20889][client backend] [pg_regress/int8][13/139:0] STATEMENT: SELECT gcd((-9223372036854775808)::int8, (-9223372036854775808)::int8); 2024-09-07 20:44:29.505 UTC [20889][client backend] [pg_regress/int8][13/141:0] ERROR: bigint out of range 2024-09-07 20:44:29.505 UTC [20889][client backend] [pg_regress/int8][13/141:0] STATEMENT: SELECT lcm((-9223372036854775808)::int8, 1::int8); 2024-09-07 20:44:29.506 UTC [20889][client backend] [pg_regress/int8][13/142:0] ERROR: bigint out of range 2024-09-07 20:44:29.506 UTC [20889][client backend] [pg_regress/int8][13/142:0] STATEMENT: SELECT lcm(9223372036854775807::int8, 9223372036854775806::int8); 2024-09-07 20:44:29.506 UTC [20889][client backend] [pg_regress/int8][13/146:0] ERROR: invalid input syntax for type bigint: "0b" at character 13 2024-09-07 20:44:29.506 UTC [20889][client backend] [pg_regress/int8][13/146:0] STATEMENT: SELECT int8 '0b'; 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/147:0] ERROR: invalid input syntax for type bigint: "0o" at character 13 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/147:0] STATEMENT: SELECT int8 '0o'; 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/148:0] ERROR: invalid input syntax for type bigint: "0x" at character 13 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/148:0] STATEMENT: SELECT int8 '0x'; 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/150:0] ERROR: value "0b1000000000000000000000000000000000000000000000000000000000000000" is out of range for type bigint at character 13 2024-09-07 20:44:29.507 UTC [20889][client backend] [pg_regress/int8][13/150:0] STATEMENT: SELECT int8 '0b1000000000000000000000000000000000000000000000000000000000000000'; 2024-09-07 20:44:29.508 UTC [20889][client backend] [pg_regress/int8][13/152:0] ERROR: value "0o1000000000000000000000" is out of range for type bigint at character 13 2024-09-07 20:44:29.508 UTC [20889][client backend] [pg_regress/int8][13/152:0] STATEMENT: SELECT int8 '0o1000000000000000000000'; 2024-09-07 20:44:29.509 UTC [20889][client backend] [pg_regress/int8][13/154:0] ERROR: value "0x8000000000000000" is out of range for type bigint at character 13 2024-09-07 20:44:29.509 UTC [20889][client backend] [pg_regress/int8][13/154:0] STATEMENT: SELECT int8 '0x8000000000000000'; 2024-09-07 20:44:29.509 UTC [20889][client backend] [pg_regress/int8][13/156:0] ERROR: value "-0b1000000000000000000000000000000000000000000000000000000000000001" is out of range for type bigint at character 13 2024-09-07 20:44:29.509 UTC [20889][client backend] [pg_regress/int8][13/156:0] STATEMENT: SELECT int8 '-0b1000000000000000000000000000000000000000000000000000000000000001'; 2024-09-07 20:44:29.516 UTC [20889][client backend] [pg_regress/int8][13/158:0] ERROR: value "-0o1000000000000000000001" is out of range for type bigint at character 13 2024-09-07 20:44:29.516 UTC [20889][client backend] [pg_regress/int8][13/158:0] STATEMENT: SELECT int8 '-0o1000000000000000000001'; 2024-09-07 20:44:29.516 UTC [20889][client backend] [pg_regress/int8][13/160:0] ERROR: value "-0x8000000000000001" is out of range for type bigint at character 13 2024-09-07 20:44:29.516 UTC [20889][client backend] [pg_regress/int8][13/160:0] STATEMENT: SELECT int8 '-0x8000000000000001'; 2024-09-07 20:44:29.518 UTC [20889][client backend] [pg_regress/int8][13/166:0] ERROR: invalid input syntax for type bigint: "_100" at character 13 2024-09-07 20:44:29.518 UTC [20889][client backend] [pg_regress/int8][13/166:0] STATEMENT: SELECT int8 '_100'; 2024-09-07 20:44:29.518 UTC [20889][client backend] [pg_regress/int8][13/167:0] ERROR: invalid input syntax for type bigint: "100_" at character 13 2024-09-07 20:44:29.518 UTC [20889][client backend] [pg_regress/int8][13/167:0] STATEMENT: SELECT int8 '100_'; 2024-09-07 20:44:29.519 UTC [20889][client backend] [pg_regress/int8][13/168:0] ERROR: invalid input syntax for type bigint: "100__000" at character 13 2024-09-07 20:44:29.519 UTC [20889][client backend] [pg_regress/int8][13/168:0] STATEMENT: SELECT int8 '100__000'; 2024-09-07 20:44:29.522 UTC [20889][client backend] [pg_regress/int8][:0] LOG: disconnection: session time: 0:00:00.364 user=postgres database=regression host=[local] 2024-09-07 20:44:29.546 UTC [20888][client backend] [pg_regress/float8][:0] LOG: disconnection: session time: 0:00:00.389 user=postgres database=regression host=[local] 2024-09-07 20:44:29.573 UTC [20902][client backend] [pg_regress/uuid][:0] LOG: disconnection: session time: 0:00:00.362 user=postgres database=regression host=[local] 2024-09-07 20:44:29.617 UTC [20905][client backend] [pg_regress/enum][20/94:0] ERROR: value for domain rgb violates check constraint "rgb_check" 2024-09-07 20:44:29.617 UTC [20905][client backend] [pg_regress/enum][20/94:0] STATEMENT: SELECT 'purple'::rgb; 2024-09-07 20:44:29.617 UTC [20905][client backend] [pg_regress/enum][20/95:0] ERROR: value for domain rgb violates check constraint "rgb_check" 2024-09-07 20:44:29.617 UTC [20905][client backend] [pg_regress/enum][20/95:0] STATEMENT: SELECT 'purple'::rainbow::rgb; 2024-09-07 20:44:29.676 UTC [20905][client backend] [pg_regress/enum][20/121:1044] ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_parent_fkey" 2024-09-07 20:44:29.676 UTC [20905][client backend] [pg_regress/enum][20/121:1044] DETAIL: Key (parent)=(blue) is not present in table "enumtest_parent". 2024-09-07 20:44:29.676 UTC [20905][client backend] [pg_regress/enum][20/121:1044] STATEMENT: INSERT INTO enumtest_child VALUES ('blue'); 2024-09-07 20:44:29.677 UTC [20905][client backend] [pg_regress/enum][20/122:1045] ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child_parent_fkey" on table "enumtest_child" 2024-09-07 20:44:29.677 UTC [20905][client backend] [pg_regress/enum][20/122:1045] DETAIL: Key (id)=(red) is still referenced from table "enumtest_child". 2024-09-07 20:44:29.677 UTC [20905][client backend] [pg_regress/enum][20/122:1045] STATEMENT: DELETE FROM enumtest_parent; 2024-09-07 20:44:29.686 UTC [20905][client backend] [pg_regress/enum][20/124:1048] ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented 2024-09-07 20:44:29.686 UTC [20905][client backend] [pg_regress/enum][20/124:1048] DETAIL: Key columns "parent" and "id" are of incompatible types: bogus and rainbow. 2024-09-07 20:44:29.686 UTC [20905][client backend] [pg_regress/enum][20/124:1048] STATEMENT: CREATE TABLE enumtest_bogus_child(parent bogus REFERENCES enumtest_parent); 2024-09-07 20:44:29.701 UTC [20905][client backend] [pg_regress/enum][20/128:0] ERROR: "red" is not an existing enum label 2024-09-07 20:44:29.701 UTC [20905][client backend] [pg_regress/enum][20/128:0] STATEMENT: ALTER TYPE rainbow RENAME VALUE 'red' TO 'crimson'; 2024-09-07 20:44:29.701 UTC [20905][client backend] [pg_regress/enum][20/129:0] ERROR: enum label "green" already exists 2024-09-07 20:44:29.701 UTC [20905][client backend] [pg_regress/enum][20/129:0] STATEMENT: ALTER TYPE rainbow RENAME VALUE 'blue' TO 'green'; 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] ERROR: unsafe use of new value "new" of enum type bogus at character 8 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] HINT: New enum values must be committed before they can be used. 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] STATEMENT: SELECT 'new'::bogus; 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] ERROR: unsafe use of new value "new" of enum type bogus 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] HINT: New enum values must be committed before they can be used. 2024-09-07 20:44:29.704 UTC [20905][client backend] [pg_regress/enum][20/131:1055] STATEMENT: SELECT enum_last(null::bogus); 2024-09-07 20:44:29.706 UTC [20905][client backend] [pg_regress/enum][20/131:1055] ERROR: unsafe use of new value "new" of enum type bogus 2024-09-07 20:44:29.706 UTC [20905][client backend] [pg_regress/enum][20/131:1055] HINT: New enum values must be committed before they can be used. 2024-09-07 20:44:29.706 UTC [20905][client backend] [pg_regress/enum][20/131:1055] STATEMENT: SELECT enum_range(null::bogus); 2024-09-07 20:44:29.710 UTC [20905][client backend] [pg_regress/enum][20/134:1057] ERROR: unsafe use of new value "bad" of enum type bogon at character 8 2024-09-07 20:44:29.710 UTC [20905][client backend] [pg_regress/enum][20/134:1057] HINT: New enum values must be committed before they can be used. 2024-09-07 20:44:29.710 UTC [20905][client backend] [pg_regress/enum][20/134:1057] STATEMENT: SELECT 'bad'::bogon; 2024-09-07 20:44:29.769 UTC [20905][client backend] [pg_regress/enum][:0] LOG: disconnection: session time: 0:00:00.552 user=postgres database=regression host=[local] 2024-09-07 20:44:29.849 UTC [20887][client backend] [pg_regress/numeric][7/96:0] ERROR: division by zero 2024-09-07 20:44:29.849 UTC [20887][client backend] [pg_regress/numeric][7/96:0] STATEMENT: SELECT 'inf'::numeric / '0'; 2024-09-07 20:44:29.849 UTC [20887][client backend] [pg_regress/numeric][7/97:0] ERROR: division by zero 2024-09-07 20:44:29.849 UTC [20887][client backend] [pg_regress/numeric][7/97:0] STATEMENT: SELECT '-inf'::numeric / '0'; 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/99:0] ERROR: division by zero 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/99:0] STATEMENT: SELECT '0'::numeric / '0'; 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/100:0] ERROR: division by zero 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/100:0] STATEMENT: SELECT 'inf'::numeric % '0'; 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/101:0] ERROR: division by zero 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/101:0] STATEMENT: SELECT '-inf'::numeric % '0'; 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/103:0] ERROR: division by zero 2024-09-07 20:44:29.850 UTC [20887][client backend] [pg_regress/numeric][7/103:0] STATEMENT: SELECT '0'::numeric % '0'; 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/104:0] ERROR: division by zero 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/104:0] STATEMENT: SELECT div('inf'::numeric, '0'); 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/105:0] ERROR: division by zero 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/105:0] STATEMENT: SELECT div('-inf'::numeric, '0'); 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/107:0] ERROR: division by zero 2024-09-07 20:44:29.851 UTC [20887][client backend] [pg_regress/numeric][7/107:0] STATEMENT: SELECT div('0'::numeric, '0'); 2024-09-07 20:44:29.854 UTC [20887][client backend] [pg_regress/numeric][7/112:0] ERROR: cannot take square root of a negative number 2024-09-07 20:44:29.854 UTC [20887][client backend] [pg_regress/numeric][7/112:0] STATEMENT: SELECT sqrt('-1'::numeric); 2024-09-07 20:44:29.854 UTC [20887][client backend] [pg_regress/numeric][7/113:0] ERROR: cannot take square root of a negative number 2024-09-07 20:44:29.854 UTC [20887][client backend] [pg_regress/numeric][7/113:0] STATEMENT: SELECT sqrt('-inf'::numeric); 2024-09-07 20:44:29.856 UTC [20887][client backend] [pg_regress/numeric][7/115:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:29.856 UTC [20887][client backend] [pg_regress/numeric][7/115:0] STATEMENT: SELECT ln('0'::numeric); 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/116:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/116:0] STATEMENT: SELECT ln('-1'::numeric); 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/117:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/117:0] STATEMENT: SELECT ln('-inf'::numeric); 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/119:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:29.857 UTC [20887][client backend] [pg_regress/numeric][7/119:0] STATEMENT: SELECT log('0'::numeric, '10'); 2024-09-07 20:44:29.858 UTC [20887][client backend] [pg_regress/numeric][7/120:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:29.858 UTC [20887][client backend] [pg_regress/numeric][7/120:0] STATEMENT: SELECT log('10'::numeric, '0'); 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/121:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/121:0] STATEMENT: SELECT log('-inf'::numeric, '10'); 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/122:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/122:0] STATEMENT: SELECT log('10'::numeric, '-inf'); 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/123:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/123:0] STATEMENT: SELECT log('inf'::numeric, '0'); 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/124:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/124:0] STATEMENT: SELECT log('inf'::numeric, '-inf'); 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/125:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:29.861 UTC [20887][client backend] [pg_regress/numeric][7/125:0] STATEMENT: SELECT log('-inf'::numeric, 'inf'); 2024-09-07 20:44:29.862 UTC [20887][client backend] [pg_regress/numeric][7/127:0] ERROR: zero raised to a negative power is undefined 2024-09-07 20:44:29.862 UTC [20887][client backend] [pg_regress/numeric][7/127:0] STATEMENT: SELECT power('0'::numeric, '-1'); 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/128:0] ERROR: zero raised to a negative power is undefined 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/128:0] STATEMENT: SELECT power('0'::numeric, '-inf'); 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/131:0] ERROR: a negative number raised to a non-integer power yields a complex result 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/131:0] STATEMENT: SELECT power('-2'::numeric, '3.3'); 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/133:0] ERROR: a negative number raised to a non-integer power yields a complex result 2024-09-07 20:44:29.863 UTC [20887][client backend] [pg_regress/numeric][7/133:0] STATEMENT: SELECT power('-2'::numeric, '-1.5'); 2024-09-07 20:44:29.866 UTC [20887][client backend] [pg_regress/numeric][7/140:0] ERROR: a negative number raised to a non-integer power yields a complex result 2024-09-07 20:44:29.866 UTC [20887][client backend] [pg_regress/numeric][7/140:0] STATEMENT: SELECT power('-inf'::numeric, '4.5'); 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/154:0] ERROR: numeric field overflow 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/154:0] DETAIL: A field with precision 4, scale 4 must round to an absolute value less than 1. 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/154:0] STATEMENT: INSERT INTO fract_only VALUES (3, '1.0'); 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/157:0] ERROR: numeric field overflow 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/157:0] DETAIL: A field with precision 4, scale 4 must round to an absolute value less than 1. 2024-09-07 20:44:29.888 UTC [20887][client backend] [pg_regress/numeric][7/157:0] STATEMENT: INSERT INTO fract_only VALUES (6, '0.99995'); 2024-09-07 20:44:29.890 UTC [20887][client backend] [pg_regress/numeric][7/161:0] ERROR: numeric field overflow 2024-09-07 20:44:29.890 UTC [20887][client backend] [pg_regress/numeric][7/161:0] DETAIL: A field with precision 4, scale 4 cannot hold an infinite value. 2024-09-07 20:44:29.890 UTC [20887][client backend] [pg_regress/numeric][7/161:0] STATEMENT: INSERT INTO fract_only VALUES (10, 'Inf'); 2024-09-07 20:44:29.891 UTC [20887][client backend] [pg_regress/numeric][7/162:0] ERROR: numeric field overflow 2024-09-07 20:44:29.891 UTC [20887][client backend] [pg_regress/numeric][7/162:0] DETAIL: A field with precision 4, scale 4 cannot hold an infinite value. 2024-09-07 20:44:29.891 UTC [20887][client backend] [pg_regress/numeric][7/162:0] STATEMENT: INSERT INTO fract_only VALUES (11, '-Inf'); 2024-09-07 20:44:29.905 UTC [20887][client backend] [pg_regress/numeric][7/165:0] ERROR: bigint out of range 2024-09-07 20:44:29.905 UTC [20887][client backend] [pg_regress/numeric][7/165:0] STATEMENT: SELECT (-9223372036854775808.5)::int8; 2024-09-07 20:44:29.906 UTC [20887][client backend] [pg_regress/numeric][7/168:0] ERROR: bigint out of range 2024-09-07 20:44:29.906 UTC [20887][client backend] [pg_regress/numeric][7/168:0] STATEMENT: SELECT 9223372036854775807.5::int8; 2024-09-07 20:44:29.906 UTC [20887][client backend] [pg_regress/numeric][7/169:0] ERROR: integer out of range 2024-09-07 20:44:29.906 UTC [20887][client backend] [pg_regress/numeric][7/169:0] STATEMENT: SELECT (-2147483648.5)::int4; 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/172:0] ERROR: integer out of range 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/172:0] STATEMENT: SELECT 2147483647.5::int4; 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/173:0] ERROR: smallint out of range 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/173:0] STATEMENT: SELECT (-32768.5)::int2; 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/176:0] ERROR: smallint out of range 2024-09-07 20:44:29.907 UTC [20887][client backend] [pg_regress/numeric][7/176:0] STATEMENT: SELECT 32767.5::int2; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/190:0] ERROR: cannot convert NaN to smallint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/190:0] STATEMENT: SELECT 'NaN'::numeric::int2; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/191:0] ERROR: cannot convert infinity to smallint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/191:0] STATEMENT: SELECT 'Infinity'::numeric::int2; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/192:0] ERROR: cannot convert infinity to smallint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/192:0] STATEMENT: SELECT '-Infinity'::numeric::int2; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/193:0] ERROR: cannot convert NaN to integer 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/193:0] STATEMENT: SELECT 'NaN'::numeric::int4; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/194:0] ERROR: cannot convert infinity to integer 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/194:0] STATEMENT: SELECT 'Infinity'::numeric::int4; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/195:0] ERROR: cannot convert infinity to integer 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/195:0] STATEMENT: SELECT '-Infinity'::numeric::int4; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/196:0] ERROR: cannot convert NaN to bigint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/196:0] STATEMENT: SELECT 'NaN'::numeric::int8; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/197:0] ERROR: cannot convert infinity to bigint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/197:0] STATEMENT: SELECT 'Infinity'::numeric::int8; 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/198:0] ERROR: cannot convert infinity to bigint 2024-09-07 20:44:29.911 UTC [20887][client backend] [pg_regress/numeric][7/198:0] STATEMENT: SELECT '-Infinity'::numeric::int8; 2024-09-07 20:44:29.928 UTC [20887][client backend] [pg_regress/numeric][7/213:0] ERROR: value overflows numeric format 2024-09-07 20:44:29.928 UTC [20887][client backend] [pg_regress/numeric][7/213:0] STATEMENT: SELECT round(5.5e131071, -131072); 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/227:0] ERROR: count must be greater than zero 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/227:0] STATEMENT: SELECT width_bucket(5.0, 3.0, 4.0, 0); 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/228:0] ERROR: count must be greater than zero 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/228:0] STATEMENT: SELECT width_bucket(5.0, 3.0, 4.0, -5); 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/229:0] ERROR: lower bound cannot equal upper bound 2024-09-07 20:44:29.935 UTC [20887][client backend] [pg_regress/numeric][7/229:0] STATEMENT: SELECT width_bucket(3.5, 3.0, 3.0, 888); 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/230:0] ERROR: count must be greater than zero 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/230:0] STATEMENT: SELECT width_bucket(5.0::float8, 3.0::float8, 4.0::float8, 0); 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/231:0] ERROR: count must be greater than zero 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/231:0] STATEMENT: SELECT width_bucket(5.0::float8, 3.0::float8, 4.0::float8, -5); 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/232:0] ERROR: lower bound cannot equal upper bound 2024-09-07 20:44:29.936 UTC [20887][client backend] [pg_regress/numeric][7/232:0] STATEMENT: SELECT width_bucket(3.5::float8, 3.0::float8, 3.0::float8, 888); 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/233:0] ERROR: operand, lower bound, and upper bound cannot be NaN 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/233:0] STATEMENT: SELECT width_bucket('NaN', 3.0, 4.0, 888); 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/234:0] ERROR: operand, lower bound, and upper bound cannot be NaN 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/234:0] STATEMENT: SELECT width_bucket(0::float8, 'NaN', 4.0::float8, 888); 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/235:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.937 UTC [20887][client backend] [pg_regress/numeric][7/235:0] STATEMENT: SELECT width_bucket(2.0, 3.0, '-inf', 888); 2024-09-07 20:44:29.938 UTC [20887][client backend] [pg_regress/numeric][7/236:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.938 UTC [20887][client backend] [pg_regress/numeric][7/236:0] STATEMENT: SELECT width_bucket(0::float8, '-inf', 4.0::float8, 888); 2024-09-07 20:44:29.944 UTC [20890][client backend] [pg_regress/bit][11/27:0] ERROR: negative substring length not allowed 2024-09-07 20:44:29.944 UTC [20890][client backend] [pg_regress/bit][11/27:0] STATEMENT: SELECT SUBSTRING('01010101'::bit(8) FROM -10 FOR -2147483646) AS "error"; 2024-09-07 20:44:29.947 UTC [20890][client backend] [pg_regress/bit][11/30:0] ERROR: negative substring length not allowed 2024-09-07 20:44:29.947 UTC [20890][client backend] [pg_regress/bit][11/30:0] STATEMENT: SELECT SUBSTRING('01010101'::varbit FROM -10 FOR -2147483646) AS "error"; 2024-09-07 20:44:29.950 UTC [20887][client backend] [pg_regress/numeric][7/241:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.950 UTC [20887][client backend] [pg_regress/numeric][7/241:0] STATEMENT: SELECT width_bucket(0.0::numeric, 'Infinity'::numeric, 5, 10); 2024-09-07 20:44:29.950 UTC [20887][client backend] [pg_regress/numeric][7/242:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.950 UTC [20887][client backend] [pg_regress/numeric][7/242:0] STATEMENT: SELECT width_bucket(0.0::numeric, 5, '-Infinity'::numeric, 20); 2024-09-07 20:44:29.951 UTC [20887][client backend] [pg_regress/numeric][7/244:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.951 UTC [20887][client backend] [pg_regress/numeric][7/244:0] STATEMENT: SELECT width_bucket(0.0::float8, 'Infinity'::float8, 5, 10); 2024-09-07 20:44:29.951 UTC [20887][client backend] [pg_regress/numeric][7/245:0] ERROR: lower and upper bounds must be finite 2024-09-07 20:44:29.951 UTC [20887][client backend] [pg_regress/numeric][7/245:0] STATEMENT: SELECT width_bucket(0.0::float8, 5, '-Infinity'::float8, 20); 2024-09-07 20:44:29.993 UTC [20887][client backend] [pg_regress/numeric][7/255:0] ERROR: integer out of range 2024-09-07 20:44:29.993 UTC [20887][client backend] [pg_regress/numeric][7/255:0] STATEMENT: SELECT width_bucket(1::float8, 0, 1, 2147483647); 2024-09-07 20:44:29.993 UTC [20887][client backend] [pg_regress/numeric][7/256:0] ERROR: integer out of range 2024-09-07 20:44:29.993 UTC [20887][client backend] [pg_regress/numeric][7/256:0] STATEMENT: SELECT width_bucket(0::float8, 1, 0, 2147483647); 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/45:0] ERROR: cannot AND bit strings of different sizes 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/45:0] STATEMENT: select B'001' & B'10'; 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/46:0] ERROR: cannot OR bit strings of different sizes 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/46:0] STATEMENT: select B'0111' | B'011'; 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/47:0] ERROR: cannot XOR bit strings of different sizes 2024-09-07 20:44:30.001 UTC [20890][client backend] [pg_regress/bit][11/47:0] STATEMENT: select B'0010' # B'011101'; 2024-09-07 20:44:30.042 UTC [20890][client backend] [pg_regress/bit][11/110:0] ERROR: bit index 16 out of valid range (0..15) 2024-09-07 20:44:30.042 UTC [20890][client backend] [pg_regress/bit][11/110:0] STATEMENT: SELECT set_bit(B'0101011000100100', 16, 1); 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/347:0] ERROR: invalid input syntax for type numeric: " " at character 40 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/347:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES (' '); 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/348:0] ERROR: invalid input syntax for type numeric: " 1234 %" at character 40 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/348:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES (' 1234 %'); 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/349:0] ERROR: invalid input syntax for type numeric: "xyz" at character 40 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/349:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('xyz'); 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/350:0] ERROR: invalid input syntax for type numeric: "- 1234" at character 40 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/350:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('- 1234'); 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/351:0] ERROR: invalid input syntax for type numeric: "5 . 0" at character 40 2024-09-07 20:44:30.088 UTC [20887][client backend] [pg_regress/numeric][7/351:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('5 . 0'); 2024-09-07 20:44:30.089 UTC [20887][client backend] [pg_regress/numeric][7/352:0] ERROR: invalid input syntax for type numeric: "5. 0 " at character 40 2024-09-07 20:44:30.089 UTC [20887][client backend] [pg_regress/numeric][7/352:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('5. 0 '); 2024-09-07 20:44:30.089 UTC [20887][client backend] [pg_regress/numeric][7/353:0] ERROR: invalid input syntax for type numeric: "" at character 40 2024-09-07 20:44:30.089 UTC [20887][client backend] [pg_regress/numeric][7/353:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES (''); 2024-09-07 20:44:30.092 UTC [20887][client backend] [pg_regress/numeric][7/354:0] ERROR: invalid input syntax for type numeric: " N aN " at character 40 2024-09-07 20:44:30.092 UTC [20887][client backend] [pg_regress/numeric][7/354:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES (' N aN '); 2024-09-07 20:44:30.092 UTC [20887][client backend] [pg_regress/numeric][7/355:0] ERROR: invalid input syntax for type numeric: "+NaN" at character 40 2024-09-07 20:44:30.092 UTC [20887][client backend] [pg_regress/numeric][7/355:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('+NaN'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/356:0] ERROR: invalid input syntax for type numeric: "-NaN" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/356:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('-NaN'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/357:0] ERROR: invalid input syntax for type numeric: "+ infinity" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/357:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('+ infinity'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/358:0] ERROR: invalid input syntax for type numeric: "_123" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/358:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('_123'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/359:0] ERROR: invalid input syntax for type numeric: "123_" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/359:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('123_'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/360:0] ERROR: invalid input syntax for type numeric: "12__34" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/360:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('12__34'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/361:0] ERROR: invalid input syntax for type numeric: "123_.456" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/361:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('123_.456'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/362:0] ERROR: invalid input syntax for type numeric: "123._456" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/362:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('123._456'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/363:0] ERROR: invalid input syntax for type numeric: "1.2e_34" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/363:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('1.2e_34'); 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/364:0] ERROR: invalid input syntax for type numeric: "1.2e34_" at character 40 2024-09-07 20:44:30.093 UTC [20887][client backend] [pg_regress/numeric][7/364:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('1.2e34_'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/365:0] ERROR: invalid input syntax for type numeric: "1.2e3__4" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/365:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('1.2e3__4'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/366:0] ERROR: invalid input syntax for type numeric: "0b1112" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/366:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0b1112'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/367:0] ERROR: invalid input syntax for type numeric: "0c1112" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/367:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0c1112'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/368:0] ERROR: invalid input syntax for type numeric: "0o12345678" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/368:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0o12345678'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/369:0] ERROR: invalid input syntax for type numeric: "0x1eg" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/369:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0x1eg'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/370:0] ERROR: invalid input syntax for type numeric: "0x12.34" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/370:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0x12.34'); 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/371:0] ERROR: invalid input syntax for type numeric: "0x__1234" at character 40 2024-09-07 20:44:30.094 UTC [20887][client backend] [pg_regress/numeric][7/371:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0x__1234'); 2024-09-07 20:44:30.095 UTC [20887][client backend] [pg_regress/numeric][7/372:0] ERROR: invalid input syntax for type numeric: "0x1234_" at character 40 2024-09-07 20:44:30.095 UTC [20887][client backend] [pg_regress/numeric][7/372:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0x1234_'); 2024-09-07 20:44:30.095 UTC [20887][client backend] [pg_regress/numeric][7/373:0] ERROR: invalid input syntax for type numeric: "0x12__34" at character 40 2024-09-07 20:44:30.095 UTC [20887][client backend] [pg_regress/numeric][7/373:0] STATEMENT: INSERT INTO num_input_test(n1) VALUES ('0x12__34'); 2024-09-07 20:44:30.126 UTC [20890][client backend] [pg_regress/bit][:0] LOG: disconnection: session time: 0:00:00.981 user=postgres database=regression host=[local] 2024-09-07 20:44:30.165 UTC [20879][client backend] [pg_regress/boolean][:0] LOG: disconnection: session time: 0:00:01.066 user=postgres database=regression host=[local] 2024-09-07 20:44:30.224 UTC [20887][client backend] [pg_regress/numeric][7/402:0] ERROR: numeric field overflow 2024-09-07 20:44:30.224 UTC [20887][client backend] [pg_regress/numeric][7/402:0] DETAIL: A field with precision 3, scale -6 cannot hold an infinite value. 2024-09-07 20:44:30.224 UTC [20887][client backend] [pg_regress/numeric][7/402:0] STATEMENT: INSERT INTO num_typemod_test (millions) VALUES ('inf'); 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/403:0] ERROR: numeric field overflow 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/403:0] DETAIL: A field with precision 3, scale -6 must round to an absolute value less than 10^9. 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/403:0] STATEMENT: INSERT INTO num_typemod_test (millions) VALUES (999500000); 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/404:0] ERROR: numeric field overflow 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/404:0] DETAIL: A field with precision 3, scale -3 must round to an absolute value less than 10^6. 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/404:0] STATEMENT: INSERT INTO num_typemod_test (thousands) VALUES (999500); 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/405:0] ERROR: numeric field overflow 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/405:0] DETAIL: A field with precision 3, scale 0 must round to an absolute value less than 10^3. 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/405:0] STATEMENT: INSERT INTO num_typemod_test (units) VALUES (999.5); 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/406:0] ERROR: numeric field overflow 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/406:0] DETAIL: A field with precision 3, scale 3 must round to an absolute value less than 1. 2024-09-07 20:44:30.225 UTC [20887][client backend] [pg_regress/numeric][7/406:0] STATEMENT: INSERT INTO num_typemod_test (thousandths) VALUES (0.9995); 2024-09-07 20:44:30.236 UTC [20887][client backend] [pg_regress/numeric][7/407:0] ERROR: numeric field overflow 2024-09-07 20:44:30.236 UTC [20887][client backend] [pg_regress/numeric][7/407:0] DETAIL: A field with precision 3, scale 6 must round to an absolute value less than 10^-3. 2024-09-07 20:44:30.236 UTC [20887][client backend] [pg_regress/numeric][7/407:0] STATEMENT: INSERT INTO num_typemod_test (millionths) VALUES (0.0009995); 2024-09-07 20:44:30.256 UTC [20887][client backend] [pg_regress/numeric][7/436:0] ERROR: value overflows numeric format 2024-09-07 20:44:30.256 UTC [20887][client backend] [pg_regress/numeric][7/436:0] STATEMENT: select 10.0 ^ 2147483647 as overflows; 2024-09-07 20:44:30.257 UTC [20887][client backend] [pg_regress/numeric][7/437:0] ERROR: value overflows numeric format 2024-09-07 20:44:30.257 UTC [20887][client backend] [pg_regress/numeric][7/437:0] STATEMENT: select 117743296169.0 ^ 1000000000 as overflows; 2024-09-07 20:44:30.267 UTC [20887][client backend] [pg_regress/numeric][7/463:0] ERROR: zero raised to a negative power is undefined 2024-09-07 20:44:30.267 UTC [20887][client backend] [pg_regress/numeric][7/463:0] STATEMENT: select 0.0 ^ (-12.34); 2024-09-07 20:44:30.267 UTC [20887][client backend] [pg_regress/numeric][7/464:0] ERROR: a negative number raised to a non-integer power yields a complex result 2024-09-07 20:44:30.267 UTC [20887][client backend] [pg_regress/numeric][7/464:0] STATEMENT: select (-12.34) ^ 1.2; 2024-09-07 20:44:30.273 UTC [20887][client backend] [pg_regress/numeric][7/486:0] ERROR: step size cannot equal zero 2024-09-07 20:44:30.273 UTC [20887][client backend] [pg_regress/numeric][7/486:0] STATEMENT: select * from generate_series(-100::numeric, 100::numeric, 0::numeric); 2024-09-07 20:44:30.273 UTC [20887][client backend] [pg_regress/numeric][7/487:0] ERROR: step size cannot be NaN 2024-09-07 20:44:30.273 UTC [20887][client backend] [pg_regress/numeric][7/487:0] STATEMENT: select * from generate_series(-100::numeric, 100::numeric, 'nan'::numeric); 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/488:0] ERROR: start value cannot be NaN 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/488:0] STATEMENT: select * from generate_series('nan'::numeric, 100::numeric, 10::numeric); 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/489:0] ERROR: stop value cannot be NaN 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/489:0] STATEMENT: select * from generate_series(0::numeric, 'nan'::numeric, 10::numeric); 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/490:0] ERROR: start value cannot be infinity 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/490:0] STATEMENT: select * from generate_series('inf'::numeric, 'inf'::numeric, 10::numeric); 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/491:0] ERROR: stop value cannot be infinity 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/491:0] STATEMENT: select * from generate_series(0::numeric, 'inf'::numeric, 10::numeric); 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/492:0] ERROR: step size cannot be infinity 2024-09-07 20:44:30.274 UTC [20887][client backend] [pg_regress/numeric][7/492:0] STATEMENT: select * from generate_series(0::numeric, '42'::numeric, '-inf'::numeric); 2024-09-07 20:44:30.276 UTC [20887][client backend] [pg_regress/numeric][7/497:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:30.276 UTC [20887][client backend] [pg_regress/numeric][7/497:0] STATEMENT: select ln(-12.34); 2024-09-07 20:44:30.276 UTC [20887][client backend] [pg_regress/numeric][7/498:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:30.276 UTC [20887][client backend] [pg_regress/numeric][7/498:0] STATEMENT: select ln(0.0); 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/507:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/507:0] CONTEXT: SQL function "log" statement 1 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/507:0] STATEMENT: select log(-12.34); 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/508:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/508:0] CONTEXT: SQL function "log" statement 1 2024-09-07 20:44:30.279 UTC [20887][client backend] [pg_regress/numeric][7/508:0] STATEMENT: select log(0.0); 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/515:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/515:0] STATEMENT: select log(-12.34, 56.78); 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/516:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/516:0] STATEMENT: select log(-12.34, -56.78); 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/517:0] ERROR: cannot take logarithm of a negative number 2024-09-07 20:44:30.281 UTC [20887][client backend] [pg_regress/numeric][7/517:0] STATEMENT: select log(12.34, -56.78); 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/518:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/518:0] STATEMENT: select log(0.0, 12.34); 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/519:0] ERROR: cannot take logarithm of zero 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/519:0] STATEMENT: select log(12.34, 0.0); 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/520:0] ERROR: division by zero 2024-09-07 20:44:30.282 UTC [20887][client backend] [pg_regress/numeric][7/520:0] STATEMENT: select log(1.0, 12.34); 2024-09-07 20:44:30.365 UTC [20887][client backend] [pg_regress/numeric][7/557:0] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp20887.0", size 1400000 2024-09-07 20:44:30.365 UTC [20887][client backend] [pg_regress/numeric][7/557:0] STATEMENT: SELECT SUM(9999::numeric) FROM generate_series(1, 100000); 2024-09-07 20:44:30.476 UTC [20887][client backend] [pg_regress/numeric][7/558:0] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp20887.1", size 1400000 2024-09-07 20:44:30.476 UTC [20887][client backend] [pg_regress/numeric][7/558:0] STATEMENT: SELECT SUM((-9999)::numeric) FROM generate_series(1, 100000); 2024-09-07 20:44:30.763 UTC [20887][client backend] [pg_regress/numeric][7/574:0] ERROR: value overflows numeric format 2024-09-07 20:44:30.763 UTC [20887][client backend] [pg_regress/numeric][7/574:0] STATEMENT: SELECT lcm(9999 * (10::numeric)^131068 + (10::numeric^131068 - 1), 2); 2024-09-07 20:44:30.764 UTC [20887][client backend] [pg_regress/numeric][7/577:0] ERROR: value overflows numeric format 2024-09-07 20:44:30.764 UTC [20887][client backend] [pg_regress/numeric][7/577:0] STATEMENT: SELECT factorial(100000); 2024-09-07 20:44:30.765 UTC [20887][client backend] [pg_regress/numeric][7/579:0] ERROR: factorial of a negative number is undefined 2024-09-07 20:44:30.765 UTC [20887][client backend] [pg_regress/numeric][7/579:0] STATEMENT: SELECT factorial(-4); 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/583:0] ERROR: pg_lsn out of range 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/583:0] STATEMENT: SELECT pg_lsn(-1::numeric); 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/584:0] ERROR: pg_lsn out of range 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/584:0] STATEMENT: SELECT pg_lsn(18446744073709551616::numeric); 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/585:0] ERROR: cannot convert NaN to pg_lsn 2024-09-07 20:44:30.771 UTC [20887][client backend] [pg_regress/numeric][7/585:0] STATEMENT: SELECT pg_lsn('NaN'::numeric); 2024-09-07 20:44:30.775 UTC [20887][client backend] [pg_regress/numeric][:0] LOG: disconnection: session time: 0:00:01.643 user=postgres database=regression host=[local] 2024-09-07 20:44:30.815 UTC [20904][client backend] [pg_regress/rangetypes][21/310:1230] ERROR: conflicting key value violates exclusion constraint "test_range_excl_room_during_excl" 2024-09-07 20:44:30.815 UTC [20904][client backend] [pg_regress/rangetypes][21/310:1230] DETAIL: Key (room, during)=([123,124), ["Sat Jan 02 10:10:00 2010","Sat Jan 02 11:00:00 2010")) conflicts with existing key (room, during)=([123,124), ["Sat Jan 02 10:00:00 2010","Sat Jan 02 11:00:00 2010")). 2024-09-07 20:44:30.815 UTC [20904][client backend] [pg_regress/rangetypes][21/310:1230] STATEMENT: insert into test_range_excl values(int4range(123, 123, '[]'), int4range(3, 3, '[]'), '[2010-01-02 10:10, 2010-01-02 11:00)'); 2024-09-07 20:44:30.817 UTC [20904][client backend] [pg_regress/rangetypes][21/312:1232] ERROR: conflicting key value violates exclusion constraint "test_range_excl_speaker_during_excl" 2024-09-07 20:44:30.817 UTC [20904][client backend] [pg_regress/rangetypes][21/312:1232] DETAIL: Key (speaker, during)=([1,2), ["Sat Jan 02 10:10:00 2010","Sat Jan 02 11:00:00 2010")) conflicts with existing key (speaker, during)=([1,2), ["Sat Jan 02 10:00:00 2010","Sat Jan 02 11:00:00 2010")). 2024-09-07 20:44:30.817 UTC [20904][client backend] [pg_regress/rangetypes][21/312:1232] STATEMENT: insert into test_range_excl values(int4range(125, 125, '[]'), int4range(1, 1, '[]'), '[2010-01-02 10:10, 2010-01-02 11:00)'); 2024-09-07 20:44:30.818 UTC [20904][client backend] [pg_regress/rangetypes][21/316:0] ERROR: range lower bound must be less than or equal to range upper bound at character 8 2024-09-07 20:44:30.818 UTC [20904][client backend] [pg_regress/rangetypes][21/316:0] STATEMENT: select '[2010-01-01 01:00:00 -08, 2010-01-01 02:00:00 -05)'::tstzrange; 2024-09-07 20:44:30.819 UTC [20904][client backend] [pg_regress/rangetypes][21/318:0] ERROR: function float4mi(double precision, double precision) does not exist 2024-09-07 20:44:30.819 UTC [20904][client backend] [pg_regress/rangetypes][21/318:0] STATEMENT: create type bogus_float8range as range (subtype=float8, subtype_diff=float4mi); 2024-09-07 20:44:30.849 UTC [20904][client backend] [pg_regress/rangetypes][21/327:0] ERROR: cannot drop type mydomain because other objects depend on it 2024-09-07 20:44:30.849 UTC [20904][client backend] [pg_regress/rangetypes][21/327:0] DETAIL: type mydomainrange depends on type mydomain 2024-09-07 20:44:30.849 UTC [20904][client backend] [pg_regress/rangetypes][21/327:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:30.849 UTC [20904][client backend] [pg_regress/rangetypes][21/327:0] STATEMENT: drop domain mydomain; 2024-09-07 20:44:30.857 UTC [20904][client backend] [pg_regress/rangetypes][21/331:0] ERROR: value for domain restrictedrange violates check constraint "restrictedrange_check" 2024-09-07 20:44:30.857 UTC [20904][client backend] [pg_regress/rangetypes][21/331:0] STATEMENT: select '[4,50)'::restrictedrange @> 7; 2024-09-07 20:44:30.872 UTC [20904][client backend] [pg_regress/rangetypes][21/335:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:30.872 UTC [20904][client backend] [pg_regress/rangetypes][21/335:0] STATEMENT: select textrange1('a','Z') @> 'b'::text; 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/341:0] ERROR: function anyarray_anyrange_func(integer[], numrange) does not exist at character 8 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/341:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/341:0] STATEMENT: select anyarray_anyrange_func(ARRAY[1,2], numrange(10,20)); 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/343:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/343:0] DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:30.891 UTC [20904][client backend] [pg_regress/rangetypes][21/343:0] STATEMENT: create function bogus_func(anyelement) returns anyrange as 'select int4range(1,10)' language sql; 2024-09-07 20:44:30.892 UTC [20904][client backend] [pg_regress/rangetypes][21/344:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.892 UTC [20904][client backend] [pg_regress/rangetypes][21/344:0] DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:30.892 UTC [20904][client backend] [pg_regress/rangetypes][21/344:0] STATEMENT: create function bogus_func(int) returns anyrange as 'select int4range(1,10)' language sql; 2024-09-07 20:44:30.894 UTC [20904][client backend] [pg_regress/rangetypes][21/350:0] ERROR: function rangetypes_sql(numrange, integer[]) does not exist at character 8 2024-09-07 20:44:30.894 UTC [20904][client backend] [pg_regress/rangetypes][21/350:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:30.894 UTC [20904][client backend] [pg_regress/rangetypes][21/350:0] STATEMENT: select rangetypes_sql(numrange(1,10), ARRAY[2,20]); 2024-09-07 20:44:30.896 UTC [20904][client backend] [pg_regress/rangetypes][21/354:0] ERROR: function anycompatiblearray_anycompatiblerange_func(numeric[], int4range) does not exist at character 8 2024-09-07 20:44:30.896 UTC [20904][client backend] [pg_regress/rangetypes][21/354:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:30.896 UTC [20904][client backend] [pg_regress/rangetypes][21/354:0] STATEMENT: select anycompatiblearray_anycompatiblerange_func(ARRAY[1.1,2], int4range(10,20)); 2024-09-07 20:44:30.897 UTC [20904][client backend] [pg_regress/rangetypes][21/356:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.897 UTC [20904][client backend] [pg_regress/rangetypes][21/356:0] DETAIL: A result of type anycompatiblerange requires at least one input of type anycompatiblerange or anycompatiblemultirange. 2024-09-07 20:44:30.897 UTC [20904][client backend] [pg_regress/rangetypes][21/356:0] STATEMENT: create function bogus_func(anycompatible) returns anycompatiblerange as 'select int4range(1,10)' language sql; 2024-09-07 20:44:30.922 UTC [20904][client backend] [pg_regress/rangetypes][21/364:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:30.922 UTC [20904][client backend] [pg_regress/rangetypes][21/364:0] STATEMENT: select arrayrange(ARRAY[2,1], ARRAY[1,2]); 2024-09-07 20:44:30.933 UTC [20904][client backend] [pg_regress/rangetypes][21/370:1257] ERROR: composite type two_ints cannot be made a member of itself 2024-09-07 20:44:30.933 UTC [20904][client backend] [pg_regress/rangetypes][21/370:1257] STATEMENT: alter type two_ints add attribute c two_ints_range; 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/386:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/386:0] DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/386:0] STATEMENT: create function outparam_fail(i anyelement, out r anyrange, out t text) as $$ select '[1,10]', 'foo' $$ language sql; 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/387:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/387:0] DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/387:0] STATEMENT: create function inoutparam_fail(inout i anyelement, out r anyrange) as $$ select $1, '[1,10]' $$ language sql; 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/388:0] ERROR: cannot determine result data type 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/388:0] DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:30.951 UTC [20904][client backend] [pg_regress/rangetypes][21/388:0] STATEMENT: create function table_fail(i anyelement) returns table(i anyelement, r anyrange) as $$ select $1, '[1,10]' $$ language sql; 2024-09-07 20:44:31.003 UTC [20904][client backend] [pg_regress/rangetypes][:0] LOG: disconnection: session time: 0:00:01.782 user=postgres database=regression host=[local] 2024-09-07 20:44:31.493 UTC [21146][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.498 UTC [21146][client backend] [[unknown]][23/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.498 UTC [21146][client backend] [[unknown]][23/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/numerology 2024-09-07 20:44:31.525 UTC [21150][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.526 UTC [21149][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.526 UTC [21153][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.526 UTC [21150][client backend] [[unknown]][24/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.526 UTC [21150][client backend] [[unknown]][24/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/time 2024-09-07 20:44:31.527 UTC [21153][client backend] [[unknown]][26/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.527 UTC [21153][client backend] [[unknown]][26/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/point 2024-09-07 20:44:31.527 UTC [21149][client backend] [[unknown]][25/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.527 UTC [21149][client backend] [[unknown]][25/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/lseg 2024-09-07 20:44:31.529 UTC [21151][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.530 UTC [21151][client backend] [[unknown]][27/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.530 UTC [21151][client backend] [[unknown]][27/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/line 2024-09-07 20:44:31.533 UTC [21152][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.534 UTC [21152][client backend] [[unknown]][28/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.534 UTC [21152][client backend] [[unknown]][28/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/path 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/29:0] ERROR: trailing junk after numeric literal at or near "123abc" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/29:0] STATEMENT: SELECT 123abc; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/30:0] ERROR: trailing junk after numeric literal at or near "0x0o" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/30:0] STATEMENT: SELECT 0x0o; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/31:0] ERROR: trailing junk after numeric literal at or near "0.a" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/31:0] STATEMENT: SELECT 0.a; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/32:0] ERROR: trailing junk after numeric literal at or near "0.0a" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/32:0] STATEMENT: SELECT 0.0a; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/33:0] ERROR: trailing junk after numeric literal at or near ".0a" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/33:0] STATEMENT: SELECT .0a; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/34:0] ERROR: trailing junk after numeric literal at or near "0.0e1a" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/34:0] STATEMENT: SELECT 0.0e1a; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/35:0] ERROR: trailing junk after numeric literal at or near "0.0e" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/35:0] STATEMENT: SELECT 0.0e; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/36:0] ERROR: trailing junk after numeric literal at or near "0.0e+" at character 8 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/36:0] STATEMENT: SELECT 0.0e+a; 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/37:0] ERROR: trailing junk after parameter at or near "$1a" at character 22 2024-09-07 20:44:31.544 UTC [21146][client backend] [pg_regress/numerology][23/37:0] STATEMENT: PREPARE p1 AS SELECT $1a; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/38:0] ERROR: parameter number too large at or near "$2147483648" at character 22 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/38:0] STATEMENT: PREPARE p1 AS SELECT $2147483648; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/39:0] ERROR: invalid binary integer at or near "0b" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/39:0] STATEMENT: SELECT 0b; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/40:0] ERROR: trailing junk after numeric literal at or near "1b" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/40:0] STATEMENT: SELECT 1b; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/41:0] ERROR: trailing junk after numeric literal at or near "0b0x" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/41:0] STATEMENT: SELECT 0b0x; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/42:0] ERROR: invalid octal integer at or near "0o" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/42:0] STATEMENT: SELECT 0o; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/43:0] ERROR: trailing junk after numeric literal at or near "1o" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/43:0] STATEMENT: SELECT 1o; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/44:0] ERROR: trailing junk after numeric literal at or near "0o0x" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/44:0] STATEMENT: SELECT 0o0x; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/45:0] ERROR: invalid hexadecimal integer at or near "0x" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/45:0] STATEMENT: SELECT 0x; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/46:0] ERROR: trailing junk after numeric literal at or near "1x" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/46:0] STATEMENT: SELECT 1x; 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/47:0] ERROR: trailing junk after numeric literal at or near "0x0y" at character 8 2024-09-07 20:44:31.545 UTC [21146][client backend] [pg_regress/numerology][23/47:0] STATEMENT: SELECT 0x0y; 2024-09-07 20:44:31.546 UTC [21156][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.547 UTC [21154][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.547 UTC [21155][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.548 UTC [21156][client backend] [[unknown]][29/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.548 UTC [21156][client backend] [[unknown]][29/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/polygon 2024-09-07 20:44:31.549 UTC [21155][client backend] [[unknown]][31/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.549 UTC [21155][client backend] [[unknown]][31/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/timetz 2024-09-07 20:44:31.557 UTC [21153][client backend] [pg_regress/point][26/3:0] ERROR: invalid input syntax for type point: "asdfasdf" at character 35 2024-09-07 20:44:31.557 UTC [21153][client backend] [pg_regress/point][26/3:0] STATEMENT: INSERT INTO POINT_TBL(f1) VALUES ('asdfasdf'); 2024-09-07 20:44:31.561 UTC [21154][client backend] [[unknown]][30/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.561 UTC [21157][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.561 UTC [21154][client backend] [[unknown]][30/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/box 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/4:0] ERROR: invalid input syntax for type point: "(10.0 10.0)" at character 35 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/4:0] STATEMENT: INSERT INTO POINT_TBL(f1) VALUES ('(10.0 10.0)'); 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/5:0] ERROR: invalid input syntax for type point: "(10.0, 10.0) x" at character 35 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/5:0] STATEMENT: INSERT INTO POINT_TBL(f1) VALUES ('(10.0, 10.0) x'); 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/6:0] ERROR: invalid input syntax for type point: "(10.0,10.0" at character 35 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/6:0] STATEMENT: INSERT INTO POINT_TBL(f1) VALUES ('(10.0,10.0'); 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/7:0] ERROR: "1e+500" is out of range for type double precision at character 35 2024-09-07 20:44:31.561 UTC [21153][client backend] [pg_regress/point][26/7:0] STATEMENT: INSERT INTO POINT_TBL(f1) VALUES ('(10.0, 1e+500)'); 2024-09-07 20:44:31.562 UTC [21157][client backend] [[unknown]][32/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.562 UTC [21157][client backend] [[unknown]][32/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/md5 2024-09-07 20:44:31.577 UTC [21158][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.578 UTC [21158][client backend] [[unknown]][33/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.578 UTC [21158][client backend] [[unknown]][33/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/date 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/58:0] ERROR: column "_100" does not exist at character 8 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/58:0] STATEMENT: SELECT _100; 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/59:0] ERROR: trailing junk after numeric literal at or near "100_" at character 8 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/59:0] STATEMENT: SELECT 100_; 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/60:0] ERROR: trailing junk after numeric literal at or near "100__000" at character 8 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/60:0] STATEMENT: SELECT 100__000; 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/61:0] ERROR: syntax error at or near ".5" at character 14 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/61:0] STATEMENT: SELECT _1_000.5; 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/62:0] ERROR: trailing junk after numeric literal at or near "1_000_" at character 8 2024-09-07 20:44:31.579 UTC [21146][client backend] [pg_regress/numerology][23/62:0] STATEMENT: SELECT 1_000_.5; 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/63:0] ERROR: trailing junk after numeric literal at or near "1_000._5" at character 8 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/63:0] STATEMENT: SELECT 1_000._5; 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/64:0] ERROR: trailing junk after numeric literal at or near "1_000.5_" at character 8 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/64:0] STATEMENT: SELECT 1_000.5_; 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/65:0] ERROR: trailing junk after numeric literal at or near "1_000.5e_1" at character 8 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/65:0] STATEMENT: SELECT 1_000.5e_1; 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/66:0] ERROR: trailing junk after parameter at or near "$0_1" at character 22 2024-09-07 20:44:31.580 UTC [21146][client backend] [pg_regress/numerology][23/66:0] STATEMENT: PREPARE p1 AS SELECT $0_1; 2024-09-07 20:44:31.582 UTC [21159][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.583 UTC [21159][client backend] [[unknown]][34/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.583 UTC [21159][client backend] [[unknown]][34/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/circle 2024-09-07 20:44:31.589 UTC [21160][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.590 UTC [21160][client backend] [[unknown]][35/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.590 UTC [21160][client backend] [[unknown]][35/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/timestamp 2024-09-07 20:44:31.590 UTC [21149][client backend] [pg_regress/lseg][25/11:0] ERROR: invalid input syntax for type lseg: "(3asdf,2 ,3,4r2)" at character 30 2024-09-07 20:44:31.590 UTC [21149][client backend] [pg_regress/lseg][25/11:0] STATEMENT: INSERT INTO LSEG_TBL VALUES ('(3asdf,2 ,3,4r2)'); 2024-09-07 20:44:31.591 UTC [21149][client backend] [pg_regress/lseg][25/12:0] ERROR: invalid input syntax for type lseg: "[1,2,3, 4" at character 30 2024-09-07 20:44:31.591 UTC [21149][client backend] [pg_regress/lseg][25/12:0] STATEMENT: INSERT INTO LSEG_TBL VALUES ('[1,2,3, 4'); 2024-09-07 20:44:31.592 UTC [21149][client backend] [pg_regress/lseg][25/13:0] ERROR: invalid input syntax for type lseg: "[(,2),(3,4)]" at character 30 2024-09-07 20:44:31.592 UTC [21149][client backend] [pg_regress/lseg][25/13:0] STATEMENT: INSERT INTO LSEG_TBL VALUES ('[(,2),(3,4)]'); 2024-09-07 20:44:31.592 UTC [21149][client backend] [pg_regress/lseg][25/14:0] ERROR: invalid input syntax for type lseg: "[(1,2),(3,4)" at character 30 2024-09-07 20:44:31.592 UTC [21149][client backend] [pg_regress/lseg][25/14:0] STATEMENT: INSERT INTO LSEG_TBL VALUES ('[(1,2),(3,4)'); 2024-09-07 20:44:31.596 UTC [21150][client backend] [pg_regress/time][24/13:0] ERROR: invalid input syntax for type time: "15:36:39 America/New_York" at character 30 2024-09-07 20:44:31.596 UTC [21150][client backend] [pg_regress/time][24/13:0] STATEMENT: INSERT INTO TIME_TBL VALUES ('15:36:39 America/New_York'); 2024-09-07 20:44:31.598 UTC [21151][client backend] [pg_regress/line][27/13:0] ERROR: invalid input syntax for type line: "{}" at character 30 2024-09-07 20:44:31.598 UTC [21151][client backend] [pg_regress/line][27/13:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{}'); 2024-09-07 20:44:31.598 UTC [21151][client backend] [pg_regress/line][27/14:0] ERROR: invalid input syntax for type line: "{0" at character 30 2024-09-07 20:44:31.598 UTC [21151][client backend] [pg_regress/line][27/14:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{0'); 2024-09-07 20:44:31.604 UTC [21151][client backend] [pg_regress/line][27/15:0] ERROR: invalid input syntax for type line: "{0,0}" at character 30 2024-09-07 20:44:31.604 UTC [21151][client backend] [pg_regress/line][27/15:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{0,0}'); 2024-09-07 20:44:31.605 UTC [21151][client backend] [pg_regress/line][27/16:0] ERROR: invalid input syntax for type line: "{0,0,1" at character 30 2024-09-07 20:44:31.605 UTC [21151][client backend] [pg_regress/line][27/16:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{0,0,1'); 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/23:0] ERROR: date/time field value out of range: "24:00:00.01" at character 8 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/23:0] STATEMENT: SELECT '24:00:00.01'::time; 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/24:0] ERROR: date/time field value out of range: "23:59:60.01" at character 8 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/24:0] STATEMENT: SELECT '23:59:60.01'::time; 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/25:0] ERROR: date/time field value out of range: "24:01:00" at character 8 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/25:0] STATEMENT: SELECT '24:01:00'::time; 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/26:0] ERROR: date/time field value out of range: "25:00:00" at character 8 2024-09-07 20:44:31.606 UTC [21150][client backend] [pg_regress/time][24/26:0] STATEMENT: SELECT '25:00:00'::time; 2024-09-07 20:44:31.606 UTC [21157][client backend] [pg_regress/md5][:0] LOG: disconnection: session time: 0:00:00.055 user=postgres database=regression host=[local] 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/17:0] ERROR: invalid line specification: A and B cannot both be zero at character 30 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/17:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{0,0,1}'); 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/18:0] ERROR: invalid input syntax for type line: "{0,0,1} x" at character 30 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/18:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('{0,0,1} x'); 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/19:0] ERROR: invalid input syntax for type line: "(3asdf,2 ,3,4r2)" at character 30 2024-09-07 20:44:31.609 UTC [21151][client backend] [pg_regress/line][27/19:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('(3asdf,2 ,3,4r2)'); 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/20:0] ERROR: invalid input syntax for type line: "[1,2,3, 4" at character 30 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/20:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('[1,2,3, 4'); 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/21:0] ERROR: invalid input syntax for type line: "[(,2),(3,4)]" at character 30 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/21:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('[(,2),(3,4)]'); 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/22:0] ERROR: invalid input syntax for type line: "[(1,2),(3,4)" at character 30 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/22:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('[(1,2),(3,4)'); 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/23:0] ERROR: invalid line specification: must be two distinct points at character 30 2024-09-07 20:44:31.610 UTC [21151][client backend] [pg_regress/line][27/23:0] STATEMENT: INSERT INTO LINE_TBL VALUES ('[(1,2),(1,2)]'); 2024-09-07 20:44:31.611 UTC [21151][client backend] [pg_regress/line][27/24:0] ERROR: invalid line specification: must be two distinct points 2024-09-07 20:44:31.611 UTC [21151][client backend] [pg_regress/line][27/24:0] STATEMENT: INSERT INTO LINE_TBL VALUES (line(point '(1,0)', point '(1,0)')); 2024-09-07 20:44:31.611 UTC [21149][client backend] [pg_regress/lseg][:0] LOG: disconnection: session time: 0:00:00.085 user=postgres database=regression host=[local] 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/8:0] ERROR: invalid input syntax for type box: "(2.3, 4.5)" at character 34 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/8:0] STATEMENT: INSERT INTO BOX_TBL (f1) VALUES ('(2.3, 4.5)'); 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/9:0] ERROR: invalid input syntax for type box: "[1, 2, 3, 4)" at character 34 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/9:0] STATEMENT: INSERT INTO BOX_TBL (f1) VALUES ('[1, 2, 3, 4)'); 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/10:0] ERROR: invalid input syntax for type box: "(1, 2, 3, 4]" at character 34 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/10:0] STATEMENT: INSERT INTO BOX_TBL (f1) VALUES ('(1, 2, 3, 4]'); 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/11:0] ERROR: invalid input syntax for type box: "(1, 2, 3, 4) x" at character 34 2024-09-07 20:44:31.619 UTC [21154][client backend] [pg_regress/box][30/11:0] STATEMENT: INSERT INTO BOX_TBL (f1) VALUES ('(1, 2, 3, 4) x'); 2024-09-07 20:44:31.620 UTC [21154][client backend] [pg_regress/box][30/12:0] ERROR: invalid input syntax for type box: "asdfasdf(ad" at character 34 2024-09-07 20:44:31.620 UTC [21154][client backend] [pg_regress/box][30/12:0] STATEMENT: INSERT INTO BOX_TBL (f1) VALUES ('asdfasdf(ad'); 2024-09-07 20:44:31.621 UTC [21161][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.623 UTC [21161][client backend] [[unknown]][36/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.623 UTC [21161][client backend] [[unknown]][36/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/inet 2024-09-07 20:44:31.624 UTC [21155][client backend] [pg_regress/timetz][31/15:0] ERROR: invalid input syntax for type time with time zone: "15:36:39 America/New_York" at character 32 2024-09-07 20:44:31.624 UTC [21155][client backend] [pg_regress/timetz][31/15:0] STATEMENT: INSERT INTO TIMETZ_TBL VALUES ('15:36:39 America/New_York'); 2024-09-07 20:44:31.624 UTC [21155][client backend] [pg_regress/timetz][31/16:0] ERROR: invalid input syntax for type time with time zone: "15:36:39 m2" at character 32 2024-09-07 20:44:31.624 UTC [21155][client backend] [pg_regress/timetz][31/16:0] STATEMENT: INSERT INTO TIMETZ_TBL VALUES ('15:36:39 m2'); 2024-09-07 20:44:31.625 UTC [21155][client backend] [pg_regress/timetz][31/17:0] ERROR: invalid input syntax for type time with time zone: "15:36:39 MSK m2" at character 32 2024-09-07 20:44:31.625 UTC [21155][client backend] [pg_regress/timetz][31/17:0] STATEMENT: INSERT INTO TIMETZ_TBL VALUES ('15:36:39 MSK m2'); 2024-09-07 20:44:31.632 UTC [21162][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.633 UTC [21163][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.634 UTC [21163][client backend] [[unknown]][38/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.634 UTC [21163][client backend] [[unknown]][38/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/interval 2024-09-07 20:44:31.638 UTC [21162][client backend] [[unknown]][37/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.638 UTC [21162][client backend] [[unknown]][37/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/strings 2024-09-07 20:44:31.638 UTC [21151][client backend] [pg_regress/line][:0] LOG: disconnection: session time: 0:00:00.113 user=postgres database=regression host=[local] 2024-09-07 20:44:31.642 UTC [21150][client backend] [pg_regress/time][24/32:0] ERROR: operator is not unique: time without time zone + time without time zone at character 11 2024-09-07 20:44:31.642 UTC [21150][client backend] [pg_regress/time][24/32:0] HINT: Could not choose a best candidate operator. You might need to add explicit type casts. 2024-09-07 20:44:31.642 UTC [21150][client backend] [pg_regress/time][24/32:0] STATEMENT: SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL; 2024-09-07 20:44:31.642 UTC [21158][client backend] [pg_regress/date][33/10:0] ERROR: date/time field value out of range: "1997-02-29" at character 30 2024-09-07 20:44:31.642 UTC [21158][client backend] [pg_regress/date][33/10:0] STATEMENT: INSERT INTO DATE_TBL VALUES ('1997-02-29'); 2024-09-07 20:44:31.650 UTC [21158][client backend] [pg_regress/date][33/28:0] ERROR: date/time field value out of range: "1/8/1999" at character 13 2024-09-07 20:44:31.650 UTC [21158][client backend] [pg_regress/date][33/28:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.650 UTC [21158][client backend] [pg_regress/date][33/28:0] STATEMENT: SELECT date '1/8/1999'; 2024-09-07 20:44:31.651 UTC [21161][client backend] [pg_regress/inet][36/2:0] ERROR: table "inet_tbl" does not exist 2024-09-07 20:44:31.651 UTC [21161][client backend] [pg_regress/inet][36/2:0] STATEMENT: DROP TABLE INET_TBL; 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/29:0] ERROR: date/time field value out of range: "1/18/1999" at character 13 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/29:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/29:0] STATEMENT: SELECT date '1/18/1999'; 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/30:0] ERROR: date/time field value out of range: "18/1/1999" at character 13 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/30:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.651 UTC [21158][client backend] [pg_regress/date][33/30:0] STATEMENT: SELECT date '18/1/1999'; 2024-09-07 20:44:31.653 UTC [21155][client backend] [pg_regress/timetz][31/27:0] ERROR: date/time field value out of range: "24:00:00.01 PDT" at character 8 2024-09-07 20:44:31.653 UTC [21155][client backend] [pg_regress/timetz][31/27:0] STATEMENT: SELECT '24:00:00.01 PDT'::timetz; 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/12:0] ERROR: invalid input syntax for type circle: "<(-100,0),-100>" at character 32 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/12:0] STATEMENT: INSERT INTO CIRCLE_TBL VALUES ('<(-100,0),-100>'); 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/13:0] ERROR: invalid input syntax for type circle: "<(100,200),10" at character 32 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/13:0] STATEMENT: INSERT INTO CIRCLE_TBL VALUES ('<(100,200),10'); 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/14:0] ERROR: invalid input syntax for type circle: "<(100,200),10> x" at character 32 2024-09-07 20:44:31.653 UTC [21159][client backend] [pg_regress/circle][34/14:0] STATEMENT: INSERT INTO CIRCLE_TBL VALUES ('<(100,200),10> x'); 2024-09-07 20:44:31.654 UTC [21159][client backend] [pg_regress/circle][34/15:0] ERROR: invalid input syntax for type circle: "1abc,3,5" at character 32 2024-09-07 20:44:31.654 UTC [21159][client backend] [pg_regress/circle][34/15:0] STATEMENT: INSERT INTO CIRCLE_TBL VALUES ('1abc,3,5'); 2024-09-07 20:44:31.654 UTC [21159][client backend] [pg_regress/circle][34/16:0] ERROR: invalid input syntax for type circle: "(3,(1,2),3)" at character 32 2024-09-07 20:44:31.654 UTC [21159][client backend] [pg_regress/circle][34/16:0] STATEMENT: INSERT INTO CIRCLE_TBL VALUES ('(3,(1,2),3)'); 2024-09-07 20:44:31.656 UTC [21150][client backend] [pg_regress/time][24/38:0] ERROR: unit "day" not supported for type time without time zone 2024-09-07 20:44:31.656 UTC [21150][client backend] [pg_regress/time][24/38:0] STATEMENT: SELECT EXTRACT(DAY FROM TIME '2020-05-26 13:30:25.575401'); 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/12:0] ERROR: invalid input syntax for type path: "[]" at character 30 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/12:0] STATEMENT: INSERT INTO PATH_TBL VALUES ('[]'); 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/28:0] ERROR: date/time field value out of range: "23:59:60.01 PDT" at character 8 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/28:0] STATEMENT: SELECT '23:59:60.01 PDT'::timetz; 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/29:0] ERROR: date/time field value out of range: "24:01:00 PDT" at character 8 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/29:0] STATEMENT: SELECT '24:01:00 PDT'::timetz; 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/13:0] ERROR: invalid input syntax for type path: "[(,2),(3,4)]" at character 30 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/13:0] STATEMENT: INSERT INTO PATH_TBL VALUES ('[(,2),(3,4)]'); 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/30:0] ERROR: date/time field value out of range: "25:00:00 PDT" at character 8 2024-09-07 20:44:31.657 UTC [21155][client backend] [pg_regress/timetz][31/30:0] STATEMENT: SELECT '25:00:00 PDT'::timetz; 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/14:0] ERROR: invalid input syntax for type path: "[(1,2),(3,4)" at character 30 2024-09-07 20:44:31.657 UTC [21152][client backend] [pg_regress/path][28/14:0] STATEMENT: INSERT INTO PATH_TBL VALUES ('[(1,2),(3,4)'); 2024-09-07 20:44:31.658 UTC [21150][client backend] [pg_regress/time][24/39:0] ERROR: unit "fortnight" not recognized for type time without time zone 2024-09-07 20:44:31.658 UTC [21150][client backend] [pg_regress/time][24/39:0] STATEMENT: SELECT EXTRACT(FORTNIGHT FROM TIME '2020-05-26 13:30:25.575401'); 2024-09-07 20:44:31.658 UTC [21150][client backend] [pg_regress/time][24/40:0] ERROR: unit "timezone" not supported for type time without time zone 2024-09-07 20:44:31.658 UTC [21150][client backend] [pg_regress/time][24/40:0] STATEMENT: SELECT EXTRACT(TIMEZONE FROM TIME '2020-05-26 13:30:25.575401'); 2024-09-07 20:44:31.658 UTC [21152][client backend] [pg_regress/path][28/15:0] ERROR: invalid input syntax for type path: "(1,2,3,4" at character 30 2024-09-07 20:44:31.658 UTC [21152][client backend] [pg_regress/path][28/15:0] STATEMENT: INSERT INTO PATH_TBL VALUES ('(1,2,3,4'); 2024-09-07 20:44:31.658 UTC [21152][client backend] [pg_regress/path][28/16:0] ERROR: invalid input syntax for type path: "(1,2),(3,4)]" at character 30 2024-09-07 20:44:31.658 UTC [21152][client backend] [pg_regress/path][28/16:0] STATEMENT: INSERT INTO PATH_TBL VALUES ('(1,2),(3,4)]'); 2024-09-07 20:44:31.663 UTC [21155][client backend] [pg_regress/timetz][31/36:0] ERROR: operator does not exist: time with time zone + time with time zone at character 11 2024-09-07 20:44:31.663 UTC [21155][client backend] [pg_regress/timetz][31/36:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:31.663 UTC [21155][client backend] [pg_regress/timetz][31/36:0] STATEMENT: SELECT f1 + time with time zone '00:01' AS "Illegal" FROM TIMETZ_TBL; 2024-09-07 20:44:31.665 UTC [21150][client backend] [pg_regress/time][:0] LOG: disconnection: session time: 0:00:00.144 user=postgres database=regression host=[local] 2024-09-07 20:44:31.665 UTC [21162][client backend] [pg_regress/strings][37/3:0] ERROR: syntax error at or near "' - third line'" at character 75 2024-09-07 20:44:31.665 UTC [21162][client backend] [pg_regress/strings][37/3:0] STATEMENT: SELECT 'first line' ' - next line' /* this comment is not allowed here */ ' - third line' AS "Illegal comment within continuation"; 2024-09-07 20:44:31.666 UTC [21162][client backend] [pg_regress/strings][37/10:0] ERROR: invalid Unicode escape at character 18 2024-09-07 20:44:31.666 UTC [21162][client backend] [pg_regress/strings][37/10:0] HINT: Unicode escapes must be \XXXX or \+XXXXXX. 2024-09-07 20:44:31.666 UTC [21162][client backend] [pg_regress/strings][37/10:0] STATEMENT: SELECT U&'wrong: \061'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/11:0] ERROR: invalid Unicode escape at character 18 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/11:0] HINT: Unicode escapes must be \XXXX or \+XXXXXX. 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/11:0] STATEMENT: SELECT U&'wrong: \+0061'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/12:0] ERROR: UESCAPE must be followed by a simple string literal at or near "+" at character 33 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/12:0] STATEMENT: SELECT U&'wrong: +0061' UESCAPE +; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/13:0] ERROR: invalid Unicode escape character at or near "'+'" at character 33 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/13:0] STATEMENT: SELECT U&'wrong: +0061' UESCAPE '+'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/14:0] ERROR: invalid Unicode surrogate pair at character 23 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/14:0] STATEMENT: SELECT U&'wrong: \db99'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/15:0] ERROR: invalid Unicode surrogate pair at character 23 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/15:0] STATEMENT: SELECT U&'wrong: \db99xy'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/16:0] ERROR: invalid Unicode surrogate pair at character 23 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/16:0] STATEMENT: SELECT U&'wrong: \db99\\'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/17:0] ERROR: invalid Unicode surrogate pair at character 23 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/17:0] STATEMENT: SELECT U&'wrong: \db99\0061'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/18:0] ERROR: invalid Unicode surrogate pair at character 26 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/18:0] STATEMENT: SELECT U&'wrong: \+00db99\+000061'; 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/19:0] ERROR: invalid Unicode escape value at character 18 2024-09-07 20:44:31.667 UTC [21162][client backend] [pg_regress/strings][37/19:0] STATEMENT: SELECT U&'wrong: \+2FFFFF'; 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/10:0] ERROR: invalid input syntax for type polygon: "0.0" at character 37 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/10:0] STATEMENT: INSERT INTO POLYGON_TBL(f1) VALUES ('0.0'); 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/22:0] ERROR: invalid Unicode escape at character 17 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/22:0] HINT: Unicode escapes must be \uXXXX or \UXXXXXXXX. 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/22:0] STATEMENT: SELECT E'wrong: \u061'; 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/11:0] ERROR: invalid input syntax for type polygon: "(0.0 0.0" at character 37 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/11:0] STATEMENT: INSERT INTO POLYGON_TBL(f1) VALUES ('(0.0 0.0'); 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/23:0] ERROR: invalid Unicode escape at character 17 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/23:0] HINT: Unicode escapes must be \uXXXX or \UXXXXXXXX. 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/23:0] STATEMENT: SELECT E'wrong: \U0061'; 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/12:0] ERROR: invalid input syntax for type polygon: "(0,1,2)" at character 37 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/12:0] STATEMENT: INSERT INTO POLYGON_TBL(f1) VALUES ('(0,1,2)'); 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/24:0] ERROR: invalid Unicode surrogate pair at or near "'" at character 23 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/24:0] STATEMENT: SELECT E'wrong: \udb99'; 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/25:0] ERROR: invalid Unicode surrogate pair at or near "x" at character 23 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/25:0] STATEMENT: SELECT E'wrong: \udb99xy'; 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/13:0] ERROR: invalid input syntax for type polygon: "(0,1,2,3" at character 37 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/13:0] STATEMENT: INSERT INTO POLYGON_TBL(f1) VALUES ('(0,1,2,3'); 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/26:0] ERROR: invalid Unicode surrogate pair at or near "\" at character 23 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/26:0] STATEMENT: SELECT E'wrong: \udb99\\'; 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/14:0] ERROR: invalid input syntax for type polygon: "asdf" at character 37 2024-09-07 20:44:31.668 UTC [21156][client backend] [pg_regress/polygon][29/14:0] STATEMENT: INSERT INTO POLYGON_TBL(f1) VALUES ('asdf'); 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/27:0] ERROR: invalid Unicode surrogate pair at or near "\u0061" at character 23 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/27:0] STATEMENT: SELECT E'wrong: \udb99\u0061'; 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/28:0] ERROR: invalid Unicode surrogate pair at or near "\U00000061" at character 27 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/28:0] STATEMENT: SELECT E'wrong: \U0000db99\U00000061'; 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/29:0] ERROR: invalid Unicode escape value at or near "\U002FFFFF" at character 17 2024-09-07 20:44:31.668 UTC [21162][client backend] [pg_regress/strings][37/29:0] STATEMENT: SELECT E'wrong: \U002FFFFF'; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/31:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/31:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/31:0] STATEMENT: SELECT U&'d\0061t\+000061' AS U&"d\0061t\+000061"; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/32:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/32:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/32:0] STATEMENT: SELECT U&'d!0061t\+000061' UESCAPE '!' AS U&"d*0061t\+000061" UESCAPE '*'; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/33:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/33:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/33:0] STATEMENT: SELECT U&' \' UESCAPE '!' AS "tricky"; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/35:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/35:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/35:0] STATEMENT: SELECT U&'wrong: \061'; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/36:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/36:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/36:0] STATEMENT: SELECT U&'wrong: \+0061'; 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/37:0] ERROR: unsafe use of string constant with Unicode escapes at character 8 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/37:0] DETAIL: String constants with Unicode escapes cannot be used when "standard_conforming_strings" is off. 2024-09-07 20:44:31.669 UTC [21162][client backend] [pg_regress/strings][37/37:0] STATEMENT: SELECT U&'wrong: +0061' UESCAPE '+'; 2024-09-07 20:44:31.672 UTC [21152][client backend] [pg_regress/path][:0] LOG: disconnection: session time: 0:00:00.143 user=postgres database=regression host=[local] 2024-09-07 20:44:31.677 UTC [21166][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.677 UTC [21162][client backend] [pg_regress/strings][37/42:0] ERROR: invalid hexadecimal data: odd number of digits at character 8 2024-09-07 20:44:31.677 UTC [21162][client backend] [pg_regress/strings][37/42:0] STATEMENT: SELECT E'\\xDeAdBeE'::bytea; 2024-09-07 20:44:31.677 UTC [21162][client backend] [pg_regress/strings][37/43:0] ERROR: invalid hexadecimal digit: "x" at character 8 2024-09-07 20:44:31.677 UTC [21162][client backend] [pg_regress/strings][37/43:0] STATEMENT: SELECT E'\\xDeAdBeEx'::bytea; 2024-09-07 20:44:31.677 UTC [21164][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.678 UTC [21155][client backend] [pg_regress/timetz][31/42:0] ERROR: unit "day" not supported for type time with time zone 2024-09-07 20:44:31.678 UTC [21155][client backend] [pg_regress/timetz][31/42:0] STATEMENT: SELECT EXTRACT(DAY FROM TIME WITH TIME ZONE '2020-05-26 13:30:25.575401-04'); 2024-09-07 20:44:31.678 UTC [21166][client backend] [[unknown]][39/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.678 UTC [21166][client backend] [[unknown]][39/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/multirangetypes 2024-09-07 20:44:31.679 UTC [21164][client backend] [[unknown]][40/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.679 UTC [21164][client backend] [[unknown]][40/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/macaddr 2024-09-07 20:44:31.680 UTC [21155][client backend] [pg_regress/timetz][31/43:0] ERROR: unit "fortnight" not recognized for type time with time zone 2024-09-07 20:44:31.680 UTC [21155][client backend] [pg_regress/timetz][31/43:0] STATEMENT: SELECT EXTRACT(FORTNIGHT FROM TIME WITH TIME ZONE '2020-05-26 13:30:25.575401-04'); 2024-09-07 20:44:31.681 UTC [21165][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.683 UTC [21165][client backend] [[unknown]][41/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.683 UTC [21165][client backend] [[unknown]][41/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/timestamptz 2024-09-07 20:44:31.685 UTC [21162][client backend] [pg_regress/strings][37/49:0] ERROR: invalid input syntax for type bytea at character 8 2024-09-07 20:44:31.685 UTC [21162][client backend] [pg_regress/strings][37/49:0] STATEMENT: SELECT E'De\\678dBeEf'::bytea; 2024-09-07 20:44:31.685 UTC [21158][client backend] [pg_regress/date][33/36:0] ERROR: date/time field value out of range: "January 8, 99 BC" at character 13 2024-09-07 20:44:31.685 UTC [21158][client backend] [pg_regress/date][33/36:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.685 UTC [21158][client backend] [pg_regress/date][33/36:0] STATEMENT: SELECT date 'January 8, 99 BC'; 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/39:0] ERROR: date/time field value out of range: "08-Jan-99" at character 13 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/39:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/39:0] STATEMENT: SELECT date '08-Jan-99'; 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/41:0] ERROR: date/time field value out of range: "Jan-08-99" at character 13 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/41:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/41:0] STATEMENT: SELECT date 'Jan-08-99'; 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/43:0] ERROR: invalid input syntax for type date: "99-08-Jan" at character 13 2024-09-07 20:44:31.686 UTC [21158][client backend] [pg_regress/date][33/43:0] STATEMENT: SELECT date '99-08-Jan'; 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/44:0] ERROR: invalid input syntax for type date: "1999-08-Jan" at character 13 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/44:0] STATEMENT: SELECT date '1999-08-Jan'; 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/47:0] ERROR: date/time field value out of range: "08 Jan 99" at character 13 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/47:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/47:0] STATEMENT: SELECT date '08 Jan 99'; 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/49:0] ERROR: date/time field value out of range: "Jan 08 99" at character 13 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/49:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.687 UTC [21158][client backend] [pg_regress/date][33/49:0] STATEMENT: SELECT date 'Jan 08 99'; 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/55:0] ERROR: date/time field value out of range: "08-01-99" at character 13 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/55:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/55:0] STATEMENT: SELECT date '08-01-99'; 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/56:0] ERROR: date/time field value out of range: "08-01-1999" at character 13 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/56:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/56:0] STATEMENT: SELECT date '08-01-1999'; 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/57:0] ERROR: date/time field value out of range: "01-08-99" at character 13 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/57:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.688 UTC [21158][client backend] [pg_regress/date][33/57:0] STATEMENT: SELECT date '01-08-99'; 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/58:0] ERROR: date/time field value out of range: "01-08-1999" at character 13 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/58:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/58:0] STATEMENT: SELECT date '01-08-1999'; 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/63:0] ERROR: date/time field value out of range: "08 01 99" at character 13 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/63:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/63:0] STATEMENT: SELECT date '08 01 99'; 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/64:0] ERROR: date/time field value out of range: "08 01 1999" at character 13 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/64:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.689 UTC [21158][client backend] [pg_regress/date][33/64:0] STATEMENT: SELECT date '08 01 1999'; 2024-09-07 20:44:31.696 UTC [21167][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:31.698 UTC [21167][client backend] [[unknown]][42/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:31.698 UTC [21167][client backend] [[unknown]][42/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/macaddr8 2024-09-07 20:44:31.703 UTC [21166][client backend] [pg_regress/multirangetypes][39/2:0] ERROR: malformed multirange literal: "" at character 8 2024-09-07 20:44:31.703 UTC [21166][client backend] [pg_regress/multirangetypes][39/2:0] DETAIL: Missing left brace. 2024-09-07 20:44:31.703 UTC [21166][client backend] [pg_regress/multirangetypes][39/2:0] STATEMENT: select ''::textmultirange; 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/65:0] ERROR: date/time field value out of range: "01 08 99" at character 13 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/65:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/65:0] STATEMENT: SELECT date '01 08 99'; 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/3:0] ERROR: malformed multirange literal: "{,}" at character 8 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/3:0] DETAIL: Expected range start. 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/3:0] STATEMENT: select '{,}'::textmultirange; 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/66:0] ERROR: date/time field value out of range: "01 08 1999" at character 13 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/66:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.705 UTC [21158][client backend] [pg_regress/date][33/66:0] STATEMENT: SELECT date '01 08 1999'; 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/4:0] ERROR: malformed multirange literal: "{(,)}." at character 8 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/4:0] DETAIL: Junk after closing right brace. 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/4:0] STATEMENT: select '{(,)}.'::textmultirange; 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/5:0] ERROR: malformed multirange literal: "{[a,c),}" at character 8 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/5:0] DETAIL: Expected range start. 2024-09-07 20:44:31.705 UTC [21166][client backend] [pg_regress/multirangetypes][39/5:0] STATEMENT: select '{[a,c),}'::textmultirange; 2024-09-07 20:44:31.708 UTC [21158][client backend] [pg_regress/date][33/74:0] ERROR: date/time field value out of range: "1/18/1999" at character 13 2024-09-07 20:44:31.708 UTC [21158][client backend] [pg_regress/date][33/74:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.708 UTC [21158][client backend] [pg_regress/date][33/74:0] STATEMENT: SELECT date '1/18/1999'; 2024-09-07 20:44:31.712 UTC [21166][client backend] [pg_regress/multirangetypes][39/6:0] ERROR: malformed multirange literal: "{,[a,c)}" at character 8 2024-09-07 20:44:31.712 UTC [21166][client backend] [pg_regress/multirangetypes][39/6:0] DETAIL: Expected range start. 2024-09-07 20:44:31.712 UTC [21166][client backend] [pg_regress/multirangetypes][39/6:0] STATEMENT: select '{,[a,c)}'::textmultirange; 2024-09-07 20:44:31.713 UTC [21158][client backend] [pg_regress/date][33/82:0] ERROR: date/time field value out of range: "99-Jan-08" at character 13 2024-09-07 20:44:31.713 UTC [21158][client backend] [pg_regress/date][33/82:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.713 UTC [21158][client backend] [pg_regress/date][33/82:0] STATEMENT: SELECT date '99-Jan-08'; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/7:0] ERROR: malformed multirange literal: "{-[a,z)}" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/7:0] DETAIL: Expected range start. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/7:0] STATEMENT: select '{-[a,z)}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/8:0] ERROR: malformed multirange literal: "{[a,z) - }" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/8:0] DETAIL: Expected comma or end of multirange. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/8:0] STATEMENT: select '{[a,z) - }'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/9:0] ERROR: malformed multirange literal: "{(",a)}" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/9:0] DETAIL: Unexpected end of input. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/9:0] STATEMENT: select '{(",a)}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/10:0] ERROR: malformed range literal: "(,,a)" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/10:0] DETAIL: Too many commas. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/10:0] STATEMENT: select '{(,,a)}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/11:0] ERROR: malformed range literal: "()" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/11:0] DETAIL: Missing comma after lower bound. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/11:0] STATEMENT: select '{(),a)}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/12:0] ERROR: malformed multirange literal: "{(a,))}" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/12:0] DETAIL: Expected comma or end of multirange. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/12:0] STATEMENT: select '{(a,))}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/13:0] ERROR: malformed range literal: "(]" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/13:0] DETAIL: Missing comma after lower bound. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/13:0] STATEMENT: select '{(],a)}'::textmultirange; 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/14:0] ERROR: malformed multirange literal: "{(a,])}" at character 8 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/14:0] DETAIL: Expected comma or end of multirange. 2024-09-07 20:44:31.714 UTC [21166][client backend] [pg_regress/multirangetypes][39/14:0] STATEMENT: select '{(a,])}'::textmultirange; 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/88:0] ERROR: invalid input syntax for type date: "99-08-Jan" at character 13 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/88:0] STATEMENT: SELECT date '99-08-Jan'; 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/89:0] ERROR: invalid input syntax for type date: "1999-08-Jan" at character 13 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/89:0] STATEMENT: SELECT date '1999-08-Jan'; 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/90:0] ERROR: date/time field value out of range: "99 Jan 08" at character 13 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/90:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.717 UTC [21158][client backend] [pg_regress/date][33/90:0] STATEMENT: SELECT date '99 Jan 08'; 2024-09-07 20:44:31.717 UTC [21166][client backend] [pg_regress/multirangetypes][39/15:0] ERROR: range lower bound must be less than or equal to range upper bound at character 8 2024-09-07 20:44:31.717 UTC [21166][client backend] [pg_regress/multirangetypes][39/15:0] STATEMENT: select '{[z,a]}'::textmultirange; 2024-09-07 20:44:31.725 UTC [21158][client backend] [pg_regress/date][33/96:0] ERROR: invalid input syntax for type date: "99 08 Jan" at character 13 2024-09-07 20:44:31.725 UTC [21158][client backend] [pg_regress/date][33/96:0] STATEMENT: SELECT date '99 08 Jan'; 2024-09-07 20:44:31.725 UTC [21158][client backend] [pg_regress/date][33/98:0] ERROR: date/time field value out of range: "99-01-08" at character 13 2024-09-07 20:44:31.725 UTC [21158][client backend] [pg_regress/date][33/98:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.725 UTC [21158][client backend] [pg_regress/date][33/98:0] STATEMENT: SELECT date '99-01-08'; 2024-09-07 20:44:31.727 UTC [21155][client backend] [pg_regress/timetz][:0] LOG: disconnection: session time: 0:00:00.185 user=postgres database=regression host=[local] 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/104:0] ERROR: date/time field value out of range: "99-08-01" at character 13 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/104:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/104:0] STATEMENT: SELECT date '99-08-01'; 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/106:0] ERROR: date/time field value out of range: "99 01 08" at character 13 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/106:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.727 UTC [21158][client backend] [pg_regress/date][33/106:0] STATEMENT: SELECT date '99 01 08'; 2024-09-07 20:44:31.728 UTC [21167][client backend] [pg_regress/macaddr8][42/8:0] ERROR: invalid input syntax for type macaddr8: "123 08:00:2b:01:02:03" at character 8 2024-09-07 20:44:31.728 UTC [21167][client backend] [pg_regress/macaddr8][42/8:0] STATEMENT: SELECT '123 08:00:2b:01:02:03'::macaddr8; 2024-09-07 20:44:31.729 UTC [21163][client backend] [pg_regress/interval][38/27:0] ERROR: invalid input syntax for type interval: "badly formatted interval" at character 39 2024-09-07 20:44:31.729 UTC [21163][client backend] [pg_regress/interval][38/27:0] STATEMENT: INSERT INTO INTERVAL_TBL (f1) VALUES ('badly formatted interval'); 2024-09-07 20:44:31.729 UTC [21163][client backend] [pg_regress/interval][38/28:0] ERROR: invalid input syntax for type interval: "@ 30 eons ago" at character 39 2024-09-07 20:44:31.729 UTC [21163][client backend] [pg_regress/interval][38/28:0] STATEMENT: INSERT INTO INTERVAL_TBL (f1) VALUES ('@ 30 eons ago'); 2024-09-07 20:44:31.731 UTC [21161][client backend] [pg_regress/inet][36/21:0] ERROR: invalid cidr value: "192.168.1.2/30" at character 37 2024-09-07 20:44:31.731 UTC [21161][client backend] [pg_regress/inet][36/21:0] DETAIL: Value has bits set to right of mask. 2024-09-07 20:44:31.731 UTC [21161][client backend] [pg_regress/inet][36/21:0] STATEMENT: INSERT INTO INET_TBL (c, i) VALUES ('192.168.1.2/30', '192.168.1.226'); 2024-09-07 20:44:31.732 UTC [21161][client backend] [pg_regress/inet][36/22:0] ERROR: invalid input syntax for type cidr: "1234::1234::1234" at character 37 2024-09-07 20:44:31.732 UTC [21161][client backend] [pg_regress/inet][36/22:0] STATEMENT: INSERT INTO INET_TBL (c, i) VALUES ('1234::1234::1234', '::1.2.3.4'); 2024-09-07 20:44:31.732 UTC [21161][client backend] [pg_regress/inet][36/23:0] ERROR: invalid cidr value: "192.168.1.2/30" at character 42 2024-09-07 20:44:31.732 UTC [21161][client backend] [pg_regress/inet][36/23:0] DETAIL: Value has bits set to right of mask. 2024-09-07 20:44:31.732 UTC [21161][client backend] [pg_regress/inet][36/23:0] STATEMENT: INSERT INTO INET_TBL (c, i) VALUES (cidr('192.168.1.2/30'), '192.168.1.226'); 2024-09-07 20:44:31.732 UTC [21159][client backend] [pg_regress/circle][:0] LOG: disconnection: session time: 0:00:00.151 user=postgres database=regression host=[local] 2024-09-07 20:44:31.733 UTC [21161][client backend] [pg_regress/inet][36/24:0] ERROR: invalid cidr value: "ffff:ffff:ffff:ffff::/24" at character 42 2024-09-07 20:44:31.733 UTC [21161][client backend] [pg_regress/inet][36/24:0] DETAIL: Value has bits set to right of mask. 2024-09-07 20:44:31.733 UTC [21161][client backend] [pg_regress/inet][36/24:0] STATEMENT: INSERT INTO INET_TBL (c, i) VALUES (cidr('ffff:ffff:ffff:ffff::/24'), '::192.168.1.226'); 2024-09-07 20:44:31.736 UTC [21167][client backend] [pg_regress/macaddr8][42/9:0] ERROR: invalid input syntax for type macaddr8: "08:00:2b:01:02:03 123" at character 8 2024-09-07 20:44:31.736 UTC [21167][client backend] [pg_regress/macaddr8][42/9:0] STATEMENT: SELECT '08:00:2b:01:02:03 123'::macaddr8; 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/10:0] ERROR: invalid input syntax for type macaddr8: "123 08:00:2b:01:02:03:04:05" at character 8 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/10:0] STATEMENT: SELECT '123 08:00:2b:01:02:03:04:05'::macaddr8; 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/11:0] ERROR: invalid input syntax for type macaddr8: "08:00:2b:01:02:03:04:05 123" at character 8 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/11:0] STATEMENT: SELECT '08:00:2b:01:02:03:04:05 123'::macaddr8; 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/12:0] ERROR: invalid input syntax for type macaddr8: "08:00:2b:01:02:03:04:05:06:07" at character 8 2024-09-07 20:44:31.737 UTC [21167][client backend] [pg_regress/macaddr8][42/12:0] STATEMENT: SELECT '08:00:2b:01:02:03:04:05:06:07'::macaddr8; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/13:0] ERROR: invalid input syntax for type macaddr8: "08-00-2b-01-02-03-04-05-06-07" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/13:0] STATEMENT: SELECT '08-00-2b-01-02-03-04-05-06-07'::macaddr8; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/14:0] ERROR: invalid input syntax for type macaddr8: "08002b:01020304050607" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/14:0] STATEMENT: SELECT '08002b:01020304050607'::macaddr8; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/15:0] ERROR: invalid input syntax for type macaddr8: "08002b01020304050607" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/15:0] STATEMENT: SELECT '08002b01020304050607'::macaddr8; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/16:0] ERROR: invalid input syntax for type macaddr8: "0z002b0102030405" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/16:0] STATEMENT: SELECT '0z002b0102030405'::macaddr8; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/17:0] ERROR: invalid input syntax for type macaddr8: "08002b010203xyza" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/17:0] STATEMENT: SELECT '08002b010203xyza'::macaddr8; 2024-09-07 20:44:31.738 UTC [21158][client backend] [pg_regress/date][33/112:0] ERROR: date/time field value out of range: "99 08 01" at character 13 2024-09-07 20:44:31.738 UTC [21158][client backend] [pg_regress/date][33/112:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.738 UTC [21158][client backend] [pg_regress/date][33/112:0] STATEMENT: SELECT date '99 08 01'; 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/18:0] ERROR: invalid input syntax for type macaddr8: "08:00-2b:01:02:03:04:05" at character 8 2024-09-07 20:44:31.738 UTC [21167][client backend] [pg_regress/macaddr8][42/18:0] STATEMENT: SELECT '08:00-2b:01:02:03:04:05'::macaddr8; 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/19:0] ERROR: invalid input syntax for type macaddr8: "08:00-2b:01:02:03:04:05" at character 8 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/19:0] STATEMENT: SELECT '08:00-2b:01:02:03:04:05'::macaddr8; 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/20:0] ERROR: invalid input syntax for type macaddr8: "08:00:2b:01.02:03:04:05" at character 8 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/20:0] STATEMENT: SELECT '08:00:2b:01.02:03:04:05'::macaddr8; 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/21:0] ERROR: invalid input syntax for type macaddr8: "08:00:2b:01.02:03:04:05" at character 8 2024-09-07 20:44:31.739 UTC [21167][client backend] [pg_regress/macaddr8][42/21:0] STATEMENT: SELECT '08:00:2b:01.02:03:04:05'::macaddr8; 2024-09-07 20:44:31.742 UTC [21164][client backend] [pg_regress/macaddr][40/10:0] ERROR: invalid input syntax for type macaddr: "0800:2b01:0203" at character 37 2024-09-07 20:44:31.742 UTC [21164][client backend] [pg_regress/macaddr][40/10:0] STATEMENT: INSERT INTO macaddr_data VALUES (8, '0800:2b01:0203'); 2024-09-07 20:44:31.743 UTC [21164][client backend] [pg_regress/macaddr][40/11:0] ERROR: invalid input syntax for type macaddr: "not even close" at character 37 2024-09-07 20:44:31.743 UTC [21164][client backend] [pg_regress/macaddr][40/11:0] STATEMENT: INSERT INTO macaddr_data VALUES (9, 'not even close'); 2024-09-07 20:44:31.752 UTC [21158][client backend] [pg_regress/date][33/120:0] ERROR: date/time field value out of range: "18/1/1999" at character 13 2024-09-07 20:44:31.752 UTC [21158][client backend] [pg_regress/date][33/120:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.752 UTC [21158][client backend] [pg_regress/date][33/120:0] STATEMENT: SELECT date '18/1/1999'; 2024-09-07 20:44:31.754 UTC [21158][client backend] [pg_regress/date][33/127:0] ERROR: date/time field value out of range: "99-Jan-08" at character 13 2024-09-07 20:44:31.754 UTC [21158][client backend] [pg_regress/date][33/127:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.754 UTC [21158][client backend] [pg_regress/date][33/127:0] STATEMENT: SELECT date '99-Jan-08'; 2024-09-07 20:44:31.757 UTC [21158][client backend] [pg_regress/date][33/133:0] ERROR: invalid input syntax for type date: "99-08-Jan" at character 13 2024-09-07 20:44:31.757 UTC [21158][client backend] [pg_regress/date][33/133:0] STATEMENT: SELECT date '99-08-Jan'; 2024-09-07 20:44:31.758 UTC [21158][client backend] [pg_regress/date][33/134:0] ERROR: invalid input syntax for type date: "1999-08-Jan" at character 13 2024-09-07 20:44:31.758 UTC [21158][client backend] [pg_regress/date][33/134:0] STATEMENT: SELECT date '1999-08-Jan'; 2024-09-07 20:44:31.758 UTC [21158][client backend] [pg_regress/date][33/135:0] ERROR: invalid input syntax for type date: "99 Jan 08" at character 13 2024-09-07 20:44:31.758 UTC [21158][client backend] [pg_regress/date][33/135:0] STATEMENT: SELECT date '99 Jan 08'; 2024-09-07 20:44:31.759 UTC [21158][client backend] [pg_regress/date][33/141:0] ERROR: invalid input syntax for type date: "99 08 Jan" at character 13 2024-09-07 20:44:31.759 UTC [21158][client backend] [pg_regress/date][33/141:0] STATEMENT: SELECT date '99 08 Jan'; 2024-09-07 20:44:31.759 UTC [21158][client backend] [pg_regress/date][33/143:0] ERROR: date/time field value out of range: "99-01-08" at character 13 2024-09-07 20:44:31.759 UTC [21158][client backend] [pg_regress/date][33/143:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.759 UTC [21158][client backend] [pg_regress/date][33/143:0] STATEMENT: SELECT date '99-01-08'; 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/149:0] ERROR: date/time field value out of range: "99-08-01" at character 13 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/149:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/149:0] STATEMENT: SELECT date '99-08-01'; 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/151:0] ERROR: date/time field value out of range: "99 01 08" at character 13 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/151:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.766 UTC [21158][client backend] [pg_regress/date][33/151:0] STATEMENT: SELECT date '99 01 08'; 2024-09-07 20:44:31.771 UTC [21158][client backend] [pg_regress/date][33/157:0] ERROR: date/time field value out of range: "99 08 01" at character 13 2024-09-07 20:44:31.771 UTC [21158][client backend] [pg_regress/date][33/157:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:31.771 UTC [21158][client backend] [pg_regress/date][33/157:0] STATEMENT: SELECT date '99 08 01'; 2024-09-07 20:44:31.772 UTC [21158][client backend] [pg_regress/date][33/160:0] ERROR: date out of range: "4714-11-23 BC" at character 13 2024-09-07 20:44:31.772 UTC [21158][client backend] [pg_regress/date][33/160:0] STATEMENT: SELECT date '4714-11-23 BC'; 2024-09-07 20:44:31.773 UTC [21158][client backend] [pg_regress/date][33/162:0] ERROR: date out of range: "5874898-01-01" at character 13 2024-09-07 20:44:31.773 UTC [21158][client backend] [pg_regress/date][33/162:0] STATEMENT: SELECT date '5874898-01-01'; 2024-09-07 20:44:31.774 UTC [21167][client backend] [pg_regress/macaddr8][42/32:0] ERROR: invalid input syntax for type macaddr8: "not even close" at character 38 2024-09-07 20:44:31.774 UTC [21167][client backend] [pg_regress/macaddr8][42/32:0] STATEMENT: INSERT INTO macaddr8_data VALUES (9, 'not even close'); 2024-09-07 20:44:31.780 UTC [21162][client backend] [pg_regress/strings][37/79:0] ERROR: negative substring length not allowed 2024-09-07 20:44:31.780 UTC [21162][client backend] [pg_regress/strings][37/79:0] STATEMENT: SELECT SUBSTRING('string' FROM -10 FOR -2147483646) AS "error"; 2024-09-07 20:44:31.806 UTC [21162][client backend] [pg_regress/strings][37/91:0] ERROR: SQL regular expression may not contain more than two escape-double-quote separators 2024-09-07 20:44:31.806 UTC [21162][client backend] [pg_regress/strings][37/91:0] CONTEXT: SQL function "substring" statement 1 2024-09-07 20:44:31.806 UTC [21162][client backend] [pg_regress/strings][37/91:0] STATEMENT: SELECT SUBSTRING('abcdefg' SIMILAR 'a*#"%#"g*#"x' ESCAPE '#') AS "error"; 2024-09-07 20:44:31.811 UTC [21146][client backend] [pg_regress/numerology][:0] LOG: disconnection: session time: 0:00:00.321 user=postgres database=regression host=[local] 2024-09-07 20:44:31.811 UTC [21164][client backend] [pg_regress/macaddr][:0] LOG: disconnection: session time: 0:00:00.140 user=postgres database=regression host=[local] 2024-09-07 20:44:31.835 UTC [21162][client backend] [pg_regress/strings][37/104:0] ERROR: invalid escape string 2024-09-07 20:44:31.835 UTC [21162][client backend] [pg_regress/strings][37/104:0] HINT: Escape string must be empty or one character. 2024-09-07 20:44:31.835 UTC [21162][client backend] [pg_regress/strings][37/104:0] STATEMENT: SELECT 'abcdefg' SIMILAR TO '_bcd#%' ESCAPE '##' AS error; 2024-09-07 20:44:31.847 UTC [21158][client backend] [pg_regress/date][33/203:0] ERROR: unit "microseconds" not supported for type date 2024-09-07 20:44:31.847 UTC [21158][client backend] [pg_regress/date][33/203:0] STATEMENT: SELECT EXTRACT(MICROSECONDS FROM DATE '2020-08-11'); 2024-09-07 20:44:31.848 UTC [21158][client backend] [pg_regress/date][33/204:0] ERROR: unit "milliseconds" not supported for type date 2024-09-07 20:44:31.848 UTC [21158][client backend] [pg_regress/date][33/204:0] STATEMENT: SELECT EXTRACT(MILLISECONDS FROM DATE '2020-08-11'); 2024-09-07 20:44:31.848 UTC [21158][client backend] [pg_regress/date][33/205:0] ERROR: unit "second" not supported for type date 2024-09-07 20:44:31.848 UTC [21158][client backend] [pg_regress/date][33/205:0] STATEMENT: SELECT EXTRACT(SECOND FROM DATE '2020-08-11'); 2024-09-07 20:44:31.849 UTC [21162][client backend] [pg_regress/strings][37/112:0] ERROR: invalid regular expression option: "z" 2024-09-07 20:44:31.849 UTC [21162][client backend] [pg_regress/strings][37/112:0] STATEMENT: SELECT regexp_replace('AAA aaa', 'A+', 'Z', 'z'); 2024-09-07 20:44:31.849 UTC [21158][client backend] [pg_regress/date][33/206:0] ERROR: unit "minute" not supported for type date 2024-09-07 20:44:31.849 UTC [21158][client backend] [pg_regress/date][33/206:0] STATEMENT: SELECT EXTRACT(MINUTE FROM DATE '2020-08-11'); 2024-09-07 20:44:31.849 UTC [21158][client backend] [pg_regress/date][33/207:0] ERROR: unit "hour" not supported for type date 2024-09-07 20:44:31.849 UTC [21158][client backend] [pg_regress/date][33/207:0] STATEMENT: SELECT EXTRACT(HOUR FROM DATE '2020-08-11'); 2024-09-07 20:44:31.856 UTC [21162][client backend] [pg_regress/strings][37/122:0] ERROR: invalid value for parameter "start": -1 2024-09-07 20:44:31.856 UTC [21162][client backend] [pg_regress/strings][37/122:0] STATEMENT: SELECT regexp_replace('A PostgreSQL function', 'a|e|i|o|u', 'X', -1, 0, 'i'); 2024-09-07 20:44:31.857 UTC [21162][client backend] [pg_regress/strings][37/123:0] ERROR: invalid value for parameter "n": -1 2024-09-07 20:44:31.857 UTC [21162][client backend] [pg_regress/strings][37/123:0] STATEMENT: SELECT regexp_replace('A PostgreSQL function', 'a|e|i|o|u', 'X', 1, -1, 'i'); 2024-09-07 20:44:31.857 UTC [21162][client backend] [pg_regress/strings][37/124:0] ERROR: invalid regular expression option: "1" 2024-09-07 20:44:31.857 UTC [21162][client backend] [pg_regress/strings][37/124:0] HINT: If you meant to use regexp_replace() with a start parameter, cast the fourth argument to integer explicitly. 2024-09-07 20:44:31.857 UTC [21162][client backend] [pg_regress/strings][37/124:0] STATEMENT: SELECT regexp_replace('A PostgreSQL function', 'a|e|i|o|u', 'X', '1'); 2024-09-07 20:44:31.862 UTC [21158][client backend] [pg_regress/date][33/224:0] ERROR: unit "timezone" not supported for type date 2024-09-07 20:44:31.862 UTC [21158][client backend] [pg_regress/date][33/224:0] STATEMENT: SELECT EXTRACT(TIMEZONE FROM DATE '2020-08-11'); 2024-09-07 20:44:31.868 UTC [21158][client backend] [pg_regress/date][33/225:0] ERROR: unit "timezone_m" not supported for type date 2024-09-07 20:44:31.868 UTC [21158][client backend] [pg_regress/date][33/225:0] STATEMENT: SELECT EXTRACT(TIMEZONE_M FROM DATE '2020-08-11'); 2024-09-07 20:44:31.869 UTC [21158][client backend] [pg_regress/date][33/226:0] ERROR: unit "timezone_h" not supported for type date 2024-09-07 20:44:31.869 UTC [21158][client backend] [pg_regress/date][33/226:0] STATEMENT: SELECT EXTRACT(TIMEZONE_H FROM DATE '2020-08-11'); 2024-09-07 20:44:31.882 UTC [21162][client backend] [pg_regress/strings][37/131:0] ERROR: invalid value for parameter "start": 0 2024-09-07 20:44:31.882 UTC [21162][client backend] [pg_regress/strings][37/131:0] STATEMENT: SELECT regexp_count('123123123123', '123', 0); 2024-09-07 20:44:31.882 UTC [21162][client backend] [pg_regress/strings][37/132:0] ERROR: invalid value for parameter "start": -3 2024-09-07 20:44:31.882 UTC [21162][client backend] [pg_regress/strings][37/132:0] STATEMENT: SELECT regexp_count('123123123123', '123', -3); 2024-09-07 20:44:31.883 UTC [21162][client backend] [pg_regress/strings][37/137:0] ERROR: regexp_like() does not support the "global" option 2024-09-07 20:44:31.883 UTC [21162][client backend] [pg_regress/strings][37/137:0] STATEMENT: SELECT regexp_like('abc', 'a.c', 'g'); 2024-09-07 20:44:31.896 UTC [21166][client backend] [pg_regress/multirangetypes][39/103:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:31.896 UTC [21166][client backend] [pg_regress/multirangetypes][39/103:0] STATEMENT: select nummultirange(numrange(2.0, 1.0)); 2024-09-07 20:44:31.920 UTC [21158][client backend] [pg_regress/date][33/262:0] ERROR: unit "microsec" not recognized for type date 2024-09-07 20:44:31.920 UTC [21158][client backend] [pg_regress/date][33/262:0] STATEMENT: SELECT EXTRACT(MICROSEC FROM DATE 'infinity'); 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/266:0] ERROR: date field value out of range: 0-07-15 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/266:0] STATEMENT: select make_date(0, 7, 15); 2024-09-07 20:44:31.922 UTC [21162][client backend] [pg_regress/strings][37/158:0] ERROR: invalid value for parameter "start": 0 2024-09-07 20:44:31.922 UTC [21162][client backend] [pg_regress/strings][37/158:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 0, 1); 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/267:0] ERROR: date field value out of range: 2013-02-30 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/267:0] STATEMENT: select make_date(2013, 2, 30); 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/268:0] ERROR: date field value out of range: 2013-13-01 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/268:0] STATEMENT: select make_date(2013, 13, 1); 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/269:0] ERROR: date field value out of range: 2013-11--1 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/269:0] STATEMENT: select make_date(2013, 11, -1); 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/270:0] ERROR: time field value out of range: 10:55:100.1 2024-09-07 20:44:31.922 UTC [21158][client backend] [pg_regress/date][33/270:0] STATEMENT: select make_time(10, 55, 100.1); 2024-09-07 20:44:31.923 UTC [21158][client backend] [pg_regress/date][33/271:0] ERROR: time field value out of range: 24:00:2.1 2024-09-07 20:44:31.923 UTC [21158][client backend] [pg_regress/date][33/271:0] STATEMENT: select make_time(24, 0, 2.1); 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/159:0] ERROR: invalid value for parameter "n": 0 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/159:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 1, 0); 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/160:0] ERROR: invalid value for parameter "endoption": -1 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/160:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 1, 1, -1); 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/161:0] ERROR: invalid value for parameter "endoption": 2 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/161:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 1, 1, 2); 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/162:0] ERROR: regexp_instr() does not support the "global" option 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/162:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 1, 1, 0, 'g'); 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/163:0] ERROR: invalid value for parameter "subexpr": -1 2024-09-07 20:44:31.923 UTC [21162][client backend] [pg_regress/strings][37/163:0] STATEMENT: SELECT regexp_instr('abcabcabc', 'a.c', 1, 1, 0, '', -1); 2024-09-07 20:44:31.926 UTC [21158][client backend] [pg_regress/date][:0] LOG: disconnection: session time: 0:00:00.369 user=postgres database=regression host=[local] 2024-09-07 20:44:31.936 UTC [21167][client backend] [pg_regress/macaddr8][:0] LOG: disconnection: session time: 0:00:00.244 user=postgres database=regression host=[local] 2024-09-07 20:44:31.937 UTC [21162][client backend] [pg_regress/strings][37/178:0] ERROR: invalid value for parameter "start": 0 2024-09-07 20:44:31.937 UTC [21162][client backend] [pg_regress/strings][37/178:0] STATEMENT: SELECT regexp_substr('abcabcabc', 'a.c', 0, 1); 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/179:0] ERROR: invalid value for parameter "n": 0 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/179:0] STATEMENT: SELECT regexp_substr('abcabcabc', 'a.c', 1, 0); 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/180:0] ERROR: regexp_substr() does not support the "global" option 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/180:0] STATEMENT: SELECT regexp_substr('abcabcabc', 'a.c', 1, 1, 'g'); 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/181:0] ERROR: invalid value for parameter "subexpr": -1 2024-09-07 20:44:31.945 UTC [21162][client backend] [pg_regress/strings][37/181:0] STATEMENT: SELECT regexp_substr('abcabcabc', 'a.c', 1, 1, '', -1); 2024-09-07 20:44:31.963 UTC [21163][client backend] [pg_regress/interval][38/43:0] ERROR: interval out of range 2024-09-07 20:44:31.963 UTC [21163][client backend] [pg_regress/interval][38/43:0] STATEMENT: SELECT -('-2147483648 months'::interval); 2024-09-07 20:44:31.964 UTC [21163][client backend] [pg_regress/interval][38/45:0] ERROR: interval out of range 2024-09-07 20:44:31.964 UTC [21163][client backend] [pg_regress/interval][38/45:0] STATEMENT: SELECT -('-2147483648 days'::interval); 2024-09-07 20:44:31.965 UTC [21162][client backend] [pg_regress/strings][37/194:0] ERROR: invalid regular expression option: "z" 2024-09-07 20:44:31.965 UTC [21162][client backend] [pg_regress/strings][37/194:0] STATEMENT: SELECT regexp_matches('foobarbequebaz', $re$(bar)(beque)$re$, 'gz'); 2024-09-07 20:44:31.966 UTC [21162][client backend] [pg_regress/strings][37/195:0] ERROR: invalid regular expression: parentheses () not balanced 2024-09-07 20:44:31.966 UTC [21162][client backend] [pg_regress/strings][37/195:0] STATEMENT: SELECT regexp_matches('foobarbequebaz', $re$(barbeque$re$); 2024-09-07 20:44:31.967 UTC [21163][client backend] [pg_regress/interval][38/47:0] ERROR: interval out of range 2024-09-07 20:44:31.967 UTC [21163][client backend] [pg_regress/interval][38/47:0] STATEMENT: SELECT -('-9223372036854775808 us'::interval); 2024-09-07 20:44:31.968 UTC [21162][client backend] [pg_regress/strings][37/196:0] ERROR: invalid regular expression: invalid repetition count(s) 2024-09-07 20:44:31.968 UTC [21162][client backend] [pg_regress/strings][37/196:0] STATEMENT: SELECT regexp_matches('foobarbequebaz', $re$(bar)(beque){2,1}$re$); 2024-09-07 20:44:31.973 UTC [21163][client backend] [pg_regress/interval][38/49:0] ERROR: interval out of range 2024-09-07 20:44:31.973 UTC [21163][client backend] [pg_regress/interval][38/49:0] STATEMENT: SELECT -('-2147483647 months -2147483647 days -9223372036854775807 us'::interval); 2024-09-07 20:44:31.987 UTC [21163][client backend] [pg_regress/interval][38/52:0] ERROR: interval field value out of range: "2147483648 days" at character 42 2024-09-07 20:44:31.987 UTC [21163][client backend] [pg_regress/interval][38/52:0] STATEMENT: INSERT INTO INTERVAL_TBL_OF (f1) VALUES ('2147483648 days'); 2024-09-07 20:44:31.987 UTC [21163][client backend] [pg_regress/interval][38/53:0] ERROR: interval field value out of range: "-2147483649 days" at character 42 2024-09-07 20:44:31.987 UTC [21163][client backend] [pg_regress/interval][38/53:0] STATEMENT: INSERT INTO INTERVAL_TBL_OF (f1) VALUES ('-2147483649 days'); 2024-09-07 20:44:31.988 UTC [21163][client backend] [pg_regress/interval][38/54:0] ERROR: interval out of range at character 42 2024-09-07 20:44:31.988 UTC [21163][client backend] [pg_regress/interval][38/54:0] STATEMENT: INSERT INTO INTERVAL_TBL_OF (f1) VALUES ('2147483647 years'); 2024-09-07 20:44:31.989 UTC [21163][client backend] [pg_regress/interval][38/55:0] ERROR: interval out of range at character 42 2024-09-07 20:44:31.989 UTC [21163][client backend] [pg_regress/interval][38/55:0] STATEMENT: INSERT INTO INTERVAL_TBL_OF (f1) VALUES ('-2147483648 years'); 2024-09-07 20:44:31.990 UTC [21163][client backend] [pg_regress/interval][38/56:0] ERROR: interval out of range 2024-09-07 20:44:31.990 UTC [21163][client backend] [pg_regress/interval][38/56:0] STATEMENT: select extract(epoch from '256 microseconds'::interval * (2^55)::float8); 2024-09-07 20:44:32.011 UTC [21162][client backend] [pg_regress/strings][37/213:0] ERROR: invalid regular expression option: "z" 2024-09-07 20:44:32.011 UTC [21162][client backend] [pg_regress/strings][37/213:0] STATEMENT: SELECT foo, length(foo) FROM regexp_split_to_table('thE QUick bROWn FOx jUMPs ovEr The lazy dOG', 'e', 'zippy') AS foo; 2024-09-07 20:44:32.012 UTC [21162][client backend] [pg_regress/strings][37/214:0] ERROR: invalid regular expression option: "z" 2024-09-07 20:44:32.012 UTC [21162][client backend] [pg_regress/strings][37/214:0] STATEMENT: SELECT regexp_split_to_array('thE QUick bROWn FOx jUMPs ovEr The lazy dOG', 'e', 'iz'); 2024-09-07 20:44:32.013 UTC [21162][client backend] [pg_regress/strings][37/215:0] ERROR: regexp_split_to_table() does not support the "global" option 2024-09-07 20:44:32.013 UTC [21162][client backend] [pg_regress/strings][37/215:0] STATEMENT: SELECT foo, length(foo) FROM regexp_split_to_table('thE QUick bROWn FOx jUMPs ovEr The lazy dOG', 'e', 'g') AS foo; 2024-09-07 20:44:32.014 UTC [21162][client backend] [pg_regress/strings][37/216:0] ERROR: regexp_split_to_array() does not support the "global" option 2024-09-07 20:44:32.014 UTC [21162][client backend] [pg_regress/strings][37/216:0] STATEMENT: SELECT regexp_split_to_array('thE QUick bROWn FOx jUMPs ovEr The lazy dOG', 'e', 'g'); 2024-09-07 20:44:32.015 UTC [21160][client backend] [pg_regress/timestamp][35/46:0] ERROR: time zone "america/does_not_exist" not recognized at character 35 2024-09-07 20:44:32.015 UTC [21160][client backend] [pg_regress/timestamp][35/46:0] STATEMENT: INSERT INTO TIMESTAMP_TBL VALUES ('19970710 173201 America/Does_not_exist'); 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/97:0] ERROR: result is out of range 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/97:0] STATEMENT: SELECT '127.0.0.1'::inet + 10000000000; 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/98:0] ERROR: result is out of range 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/98:0] STATEMENT: SELECT '127.0.0.1'::inet - 10000000000; 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/99:0] ERROR: result is out of range 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/99:0] STATEMENT: SELECT '126::1'::inet - '127::2'::inet; 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/100:0] ERROR: result is out of range 2024-09-07 20:44:32.015 UTC [21161][client backend] [pg_regress/inet][36/100:0] STATEMENT: SELECT '127::1'::inet - '126::2'::inet; 2024-09-07 20:44:32.022 UTC [21161][client backend] [pg_regress/inet][36/104:0] ERROR: cannot merge addresses from different families 2024-09-07 20:44:32.022 UTC [21161][client backend] [pg_regress/inet][36/104:0] STATEMENT: SELECT inet_merge(c, i) FROM INET_TBL; 2024-09-07 20:44:32.036 UTC [21160][client backend] [pg_regress/timestamp][35/76:0] ERROR: date/time field value out of range: "Feb 29 17:32:01 1997" at character 35 2024-09-07 20:44:32.036 UTC [21160][client backend] [pg_regress/timestamp][35/76:0] STATEMENT: INSERT INTO TIMESTAMP_TBL VALUES ('Feb 29 17:32:01 1997'); 2024-09-07 20:44:32.038 UTC [21161][client backend] [pg_regress/inet][:0] LOG: disconnection: session time: 0:00:00.421 user=postgres database=regression host=[local] 2024-09-07 20:44:32.048 UTC [21160][client backend] [pg_regress/timestamp][35/84:0] ERROR: time zone displacement out of range: "Feb 16 17:32:01 -0097" at character 35 2024-09-07 20:44:32.048 UTC [21160][client backend] [pg_regress/timestamp][35/84:0] STATEMENT: INSERT INTO TIMESTAMP_TBL VALUES ('Feb 16 17:32:01 -0097'); 2024-09-07 20:44:32.048 UTC [21160][client backend] [pg_regress/timestamp][35/85:0] ERROR: timestamp out of range: "Feb 16 17:32:01 5097 BC" at character 35 2024-09-07 20:44:32.048 UTC [21160][client backend] [pg_regress/timestamp][35/85:0] STATEMENT: INSERT INTO TIMESTAMP_TBL VALUES ('Feb 16 17:32:01 5097 BC'); 2024-09-07 20:44:32.049 UTC [21160][client backend] [pg_regress/timestamp][35/88:0] ERROR: timestamp out of range: "4714-11-23 23:59:59 BC" at character 8 2024-09-07 20:44:32.049 UTC [21160][client backend] [pg_regress/timestamp][35/88:0] STATEMENT: SELECT '4714-11-23 23:59:59 BC'::timestamp; 2024-09-07 20:44:32.049 UTC [21160][client backend] [pg_regress/timestamp][35/90:0] ERROR: timestamp out of range: "294277-01-01 00:00:00" at character 8 2024-09-07 20:44:32.049 UTC [21160][client backend] [pg_regress/timestamp][35/90:0] STATEMENT: SELECT '294277-01-01 00:00:00'::timestamp; 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/106:0] ERROR: timestamps cannot be binned into intervals containing months or years 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/106:0] STATEMENT: SELECT date_bin('5 months'::interval, timestamp '2020-02-01 01:01:01', timestamp '2001-01-01'); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/107:0] ERROR: timestamps cannot be binned into intervals containing months or years 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/107:0] STATEMENT: SELECT date_bin('5 years'::interval, timestamp '2020-02-01 01:01:01', timestamp '2001-01-01'); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/108:0] ERROR: stride must be greater than zero 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/108:0] STATEMENT: SELECT date_bin('0 days'::interval, timestamp '1970-01-01 01:00:00' , timestamp '1970-01-01 00:00:00'); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/109:0] ERROR: stride must be greater than zero 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/109:0] STATEMENT: SELECT date_bin('-2 days'::interval, timestamp '1970-01-01 01:00:00' , timestamp '1970-01-01 00:00:00'); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/110:0] ERROR: interval out of range 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/110:0] STATEMENT: select date_bin('15 minutes'::interval, timestamp '294276-12-30', timestamp '4000-12-20 BC'); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/111:0] ERROR: interval out of range 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/111:0] STATEMENT: select date_bin('200000000 days'::interval, '2024-02-01'::timestamp, '2024-01-01'::timestamp); 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/112:0] ERROR: timestamp out of range 2024-09-07 20:44:32.074 UTC [21160][client backend] [pg_regress/timestamp][35/112:0] STATEMENT: select date_bin('365000 days'::interval, '4400-01-01 BC'::timestamp, '4000-01-01 BC'::timestamp); 2024-09-07 20:44:32.085 UTC [21165][client backend] [pg_regress/timestamptz][41/49:0] ERROR: time zone "america/does_not_exist" not recognized at character 37 2024-09-07 20:44:32.085 UTC [21165][client backend] [pg_regress/timestamptz][41/49:0] STATEMENT: INSERT INTO TIMESTAMPTZ_TBL VALUES ('19970710 173201 America/Does_not_exist'); 2024-09-07 20:44:32.085 UTC [21165][client backend] [pg_regress/timestamptz][41/50:0] ERROR: time zone "America/Does_not_exist" not recognized 2024-09-07 20:44:32.085 UTC [21165][client backend] [pg_regress/timestamptz][41/50:0] STATEMENT: SELECT '19970710 173201' AT TIME ZONE 'America/Does_not_exist'; 2024-09-07 20:44:32.096 UTC [21160][client backend] [pg_regress/timestamp][35/123:0] ERROR: interval out of range 2024-09-07 20:44:32.096 UTC [21160][client backend] [pg_regress/timestamp][35/123:0] STATEMENT: SELECT timestamp '294276-12-31 23:59:59' - timestamp '1999-12-23 19:59:04.224192' AS overflows; 2024-09-07 20:44:32.099 UTC [21165][client backend] [pg_regress/timestamptz][41/84:0] ERROR: date/time field value out of range: "Feb 29 17:32:01 1997" at character 37 2024-09-07 20:44:32.099 UTC [21165][client backend] [pg_regress/timestamptz][41/84:0] STATEMENT: INSERT INTO TIMESTAMPTZ_TBL VALUES ('Feb 29 17:32:01 1997'); 2024-09-07 20:44:32.101 UTC [21165][client backend] [pg_regress/timestamptz][41/92:0] ERROR: time zone displacement out of range: "Feb 16 17:32:01 -0097" at character 37 2024-09-07 20:44:32.101 UTC [21165][client backend] [pg_regress/timestamptz][41/92:0] STATEMENT: INSERT INTO TIMESTAMPTZ_TBL VALUES ('Feb 16 17:32:01 -0097'); 2024-09-07 20:44:32.101 UTC [21165][client backend] [pg_regress/timestamptz][41/93:0] ERROR: timestamp out of range: "Feb 16 17:32:01 5097 BC" at character 37 2024-09-07 20:44:32.101 UTC [21165][client backend] [pg_regress/timestamptz][41/93:0] STATEMENT: INSERT INTO TIMESTAMPTZ_TBL VALUES ('Feb 16 17:32:01 5097 BC'); 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/75:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/75:0] STATEMENT: SELECT '3000000 months'::interval * 1000; 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/76:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/76:0] STATEMENT: SELECT '3000000 months'::interval / 0.001; 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/77:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/77:0] STATEMENT: SELECT '3000000 days'::interval * 1000; 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/78:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/78:0] STATEMENT: SELECT '3000000 days'::interval / 0.001; 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/79:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/79:0] STATEMENT: SELECT '1 month 2146410 days'::interval * 1000.5002; 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/80:0] ERROR: interval out of range 2024-09-07 20:44:32.122 UTC [21163][client backend] [pg_regress/interval][38/80:0] STATEMENT: SELECT '4611686018427387904 usec'::interval / 0.1; 2024-09-07 20:44:32.125 UTC [21163][client backend] [pg_regress/interval][38/86:0] ERROR: interval out of range 2024-09-07 20:44:32.125 UTC [21163][client backend] [pg_regress/interval][38/86:0] STATEMENT: SELECT justify_hours(interval '2147483647 days 24 hrs'); 2024-09-07 20:44:32.125 UTC [21163][client backend] [pg_regress/interval][38/87:0] ERROR: interval out of range 2024-09-07 20:44:32.125 UTC [21163][client backend] [pg_regress/interval][38/87:0] STATEMENT: SELECT justify_days(interval '2147483647 months 30 days'); 2024-09-07 20:44:32.134 UTC [21160][client backend] [pg_regress/timestamp][35/139:0] ERROR: date field value out of range: 0-07-15 2024-09-07 20:44:32.134 UTC [21160][client backend] [pg_regress/timestamp][35/139:0] STATEMENT: select make_timestamp(0, 7, 15, 12, 30, 15); 2024-09-07 20:44:32.137 UTC [21163][client backend] [pg_regress/interval][38/91:0] ERROR: interval out of range 2024-09-07 20:44:32.137 UTC [21163][client backend] [pg_regress/interval][38/91:0] STATEMENT: SELECT justify_interval(interval '2147483647 months 30 days'); 2024-09-07 20:44:32.137 UTC [21163][client backend] [pg_regress/interval][38/92:0] ERROR: interval out of range 2024-09-07 20:44:32.137 UTC [21163][client backend] [pg_regress/interval][38/92:0] STATEMENT: SELECT justify_interval(interval '-2147483648 months -30 days'); 2024-09-07 20:44:32.138 UTC [21163][client backend] [pg_regress/interval][38/95:0] ERROR: interval out of range 2024-09-07 20:44:32.138 UTC [21163][client backend] [pg_regress/interval][38/95:0] STATEMENT: SELECT justify_interval(interval '2147483647 months -30 days 1440 hrs'); 2024-09-07 20:44:32.138 UTC [21163][client backend] [pg_regress/interval][38/96:0] ERROR: interval out of range 2024-09-07 20:44:32.138 UTC [21163][client backend] [pg_regress/interval][38/96:0] STATEMENT: SELECT justify_interval(interval '-2147483648 months 30 days -1440 hrs'); 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/101:0] ERROR: invalid input syntax for type interval: "1 second 2 seconds" at character 8 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/101:0] STATEMENT: SELECT '1 second 2 seconds'::interval; 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/102:0] ERROR: invalid input syntax for type interval: "10 milliseconds 20 milliseconds" at character 8 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/102:0] STATEMENT: SELECT '10 milliseconds 20 milliseconds'::interval; 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/103:0] ERROR: invalid input syntax for type interval: "5.5 seconds 3 milliseconds" at character 8 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/103:0] STATEMENT: SELECT '5.5 seconds 3 milliseconds'::interval; 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/104:0] ERROR: invalid input syntax for type interval: "1:20:05 5 microseconds" at character 8 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/104:0] STATEMENT: SELECT '1:20:05 5 microseconds'::interval; 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/105:0] ERROR: invalid input syntax for type interval: "1 day 1 day" at character 8 2024-09-07 20:44:32.139 UTC [21163][client backend] [pg_regress/interval][38/105:0] STATEMENT: SELECT '1 day 1 day'::interval; 2024-09-07 20:44:32.139 UTC [21165][client backend] [pg_regress/timestamptz][41/103:0] ERROR: timestamp out of range: "4714-11-23 23:59:59+00 BC" at character 8 2024-09-07 20:44:32.139 UTC [21165][client backend] [pg_regress/timestamptz][41/103:0] STATEMENT: SELECT '4714-11-23 23:59:59+00 BC'::timestamptz; 2024-09-07 20:44:32.140 UTC [21165][client backend] [pg_regress/timestamptz][41/106:0] ERROR: timestamp out of range: "294277-01-01 00:00:00+00" at character 8 2024-09-07 20:44:32.140 UTC [21165][client backend] [pg_regress/timestamptz][41/106:0] STATEMENT: SELECT '294277-01-01 00:00:00+00'::timestamptz; 2024-09-07 20:44:32.140 UTC [21165][client backend] [pg_regress/timestamptz][41/107:0] ERROR: timestamp out of range: "294277-12-31 16:00:00-08" at character 8 2024-09-07 20:44:32.140 UTC [21165][client backend] [pg_regress/timestamptz][41/107:0] STATEMENT: SELECT '294277-12-31 16:00:00-08'::timestamptz; 2024-09-07 20:44:32.144 UTC [21163][client backend] [pg_regress/interval][38/123:0] ERROR: invalid input syntax for type interval: "1 2" at character 17 2024-09-07 20:44:32.144 UTC [21163][client backend] [pg_regress/interval][38/123:0] STATEMENT: SELECT interval '1 2' day to minute; 2024-09-07 20:44:32.149 UTC [21163][client backend] [pg_regress/interval][38/126:0] ERROR: invalid input syntax for type interval: "1 2" at character 17 2024-09-07 20:44:32.149 UTC [21163][client backend] [pg_regress/interval][38/126:0] STATEMENT: SELECT interval '1 2' day to second; 2024-09-07 20:44:32.149 UTC [21163][client backend] [pg_regress/interval][38/129:0] ERROR: invalid input syntax for type interval: "1 2" at character 17 2024-09-07 20:44:32.149 UTC [21163][client backend] [pg_regress/interval][38/129:0] STATEMENT: SELECT interval '1 2' hour to minute; 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/142:0] ERROR: step size cannot equal zero 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/142:0] STATEMENT: select * from generate_series('2020-01-01 00:00'::timestamp, '2020-01-02 03:00'::timestamp, '0 hour'::interval); 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/143:0] ERROR: step size cannot be infinite 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/143:0] STATEMENT: select generate_series(timestamp '1995-08-06 12:12:12', timestamp '1996-08-06 12:12:12', interval 'infinity'); 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/144:0] ERROR: step size cannot be infinite 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/144:0] STATEMENT: select generate_series(timestamp '1995-08-06 12:12:12', timestamp '1996-08-06 12:12:12', interval '-infinity'); 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/145:0] ERROR: interval out of range 2024-09-07 20:44:32.153 UTC [21160][client backend] [pg_regress/timestamp][35/145:0] STATEMENT: select timestamp 'infinity' - timestamp 'infinity'; 2024-09-07 20:44:32.154 UTC [21160][client backend] [pg_regress/timestamp][35/148:0] ERROR: interval out of range 2024-09-07 20:44:32.154 UTC [21160][client backend] [pg_regress/timestamp][35/148:0] STATEMENT: select timestamp '-infinity' - timestamp '-infinity'; 2024-09-07 20:44:32.154 UTC [21163][client backend] [pg_regress/interval][38/132:0] ERROR: invalid input syntax for type interval: "1 2" at character 17 2024-09-07 20:44:32.154 UTC [21163][client backend] [pg_regress/interval][38/132:0] STATEMENT: SELECT interval '1 2' hour to second; 2024-09-07 20:44:32.155 UTC [21163][client backend] [pg_regress/interval][38/135:0] ERROR: invalid input syntax for type interval: "1 2" at character 17 2024-09-07 20:44:32.155 UTC [21163][client backend] [pg_regress/interval][38/135:0] STATEMENT: SELECT interval '1 2' minute to second; 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/143:0] ERROR: invalid input syntax for type interval: "123 11" at character 17 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/143:0] STATEMENT: SELECT interval '123 11' day; 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/144:0] ERROR: invalid input syntax for type interval: "123 11" at character 17 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/144:0] STATEMENT: SELECT interval '123 11'; 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/145:0] ERROR: invalid input syntax for type interval: "123 2:03 -2:04" at character 17 2024-09-07 20:44:32.156 UTC [21163][client backend] [pg_regress/interval][38/145:0] STATEMENT: SELECT interval '123 2:03 -2:04'; 2024-09-07 20:44:32.157 UTC [21160][client backend] [pg_regress/timestamp][35/153:0] ERROR: interval out of range 2024-09-07 20:44:32.157 UTC [21160][client backend] [pg_regress/timestamp][35/153:0] STATEMENT: select age(timestamp 'infinity', timestamp 'infinity'); 2024-09-07 20:44:32.157 UTC [21160][client backend] [pg_regress/timestamp][35/156:0] ERROR: interval out of range 2024-09-07 20:44:32.157 UTC [21160][client backend] [pg_regress/timestamp][35/156:0] STATEMENT: select age(timestamp '-infinity', timestamp '-infinity'); 2024-09-07 20:44:32.157 UTC [21165][client backend] [pg_regress/timestamptz][41/123:0] ERROR: timestamps cannot be binned into intervals containing months or years 2024-09-07 20:44:32.157 UTC [21165][client backend] [pg_regress/timestamptz][41/123:0] STATEMENT: SELECT date_bin('5 months'::interval, timestamp with time zone '2020-02-01 01:01:01+00', timestamp with time zone '2001-01-01+00'); 2024-09-07 20:44:32.158 UTC [21165][client backend] [pg_regress/timestamptz][41/124:0] ERROR: timestamps cannot be binned into intervals containing months or years 2024-09-07 20:44:32.158 UTC [21165][client backend] [pg_regress/timestamptz][41/124:0] STATEMENT: SELECT date_bin('5 years'::interval, timestamp with time zone '2020-02-01 01:01:01+00', timestamp with time zone '2001-01-01+00'); 2024-09-07 20:44:32.158 UTC [21165][client backend] [pg_regress/timestamptz][41/125:0] ERROR: stride must be greater than zero 2024-09-07 20:44:32.158 UTC [21165][client backend] [pg_regress/timestamptz][41/125:0] STATEMENT: SELECT date_bin('0 days'::interval, timestamp with time zone '1970-01-01 01:00:00+00' , timestamp with time zone '1970-01-01 00:00:00+00'); 2024-09-07 20:44:32.161 UTC [21163][client backend] [pg_regress/interval][38/151:0] ERROR: invalid input syntax for type interval: "1 2.345" at character 17 2024-09-07 20:44:32.161 UTC [21163][client backend] [pg_regress/interval][38/151:0] STATEMENT: SELECT interval '1 2.345' day to second(2); 2024-09-07 20:44:32.161 UTC [21160][client backend] [pg_regress/timestamp][:0] LOG: disconnection: session time: 0:00:00.579 user=postgres database=regression host=[local] 2024-09-07 20:44:32.161 UTC [21163][client backend] [pg_regress/interval][38/155:0] ERROR: invalid input syntax for type interval: "1 2.345" at character 17 2024-09-07 20:44:32.161 UTC [21163][client backend] [pg_regress/interval][38/155:0] STATEMENT: SELECT interval '1 2.345' hour to second(2); 2024-09-07 20:44:32.162 UTC [21163][client backend] [pg_regress/interval][38/158:0] ERROR: invalid input syntax for type interval: "1 2.3456" at character 17 2024-09-07 20:44:32.162 UTC [21163][client backend] [pg_regress/interval][38/158:0] STATEMENT: SELECT interval '1 2.3456' minute to second(2); 2024-09-07 20:44:32.162 UTC [21163][client backend] [pg_regress/interval][38/161:0] ERROR: interval out of range at character 17 2024-09-07 20:44:32.162 UTC [21163][client backend] [pg_regress/interval][38/161:0] STATEMENT: SELECT interval '2562047788:00:54.775807' second(2); 2024-09-07 20:44:32.169 UTC [21163][client backend] [pg_regress/interval][38/162:0] ERROR: interval out of range at character 17 2024-09-07 20:44:32.169 UTC [21163][client backend] [pg_regress/interval][38/162:0] STATEMENT: SELECT interval '-2562047788:00:54.775807' second(2); 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/126:0] ERROR: stride must be greater than zero 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/126:0] STATEMENT: SELECT date_bin('-2 days'::interval, timestamp with time zone '1970-01-01 01:00:00+00' , timestamp with time zone '1970-01-01 00:00:00+00'); 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/127:0] ERROR: interval out of range 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/127:0] STATEMENT: select date_bin('15 minutes'::interval, timestamptz '294276-12-30', timestamptz '4000-12-20 BC'); 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/128:0] ERROR: interval out of range 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/128:0] STATEMENT: select date_bin('200000000 days'::interval, '2024-02-01'::timestamptz, '2024-01-01'::timestamptz); 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/129:0] ERROR: timestamp out of range 2024-09-07 20:44:32.177 UTC [21165][client backend] [pg_regress/timestamptz][41/129:0] STATEMENT: select date_bin('365000 days'::interval, '4400-01-01 BC'::timestamptz, '4000-01-01 BC'::timestamptz); 2024-09-07 20:44:32.181 UTC [21163][client backend] [pg_regress/interval][38/172:0] ERROR: invalid input syntax for type interval: "" at character 18 2024-09-07 20:44:32.181 UTC [21163][client backend] [pg_regress/interval][38/172:0] STATEMENT: SELECT interval ''; 2024-09-07 20:44:32.192 UTC [21163][client backend] [pg_regress/interval][38/186:0] ERROR: invalid input syntax for type interval: "P.Y0M3DT4H5M6S" at character 17 2024-09-07 20:44:32.192 UTC [21163][client backend] [pg_regress/interval][38/186:0] STATEMENT: select interval 'P.Y0M3DT4H5M6S'; 2024-09-07 20:44:32.194 UTC [21165][client backend] [pg_regress/timestamptz][41/141:0] ERROR: interval out of range 2024-09-07 20:44:32.194 UTC [21165][client backend] [pg_regress/timestamptz][41/141:0] STATEMENT: SELECT timestamptz '294276-12-31 23:59:59 UTC' - timestamptz '1999-12-23 19:59:04.224192 UTC' AS overflows; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/206:0] ERROR: interval field value out of range: "2147483648 years" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/206:0] STATEMENT: select interval '2147483648 years'; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/207:0] ERROR: interval field value out of range: "-2147483649 years" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/207:0] STATEMENT: select interval '-2147483649 years'; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/208:0] ERROR: interval field value out of range: "2147483648 months" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/208:0] STATEMENT: select interval '2147483648 months'; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/209:0] ERROR: interval field value out of range: "-2147483649 months" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/209:0] STATEMENT: select interval '-2147483649 months'; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/210:0] ERROR: interval field value out of range: "2147483648 days" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/210:0] STATEMENT: select interval '2147483648 days'; 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/211:0] ERROR: interval field value out of range: "-2147483649 days" at character 17 2024-09-07 20:44:32.202 UTC [21163][client backend] [pg_regress/interval][38/211:0] STATEMENT: select interval '-2147483649 days'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/212:0] ERROR: interval field value out of range: "2562047789 hours" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/212:0] STATEMENT: select interval '2562047789 hours'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/213:0] ERROR: interval field value out of range: "-2562047789 hours" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/213:0] STATEMENT: select interval '-2562047789 hours'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/214:0] ERROR: interval field value out of range: "153722867281 minutes" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/214:0] STATEMENT: select interval '153722867281 minutes'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/215:0] ERROR: interval field value out of range: "-153722867281 minutes" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/215:0] STATEMENT: select interval '-153722867281 minutes'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/216:0] ERROR: interval field value out of range: "9223372036855 seconds" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/216:0] STATEMENT: select interval '9223372036855 seconds'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/217:0] ERROR: interval field value out of range: "-9223372036855 seconds" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/217:0] STATEMENT: select interval '-9223372036855 seconds'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/218:0] ERROR: interval field value out of range: "9223372036854777 millisecond" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/218:0] STATEMENT: select interval '9223372036854777 millisecond'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/219:0] ERROR: interval field value out of range: "-9223372036854777 millisecond" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/219:0] STATEMENT: select interval '-9223372036854777 millisecond'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/220:0] ERROR: interval field value out of range: "9223372036854775808 microsecond" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/220:0] STATEMENT: select interval '9223372036854775808 microsecond'; 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/221:0] ERROR: interval field value out of range: "-9223372036854775809 microsecond" at character 17 2024-09-07 20:44:32.203 UTC [21163][client backend] [pg_regress/interval][38/221:0] STATEMENT: select interval '-9223372036854775809 microsecond'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/222:0] ERROR: interval field value out of range: "P2147483648" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/222:0] STATEMENT: select interval 'P2147483648'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/223:0] ERROR: interval field value out of range: "P-2147483649" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/223:0] STATEMENT: select interval 'P-2147483649'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/224:0] ERROR: interval out of range at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/224:0] STATEMENT: select interval 'P1-2147483647-2147483647'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/225:0] ERROR: interval field value out of range: "PT2562047789" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/225:0] STATEMENT: select interval 'PT2562047789'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/226:0] ERROR: interval field value out of range: "PT-2562047789" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/226:0] STATEMENT: select interval 'PT-2562047789'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/227:0] ERROR: interval field value out of range: "2147483647 weeks" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/227:0] STATEMENT: select interval '2147483647 weeks'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/228:0] ERROR: interval field value out of range: "-2147483648 weeks" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/228:0] STATEMENT: select interval '-2147483648 weeks'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/229:0] ERROR: interval field value out of range: "2147483647 decades" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/229:0] STATEMENT: select interval '2147483647 decades'; 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/230:0] ERROR: interval field value out of range: "-2147483648 decades" at character 17 2024-09-07 20:44:32.204 UTC [21163][client backend] [pg_regress/interval][38/230:0] STATEMENT: select interval '-2147483648 decades'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/231:0] ERROR: interval field value out of range: "2147483647 centuries" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/231:0] STATEMENT: select interval '2147483647 centuries'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/232:0] ERROR: interval field value out of range: "-2147483648 centuries" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/232:0] STATEMENT: select interval '-2147483648 centuries'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/233:0] ERROR: interval field value out of range: "2147483647 millennium" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/233:0] STATEMENT: select interval '2147483647 millennium'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/234:0] ERROR: interval field value out of range: "-2147483648 millennium" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/234:0] STATEMENT: select interval '-2147483648 millennium'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/235:0] ERROR: interval field value out of range: "1 week 2147483647 days" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/235:0] STATEMENT: select interval '1 week 2147483647 days'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/236:0] ERROR: interval field value out of range: "-1 week -2147483648 days" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/236:0] STATEMENT: select interval '-1 week -2147483648 days'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/237:0] ERROR: interval field value out of range: "2147483647 days 1 week" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/237:0] STATEMENT: select interval '2147483647 days 1 week'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/238:0] ERROR: interval field value out of range: "-2147483648 days -1 week" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/238:0] STATEMENT: select interval '-2147483648 days -1 week'; 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/239:0] ERROR: interval field value out of range: "P1W2147483647D" at character 17 2024-09-07 20:44:32.205 UTC [21163][client backend] [pg_regress/interval][38/239:0] STATEMENT: select interval 'P1W2147483647D'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/240:0] ERROR: interval field value out of range: "P-1W-2147483648D" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/240:0] STATEMENT: select interval 'P-1W-2147483648D'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/241:0] ERROR: interval field value out of range: "P2147483647D1W" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/241:0] STATEMENT: select interval 'P2147483647D1W'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/242:0] ERROR: interval field value out of range: "P-2147483648D-1W" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/242:0] STATEMENT: select interval 'P-2147483648D-1W'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/243:0] ERROR: interval field value out of range: "1 decade 2147483647 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/243:0] STATEMENT: select interval '1 decade 2147483647 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/244:0] ERROR: interval field value out of range: "1 century 2147483647 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/244:0] STATEMENT: select interval '1 century 2147483647 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/245:0] ERROR: interval field value out of range: "1 millennium 2147483647 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/245:0] STATEMENT: select interval '1 millennium 2147483647 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/246:0] ERROR: interval field value out of range: "-1 decade -2147483648 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/246:0] STATEMENT: select interval '-1 decade -2147483648 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/247:0] ERROR: interval field value out of range: "-1 century -2147483648 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/247:0] STATEMENT: select interval '-1 century -2147483648 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/248:0] ERROR: interval field value out of range: "-1 millennium -2147483648 years" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/248:0] STATEMENT: select interval '-1 millennium -2147483648 years'; 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/249:0] ERROR: interval field value out of range: "2147483647 years 1 decade" at character 17 2024-09-07 20:44:32.206 UTC [21163][client backend] [pg_regress/interval][38/249:0] STATEMENT: select interval '2147483647 years 1 decade'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/250:0] ERROR: interval field value out of range: "2147483647 years 1 century" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/250:0] STATEMENT: select interval '2147483647 years 1 century'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/251:0] ERROR: interval field value out of range: "2147483647 years 1 millennium" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/251:0] STATEMENT: select interval '2147483647 years 1 millennium'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/252:0] ERROR: interval field value out of range: "-2147483648 years -1 decade" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/252:0] STATEMENT: select interval '-2147483648 years -1 decade'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/253:0] ERROR: interval field value out of range: "-2147483648 years -1 century" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/253:0] STATEMENT: select interval '-2147483648 years -1 century'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/254:0] ERROR: interval field value out of range: "-2147483648 years -1 millennium" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/254:0] STATEMENT: select interval '-2147483648 years -1 millennium'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/255:0] ERROR: interval field value out of range: "0.1 millennium 2147483647 months" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/255:0] STATEMENT: select interval '0.1 millennium 2147483647 months'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/256:0] ERROR: interval field value out of range: "0.1 centuries 2147483647 months" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/256:0] STATEMENT: select interval '0.1 centuries 2147483647 months'; 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/257:0] ERROR: interval field value out of range: "0.1 decades 2147483647 months" at character 17 2024-09-07 20:44:32.207 UTC [21163][client backend] [pg_regress/interval][38/257:0] STATEMENT: select interval '0.1 decades 2147483647 months'; 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/258:0] ERROR: interval field value out of range: "0.1 yrs 2147483647 months" at character 17 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/258:0] STATEMENT: select interval '0.1 yrs 2147483647 months'; 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/259:0] ERROR: interval field value out of range: "-0.1 millennium -2147483648 months" at character 17 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/259:0] STATEMENT: select interval '-0.1 millennium -2147483648 months'; 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/260:0] ERROR: interval field value out of range: "-0.1 centuries -2147483648 months" at character 17 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/260:0] STATEMENT: select interval '-0.1 centuries -2147483648 months'; 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/261:0] ERROR: interval field value out of range: "-0.1 decades -2147483648 months" at character 17 2024-09-07 20:44:32.208 UTC [21163][client backend] [pg_regress/interval][38/261:0] STATEMENT: select interval '-0.1 decades -2147483648 months'; 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/262:0] ERROR: interval field value out of range: "-0.1 yrs -2147483648 months" at character 17 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/262:0] STATEMENT: select interval '-0.1 yrs -2147483648 months'; 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/263:0] ERROR: interval field value out of range: "2147483647 months 0.1 millennium" at character 17 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/263:0] STATEMENT: select interval '2147483647 months 0.1 millennium'; 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/264:0] ERROR: interval field value out of range: "2147483647 months 0.1 centuries" at character 17 2024-09-07 20:44:32.213 UTC [21163][client backend] [pg_regress/interval][38/264:0] STATEMENT: select interval '2147483647 months 0.1 centuries'; 2024-09-07 20:44:32.214 UTC [21163][client backend] [pg_regress/interval][38/265:0] ERROR: interval field value out of range: "2147483647 months 0.1 decades" at character 17 2024-09-07 20:44:32.214 UTC [21163][client backend] [pg_regress/interval][38/265:0] STATEMENT: select interval '2147483647 months 0.1 decades'; 2024-09-07 20:44:32.214 UTC [21163][client backend] [pg_regress/interval][38/266:0] ERROR: interval field value out of range: "2147483647 months 0.1 yrs" at character 17 2024-09-07 20:44:32.214 UTC [21163][client backend] [pg_regress/interval][38/266:0] STATEMENT: select interval '2147483647 months 0.1 yrs'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/267:0] ERROR: interval field value out of range: "-2147483648 months -0.1 millennium" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/267:0] STATEMENT: select interval '-2147483648 months -0.1 millennium'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/268:0] ERROR: interval field value out of range: "-2147483648 months -0.1 centuries" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/268:0] STATEMENT: select interval '-2147483648 months -0.1 centuries'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/269:0] ERROR: interval field value out of range: "-2147483648 months -0.1 decades" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/269:0] STATEMENT: select interval '-2147483648 months -0.1 decades'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/270:0] ERROR: interval field value out of range: "-2147483648 months -0.1 yrs" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/270:0] STATEMENT: select interval '-2147483648 months -0.1 yrs'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/271:0] ERROR: interval field value out of range: "0.1 months 2147483647 days" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/271:0] STATEMENT: select interval '0.1 months 2147483647 days'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/272:0] ERROR: interval field value out of range: "-0.1 months -2147483648 days" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/272:0] STATEMENT: select interval '-0.1 months -2147483648 days'; 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/273:0] ERROR: interval field value out of range: "2147483647 days 0.1 months" at character 17 2024-09-07 20:44:32.215 UTC [21163][client backend] [pg_regress/interval][38/273:0] STATEMENT: select interval '2147483647 days 0.1 months'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/274:0] ERROR: interval field value out of range: "-2147483648 days -0.1 months" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/274:0] STATEMENT: select interval '-2147483648 days -0.1 months'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/275:0] ERROR: interval field value out of range: "0.5 weeks 2147483647 days" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/275:0] STATEMENT: select interval '0.5 weeks 2147483647 days'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/276:0] ERROR: interval field value out of range: "-0.5 weeks -2147483648 days" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/276:0] STATEMENT: select interval '-0.5 weeks -2147483648 days'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/277:0] ERROR: interval field value out of range: "2147483647 days 0.5 weeks" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/277:0] STATEMENT: select interval '2147483647 days 0.5 weeks'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/278:0] ERROR: interval field value out of range: "-2147483648 days -0.5 weeks" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/278:0] STATEMENT: select interval '-2147483648 days -0.5 weeks'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/279:0] ERROR: interval field value out of range: "0.01 months 9223372036854775807 microseconds" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/279:0] STATEMENT: select interval '0.01 months 9223372036854775807 microseconds'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/280:0] ERROR: interval field value out of range: "-0.01 months -9223372036854775808 microseconds" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/280:0] STATEMENT: select interval '-0.01 months -9223372036854775808 microseconds'; 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/281:0] ERROR: interval field value out of range: "9223372036854775807 microseconds 0.01 months" at character 17 2024-09-07 20:44:32.216 UTC [21163][client backend] [pg_regress/interval][38/281:0] STATEMENT: select interval '9223372036854775807 microseconds 0.01 months'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/282:0] ERROR: interval field value out of range: "-9223372036854775808 microseconds -0.01 months" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/282:0] STATEMENT: select interval '-9223372036854775808 microseconds -0.01 months'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/283:0] ERROR: interval field value out of range: "0.1 weeks 9223372036854775807 microseconds" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/283:0] STATEMENT: select interval '0.1 weeks 9223372036854775807 microseconds'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/284:0] ERROR: interval field value out of range: "-0.1 weeks -9223372036854775808 microseconds" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/284:0] STATEMENT: select interval '-0.1 weeks -9223372036854775808 microseconds'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/285:0] ERROR: interval field value out of range: "9223372036854775807 microseconds 0.1 weeks" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/285:0] STATEMENT: select interval '9223372036854775807 microseconds 0.1 weeks'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/286:0] ERROR: interval field value out of range: "-9223372036854775808 microseconds -0.1 weeks" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/286:0] STATEMENT: select interval '-9223372036854775808 microseconds -0.1 weeks'; 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/287:0] ERROR: interval field value out of range: "0.1 days 9223372036854775807 microseconds" at character 17 2024-09-07 20:44:32.217 UTC [21163][client backend] [pg_regress/interval][38/287:0] STATEMENT: select interval '0.1 days 9223372036854775807 microseconds'; 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/288:0] ERROR: interval field value out of range: "-0.1 days -9223372036854775808 microseconds" at character 17 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/288:0] STATEMENT: select interval '-0.1 days -9223372036854775808 microseconds'; 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/289:0] ERROR: interval field value out of range: "9223372036854775807 microseconds 0.1 days" at character 17 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/289:0] STATEMENT: select interval '9223372036854775807 microseconds 0.1 days'; 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/290:0] ERROR: interval field value out of range: "-9223372036854775808 microseconds -0.1 days" at character 17 2024-09-07 20:44:32.218 UTC [21163][client backend] [pg_regress/interval][38/290:0] STATEMENT: select interval '-9223372036854775808 microseconds -0.1 days'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/291:0] ERROR: interval field value out of range: "P0.1Y2147483647M" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/291:0] STATEMENT: select interval 'P0.1Y2147483647M'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/292:0] ERROR: interval field value out of range: "P-0.1Y-2147483648M" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/292:0] STATEMENT: select interval 'P-0.1Y-2147483648M'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/293:0] ERROR: interval field value out of range: "P2147483647M0.1Y" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/293:0] STATEMENT: select interval 'P2147483647M0.1Y'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/294:0] ERROR: interval field value out of range: "P-2147483648M-0.1Y" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/294:0] STATEMENT: select interval 'P-2147483648M-0.1Y'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/295:0] ERROR: interval field value out of range: "P0.1M2147483647D" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/295:0] STATEMENT: select interval 'P0.1M2147483647D'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/296:0] ERROR: interval field value out of range: "P-0.1M-2147483648D" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/296:0] STATEMENT: select interval 'P-0.1M-2147483648D'; 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/297:0] ERROR: interval field value out of range: "P2147483647D0.1M" at character 17 2024-09-07 20:44:32.219 UTC [21163][client backend] [pg_regress/interval][38/297:0] STATEMENT: select interval 'P2147483647D0.1M'; 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/298:0] ERROR: interval field value out of range: "P-2147483648D-0.1M" at character 17 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/298:0] STATEMENT: select interval 'P-2147483648D-0.1M'; 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/299:0] ERROR: interval field value out of range: "P0.5W2147483647D" at character 17 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/299:0] STATEMENT: select interval 'P0.5W2147483647D'; 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/300:0] ERROR: interval field value out of range: "P-0.5W-2147483648D" at character 17 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/300:0] STATEMENT: select interval 'P-0.5W-2147483648D'; 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/301:0] ERROR: interval field value out of range: "P2147483647D0.5W" at character 17 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/301:0] STATEMENT: select interval 'P2147483647D0.5W'; 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/302:0] ERROR: interval field value out of range: "P-2147483648D-0.5W" at character 17 2024-09-07 20:44:32.220 UTC [21163][client backend] [pg_regress/interval][38/302:0] STATEMENT: select interval 'P-2147483648D-0.5W'; 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/303:0] ERROR: interval field value out of range: "P0.01MT2562047788H54.775807S" at character 17 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/303:0] STATEMENT: select interval 'P0.01MT2562047788H54.775807S'; 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/304:0] ERROR: interval field value out of range: "P-0.01MT-2562047788H-54.775808S" at character 17 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/304:0] STATEMENT: select interval 'P-0.01MT-2562047788H-54.775808S'; 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/305:0] ERROR: interval field value out of range: "P0.1DT2562047788H54.775807S" at character 17 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/305:0] STATEMENT: select interval 'P0.1DT2562047788H54.775807S'; 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/306:0] ERROR: interval field value out of range: "P-0.1DT-2562047788H-54.775808S" at character 17 2024-09-07 20:44:32.221 UTC [21163][client backend] [pg_regress/interval][38/306:0] STATEMENT: select interval 'P-0.1DT-2562047788H-54.775808S'; 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/307:0] ERROR: interval field value out of range: "PT2562047788.1H54.775807S" at character 17 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/307:0] STATEMENT: select interval 'PT2562047788.1H54.775807S'; 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/308:0] ERROR: interval field value out of range: "PT-2562047788.1H-54.775808S" at character 17 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/308:0] STATEMENT: select interval 'PT-2562047788.1H-54.775808S'; 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/309:0] ERROR: interval field value out of range: "PT2562047788H0.1M54.775807S" at character 17 2024-09-07 20:44:32.231 UTC [21163][client backend] [pg_regress/interval][38/309:0] STATEMENT: select interval 'PT2562047788H0.1M54.775807S'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/310:0] ERROR: interval field value out of range: "PT-2562047788H-0.1M-54.775808S" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/310:0] STATEMENT: select interval 'PT-2562047788H-0.1M-54.775808S'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/311:0] ERROR: interval field value out of range: "P0.1-2147483647-00" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/311:0] STATEMENT: select interval 'P0.1-2147483647-00'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/312:0] ERROR: interval field value out of range: "P00-0.1-2147483647" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/312:0] STATEMENT: select interval 'P00-0.1-2147483647'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/313:0] ERROR: interval field value out of range: "P00-0.01-00T2562047788:00:54.775807" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/313:0] STATEMENT: select interval 'P00-0.01-00T2562047788:00:54.775807'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/314:0] ERROR: interval field value out of range: "P00-00-0.1T2562047788:00:54.775807" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/314:0] STATEMENT: select interval 'P00-00-0.1T2562047788:00:54.775807'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/315:0] ERROR: interval field value out of range: "PT2562047788.1:00:54.775807" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/315:0] STATEMENT: select interval 'PT2562047788.1:00:54.775807'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/316:0] ERROR: interval field value out of range: "PT2562047788:01.:54.775807" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/316:0] STATEMENT: select interval 'PT2562047788:01.:54.775807'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/317:0] ERROR: interval field value out of range: "0.1 2562047788:0:54.775807" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/317:0] STATEMENT: select interval '0.1 2562047788:0:54.775807'; 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/318:0] ERROR: interval field value out of range: "0.1 2562047788:0:54.775808 ago" at character 17 2024-09-07 20:44:32.232 UTC [21163][client backend] [pg_regress/interval][38/318:0] STATEMENT: select interval '0.1 2562047788:0:54.775808 ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/319:0] ERROR: interval field value out of range: "2562047788.1:0:54.775807" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/319:0] STATEMENT: select interval '2562047788.1:0:54.775807'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/320:0] ERROR: interval field value out of range: "2562047788.1:0:54.775808 ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/320:0] STATEMENT: select interval '2562047788.1:0:54.775808 ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/321:0] ERROR: invalid input syntax for type interval: "2562047788:0.1:54.775807" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/321:0] STATEMENT: select interval '2562047788:0.1:54.775807'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/322:0] ERROR: invalid input syntax for type interval: "2562047788:0.1:54.775808 ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/322:0] STATEMENT: select interval '2562047788:0.1:54.775808 ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/323:0] ERROR: interval field value out of range: "-2147483648 months ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/323:0] STATEMENT: select interval '-2147483648 months ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/324:0] ERROR: interval field value out of range: "-2147483648 days ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/324:0] STATEMENT: select interval '-2147483648 days ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/325:0] ERROR: interval field value out of range: "-9223372036854775808 microseconds ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/325:0] STATEMENT: select interval '-9223372036854775808 microseconds ago'; 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/326:0] ERROR: interval field value out of range: "-2147483648 months -2147483648 days -9223372036854775808 microseconds ago" at character 17 2024-09-07 20:44:32.233 UTC [21163][client backend] [pg_regress/interval][38/326:0] STATEMENT: select interval '-2147483648 months -2147483648 days -9223372036854775808 microseconds ago'; 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/327:0] ERROR: interval out of range 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/327:0] STATEMENT: select make_interval(years := 178956971); 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/328:0] ERROR: interval out of range 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/328:0] STATEMENT: select make_interval(years := -178956971); 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/329:0] ERROR: interval out of range 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/329:0] STATEMENT: select make_interval(years := 1, months := 2147483647); 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/330:0] ERROR: interval out of range 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/330:0] STATEMENT: select make_interval(years := -1, months := -2147483648); 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/331:0] ERROR: interval out of range 2024-09-07 20:44:32.234 UTC [21163][client backend] [pg_regress/interval][38/331:0] STATEMENT: select make_interval(weeks := 306783379); 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/206:0] ERROR: invalid input syntax for type numeric time zone: "2" 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/206:0] HINT: Numeric time zones must have "-" or "+" as first character. 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/206:0] STATEMENT: SELECT make_timestamptz(1973, 07, 15, 08, 15, 55.33, '2'); 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/207:0] ERROR: numeric time zone "+16" out of range 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/207:0] STATEMENT: SELECT make_timestamptz(2014, 12, 10, 10, 10, 10, '+16'); 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/208:0] ERROR: numeric time zone "-16" out of range 2024-09-07 20:44:32.239 UTC [21165][client backend] [pg_regress/timestamptz][41/208:0] STATEMENT: SELECT make_timestamptz(2014, 12, 10, 10, 10, 10, '-16'); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/332:0] ERROR: interval out of range 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/332:0] STATEMENT: select make_interval(weeks := -306783379); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/333:0] ERROR: interval out of range 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/333:0] STATEMENT: select make_interval(weeks := 1, days := 2147483647); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/334:0] ERROR: interval out of range 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/334:0] STATEMENT: select make_interval(weeks := -1, days := -2147483648); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/335:0] ERROR: value out of range: overflow 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/335:0] STATEMENT: select make_interval(secs := 1e308); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/336:0] ERROR: interval out of range 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/336:0] STATEMENT: select make_interval(secs := 1e18); 2024-09-07 20:44:32.241 UTC [21165][client backend] [pg_regress/timestamptz][41/214:0] ERROR: time zone "Nehwon/Lankhmar" not recognized 2024-09-07 20:44:32.241 UTC [21165][client backend] [pg_regress/timestamptz][41/214:0] STATEMENT: SELECT make_timestamptz(1910, 12, 24, 0, 0, 0, 'Nehwon/Lankhmar'); 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/337:0] ERROR: interval out of range 2024-09-07 20:44:32.241 UTC [21163][client backend] [pg_regress/interval][38/337:0] STATEMENT: select make_interval(secs := -1e18); 2024-09-07 20:44:32.243 UTC [21165][client backend] [pg_regress/timestamptz][41/221:0] ERROR: step size cannot equal zero 2024-09-07 20:44:32.243 UTC [21165][client backend] [pg_regress/timestamptz][41/221:0] STATEMENT: select * from generate_series('2020-01-01 00:00'::timestamptz, '2020-01-02 03:00'::timestamptz, '0 hour'::interval); 2024-09-07 20:44:32.243 UTC [21165][client backend] [pg_regress/timestamptz][41/222:0] ERROR: step size cannot be infinite 2024-09-07 20:44:32.243 UTC [21165][client backend] [pg_regress/timestamptz][41/222:0] STATEMENT: select generate_series(timestamptz '1995-08-06 12:12:12', timestamptz '1996-08-06 12:12:12', interval 'infinity'); 2024-09-07 20:44:32.244 UTC [21165][client backend] [pg_regress/timestamptz][41/223:0] ERROR: step size cannot be infinite 2024-09-07 20:44:32.244 UTC [21165][client backend] [pg_regress/timestamptz][41/223:0] STATEMENT: select generate_series(timestamptz '1995-08-06 12:12:12', timestamptz '1996-08-06 12:12:12', interval '-infinity'); 2024-09-07 20:44:32.244 UTC [21163][client backend] [pg_regress/interval][38/338:0] ERROR: interval out of range 2024-09-07 20:44:32.244 UTC [21163][client backend] [pg_regress/interval][38/338:0] STATEMENT: select make_interval(mins := 1, secs := 9223372036800.0); 2024-09-07 20:44:32.244 UTC [21163][client backend] [pg_regress/interval][38/339:0] ERROR: interval out of range 2024-09-07 20:44:32.244 UTC [21163][client backend] [pg_regress/interval][38/339:0] STATEMENT: select make_interval(mins := -1, secs := -9223372036800.0); 2024-09-07 20:44:32.250 UTC [21163][client backend] [pg_regress/interval][38/355:0] ERROR: integer out of range 2024-09-07 20:44:32.250 UTC [21163][client backend] [pg_regress/interval][38/355:0] STATEMENT: select make_interval(years := 'inf'::float::int); 2024-09-07 20:44:32.250 UTC [21163][client backend] [pg_regress/interval][38/356:0] ERROR: integer out of range 2024-09-07 20:44:32.250 UTC [21163][client backend] [pg_regress/interval][38/356:0] STATEMENT: select make_interval(months := 'NaN'::float::int); 2024-09-07 20:44:32.251 UTC [21163][client backend] [pg_regress/interval][38/357:0] ERROR: interval out of range 2024-09-07 20:44:32.251 UTC [21163][client backend] [pg_regress/interval][38/357:0] STATEMENT: select make_interval(secs := 'inf'); 2024-09-07 20:44:32.251 UTC [21163][client backend] [pg_regress/interval][38/358:0] ERROR: interval out of range 2024-09-07 20:44:32.251 UTC [21163][client backend] [pg_regress/interval][38/358:0] STATEMENT: select make_interval(secs := 'NaN'); 2024-09-07 20:44:32.253 UTC [21163][client backend] [pg_regress/interval][38/362:0] ERROR: unit "fortnight" not recognized for type interval 2024-09-07 20:44:32.253 UTC [21163][client backend] [pg_regress/interval][38/362:0] STATEMENT: SELECT EXTRACT(FORTNIGHT FROM INTERVAL '2 days'); 2024-09-07 20:44:32.261 UTC [21163][client backend] [pg_regress/interval][38/363:0] ERROR: unit "timezone" not supported for type interval 2024-09-07 20:44:32.261 UTC [21163][client backend] [pg_regress/interval][38/363:0] STATEMENT: SELECT EXTRACT(TIMEZONE FROM INTERVAL '2 days'); 2024-09-07 20:44:32.280 UTC [21162][client backend] [pg_regress/strings][37/305:0] ERROR: negative substring length not allowed 2024-09-07 20:44:32.280 UTC [21162][client backend] [pg_regress/strings][37/305:0] STATEMENT: SELECT substr(f1, 5, -1) from toasttest; 2024-09-07 20:44:32.296 UTC [21165][client backend] [pg_regress/timestamptz][41/296:0] ERROR: timestamp cannot be NaN 2024-09-07 20:44:32.296 UTC [21165][client backend] [pg_regress/timestamptz][41/296:0] STATEMENT: SELECT to_timestamp('NaN'::float); 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/384:0] ERROR: interval out of range 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/384:0] STATEMENT: SELECT interval '2147483646 months 2147483646 days 9223372036854775806 us' + interval '1 month 1 day 1 us'; 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/385:0] ERROR: interval out of range 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/385:0] STATEMENT: SELECT interval '-2147483647 months -2147483647 days -9223372036854775807 us' + interval '-1 month -1 day -1 us'; 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/386:0] ERROR: interval out of range 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/386:0] STATEMENT: SELECT interval '2147483646 months 2147483646 days 9223372036854775806 us' - interval '-1 month -1 day -1 us'; 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/387:0] ERROR: interval out of range 2024-09-07 20:44:32.303 UTC [21163][client backend] [pg_regress/interval][38/387:0] STATEMENT: SELECT interval '-2147483647 months -2147483647 days -9223372036854775807 us' - interval '1 month 1 day 1 us'; 2024-09-07 20:44:32.325 UTC [21163][client backend] [pg_regress/interval][38/390:0] ERROR: cannot add infinite interval to time 2024-09-07 20:44:32.325 UTC [21163][client backend] [pg_regress/interval][38/390:0] STATEMENT: SELECT time '11:27:42' + interval 'infinity'; 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/391:0] ERROR: cannot add infinite interval to time 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/391:0] STATEMENT: SELECT time '11:27:42' + interval '-infinity'; 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/392:0] ERROR: cannot subtract infinite interval from time 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/392:0] STATEMENT: SELECT time '11:27:42' - interval 'infinity'; 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/393:0] ERROR: cannot subtract infinite interval from time 2024-09-07 20:44:32.327 UTC [21163][client backend] [pg_regress/interval][38/393:0] STATEMENT: SELECT time '11:27:42' - interval '-infinity'; 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/394:0] ERROR: cannot add infinite interval to time 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/394:0] STATEMENT: SELECT timetz '11:27:42' + interval 'infinity'; 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/395:0] ERROR: cannot add infinite interval to time 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/395:0] STATEMENT: SELECT timetz '11:27:42' + interval '-infinity'; 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/396:0] ERROR: cannot subtract infinite interval from time 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/396:0] STATEMENT: SELECT timetz '11:27:42' - interval 'infinity'; 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/397:0] ERROR: cannot subtract infinite interval from time 2024-09-07 20:44:32.328 UTC [21163][client backend] [pg_regress/interval][38/397:0] STATEMENT: SELECT timetz '11:27:42' - interval '-infinity'; 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/400:0] ERROR: interval out of range 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/400:0] STATEMENT: SELECT -interval '-2147483647 months -2147483647 days -9223372036854775807 us'; 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/401:0] ERROR: interval out of range 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/401:0] STATEMENT: SELECT interval 'infinity' * 'nan'; 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/402:0] ERROR: interval out of range 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/402:0] STATEMENT: SELECT interval '-infinity' * 'nan'; 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/403:0] ERROR: interval out of range 2024-09-07 20:44:32.332 UTC [21163][client backend] [pg_regress/interval][38/403:0] STATEMENT: SELECT interval '-1073741824 months -1073741824 days -4611686018427387904 us' * 2; 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/404:0] ERROR: interval out of range 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/404:0] STATEMENT: SELECT interval 'infinity' * 0; 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/405:0] ERROR: interval out of range 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/405:0] STATEMENT: SELECT interval '-infinity' * 0; 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/406:0] ERROR: interval out of range 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/406:0] STATEMENT: SELECT interval '0 days' * 'infinity'::float; 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/407:0] ERROR: interval out of range 2024-09-07 20:44:32.333 UTC [21163][client backend] [pg_regress/interval][38/407:0] STATEMENT: SELECT interval '0 days' * '-infinity'::float; 2024-09-07 20:44:32.334 UTC [21163][client backend] [pg_regress/interval][38/410:0] ERROR: interval out of range 2024-09-07 20:44:32.334 UTC [21163][client backend] [pg_regress/interval][38/410:0] STATEMENT: SELECT interval 'infinity' / 'infinity'; 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/411:0] ERROR: interval out of range 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/411:0] STATEMENT: SELECT interval 'infinity' / '-infinity'; 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/412:0] ERROR: interval out of range 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/412:0] STATEMENT: SELECT interval 'infinity' / 'nan'; 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/413:0] ERROR: interval out of range 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/413:0] STATEMENT: SELECT interval '-infinity' / 'infinity'; 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/414:0] ERROR: interval out of range 2024-09-07 20:44:32.335 UTC [21163][client backend] [pg_regress/interval][38/414:0] STATEMENT: SELECT interval '-infinity' / '-infinity'; 2024-09-07 20:44:32.336 UTC [21163][client backend] [pg_regress/interval][38/415:0] ERROR: interval out of range 2024-09-07 20:44:32.336 UTC [21163][client backend] [pg_regress/interval][38/415:0] STATEMENT: SELECT interval '-infinity' / 'nan'; 2024-09-07 20:44:32.336 UTC [21163][client backend] [pg_regress/interval][38/416:0] ERROR: interval out of range 2024-09-07 20:44:32.336 UTC [21163][client backend] [pg_regress/interval][38/416:0] STATEMENT: SELECT interval '-1073741824 months -1073741824 days -4611686018427387904 us' / 0.5; 2024-09-07 20:44:32.337 UTC [21163][client backend] [pg_regress/interval][38/417:0] ERROR: timestamps cannot be binned into infinite intervals 2024-09-07 20:44:32.337 UTC [21163][client backend] [pg_regress/interval][38/417:0] STATEMENT: SELECT date_bin('infinity', timestamp '2001-02-16 20:38:40', timestamp '2001-02-16 20:05:00'); 2024-09-07 20:44:32.337 UTC [21163][client backend] [pg_regress/interval][38/418:0] ERROR: timestamps cannot be binned into infinite intervals 2024-09-07 20:44:32.337 UTC [21163][client backend] [pg_regress/interval][38/418:0] STATEMENT: SELECT date_bin('-infinity', timestamp '2001-02-16 20:38:40', timestamp '2001-02-16 20:05:00'); 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/421:0] ERROR: interval time zone "infinity" must be finite 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/421:0] STATEMENT: SELECT timezone('infinity'::interval, '1995-08-06 12:12:12'::timestamp); 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/422:0] ERROR: interval time zone "-infinity" must be finite 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/422:0] STATEMENT: SELECT timezone('-infinity'::interval, '1995-08-06 12:12:12'::timestamp); 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/423:0] ERROR: interval time zone "infinity" must be finite 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/423:0] STATEMENT: SELECT timezone('infinity'::interval, '1995-08-06 12:12:12'::timestamptz); 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/424:0] ERROR: interval time zone "-infinity" must be finite 2024-09-07 20:44:32.348 UTC [21163][client backend] [pg_regress/interval][38/424:0] STATEMENT: SELECT timezone('-infinity'::interval, '1995-08-06 12:12:12'::timestamptz); 2024-09-07 20:44:32.349 UTC [21163][client backend] [pg_regress/interval][38/425:0] ERROR: interval time zone "infinity" must be finite 2024-09-07 20:44:32.349 UTC [21163][client backend] [pg_regress/interval][38/425:0] STATEMENT: SELECT timezone('infinity'::interval, '12:12:12'::time); 2024-09-07 20:44:32.350 UTC [21163][client backend] [pg_regress/interval][38/426:0] ERROR: interval time zone "-infinity" must be finite 2024-09-07 20:44:32.350 UTC [21163][client backend] [pg_regress/interval][38/426:0] STATEMENT: SELECT timezone('-infinity'::interval, '12:12:12'::time); 2024-09-07 20:44:32.350 UTC [21165][client backend] [pg_regress/timestamptz][41/340:0] ERROR: interval out of range 2024-09-07 20:44:32.350 UTC [21165][client backend] [pg_regress/timestamptz][41/340:0] STATEMENT: SELECT timestamptz 'infinity' - timestamptz 'infinity'; 2024-09-07 20:44:32.350 UTC [21163][client backend] [pg_regress/interval][38/427:0] ERROR: interval time zone "infinity" must be finite 2024-09-07 20:44:32.350 UTC [21163][client backend] [pg_regress/interval][38/427:0] STATEMENT: SELECT timezone('infinity'::interval, '12:12:12'::timetz); 2024-09-07 20:44:32.357 UTC [21165][client backend] [pg_regress/timestamptz][41/343:0] ERROR: interval out of range 2024-09-07 20:44:32.357 UTC [21165][client backend] [pg_regress/timestamptz][41/343:0] STATEMENT: SELECT timestamptz '-infinity' - timestamptz '-infinity'; 2024-09-07 20:44:32.359 UTC [21165][client backend] [pg_regress/timestamptz][41/348:0] ERROR: interval out of range 2024-09-07 20:44:32.359 UTC [21165][client backend] [pg_regress/timestamptz][41/348:0] STATEMENT: SELECT age(timestamptz 'infinity', timestamptz 'infinity'); 2024-09-07 20:44:32.359 UTC [21165][client backend] [pg_regress/timestamptz][41/351:0] ERROR: interval out of range 2024-09-07 20:44:32.359 UTC [21165][client backend] [pg_regress/timestamptz][41/351:0] STATEMENT: SELECT age(timestamptz '-infinity', timestamptz '-infinity'); 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/428:0] ERROR: interval time zone "-infinity" must be finite 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/428:0] STATEMENT: SELECT timezone('-infinity'::interval, '12:12:12'::timetz); 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/429:0] ERROR: cannot convert infinite interval to time 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/429:0] STATEMENT: SELECT 'infinity'::interval::time; 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/430:0] ERROR: cannot convert infinite interval to time 2024-09-07 20:44:32.361 UTC [21163][client backend] [pg_regress/interval][38/430:0] STATEMENT: SELECT '-infinity'::interval::time; 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/433:0] ERROR: invalid input syntax for type interval: "42 days 2 seconds ago ago" at character 17 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/433:0] STATEMENT: SELECT INTERVAL '42 days 2 seconds ago ago'; 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/434:0] ERROR: invalid input syntax for type interval: "2 minutes ago 5 days" at character 17 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/434:0] STATEMENT: SELECT INTERVAL '2 minutes ago 5 days'; 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/435:0] ERROR: invalid input syntax for type interval: "hour 5 months" at character 17 2024-09-07 20:44:32.362 UTC [21163][client backend] [pg_regress/interval][38/435:0] STATEMENT: SELECT INTERVAL 'hour 5 months'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/436:0] ERROR: invalid input syntax for type interval: "1 year months days 5 hours" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/436:0] STATEMENT: SELECT INTERVAL '1 year months days 5 hours'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/437:0] ERROR: invalid input syntax for type interval: "now" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/437:0] STATEMENT: SELECT INTERVAL 'now'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/438:0] ERROR: invalid input syntax for type interval: "today" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/438:0] STATEMENT: SELECT INTERVAL 'today'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/439:0] ERROR: invalid input syntax for type interval: "tomorrow" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/439:0] STATEMENT: SELECT INTERVAL 'tomorrow'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/440:0] ERROR: invalid input syntax for type interval: "allballs" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/440:0] STATEMENT: SELECT INTERVAL 'allballs'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/441:0] ERROR: invalid input syntax for type interval: "epoch" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/441:0] STATEMENT: SELECT INTERVAL 'epoch'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/442:0] ERROR: invalid input syntax for type interval: "yesterday" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/442:0] STATEMENT: SELECT INTERVAL 'yesterday'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/443:0] ERROR: invalid input syntax for type interval: "infinity years" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/443:0] STATEMENT: SELECT INTERVAL 'infinity years'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/444:0] ERROR: invalid input syntax for type interval: "infinity ago" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/444:0] STATEMENT: SELECT INTERVAL 'infinity ago'; 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/445:0] ERROR: invalid input syntax for type interval: "+infinity -infinity" at character 17 2024-09-07 20:44:32.363 UTC [21163][client backend] [pg_regress/interval][38/445:0] STATEMENT: SELECT INTERVAL '+infinity -infinity'; 2024-09-07 20:44:32.367 UTC [21163][client backend] [pg_regress/interval][:0] LOG: disconnection: session time: 0:00:00.736 user=postgres database=regression host=[local] 2024-09-07 20:44:32.369 UTC [21165][client backend] [pg_regress/timestamptz][:0] LOG: disconnection: session time: 0:00:00.692 user=postgres database=regression host=[local] 2024-09-07 20:44:32.449 UTC [21162][client backend] [pg_regress/strings][37/329:0] ERROR: negative substring length not allowed 2024-09-07 20:44:32.449 UTC [21162][client backend] [pg_regress/strings][37/329:0] STATEMENT: SELECT substr(f1, 5, -1) from toasttest; 2024-09-07 20:44:32.496 UTC [21162][client backend] [pg_regress/strings][37/353:0] ERROR: field position must not be zero 2024-09-07 20:44:32.496 UTC [21162][client backend] [pg_regress/strings][37/353:0] STATEMENT: select split_part('joeuser@mydatabase','@',0) AS "an error"; 2024-09-07 20:44:32.540 UTC [21153][client backend] [pg_regress/point][:0] LOG: disconnection: session time: 0:00:01.014 user=postgres database=regression host=[local] 2024-09-07 20:44:32.548 UTC [21162][client backend] [pg_regress/strings][37/396:0] ERROR: index 99 out of valid range, 0..71 2024-09-07 20:44:32.548 UTC [21162][client backend] [pg_regress/strings][37/396:0] STATEMENT: SELECT get_bit('\x1234567890abcdef00'::bytea, 99); 2024-09-07 20:44:32.548 UTC [21162][client backend] [pg_regress/strings][37/398:0] ERROR: index 99 out of valid range, 0..71 2024-09-07 20:44:32.548 UTC [21162][client backend] [pg_regress/strings][37/398:0] STATEMENT: SELECT set_bit('\x1234567890abcdef00'::bytea, 99, 0); 2024-09-07 20:44:32.549 UTC [21162][client backend] [pg_regress/strings][37/400:0] ERROR: index 99 out of valid range, 0..8 2024-09-07 20:44:32.549 UTC [21162][client backend] [pg_regress/strings][37/400:0] STATEMENT: SELECT get_byte('\x1234567890abcdef00'::bytea, 99); 2024-09-07 20:44:32.549 UTC [21162][client backend] [pg_regress/strings][37/402:0] ERROR: index 99 out of valid range, 0..8 2024-09-07 20:44:32.549 UTC [21162][client backend] [pg_regress/strings][37/402:0] STATEMENT: SELECT set_byte('\x1234567890abcdef00'::bytea, 99, 11); 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 8 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 24 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 42 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 62 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 80 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] WARNING: nonstandard use of \\ in a string literal at character 98 2024-09-07 20:44:32.551 UTC [21162][client backend] [pg_regress/strings][37/413:0] HINT: Use the escape string syntax for backslashes, e.g., E'\\'. 2024-09-07 20:44:32.578 UTC [21162][client backend] [pg_regress/strings][37/439:0] ERROR: null character not permitted 2024-09-07 20:44:32.578 UTC [21162][client backend] [pg_regress/strings][37/439:0] STATEMENT: SELECT chr(0); 2024-09-07 20:44:32.591 UTC [21162][client backend] [pg_regress/strings][37/446:0] ERROR: negative substring length not allowed 2024-09-07 20:44:32.591 UTC [21162][client backend] [pg_regress/strings][37/446:0] STATEMENT: SELECT SUBSTRING('string'::bytea FROM -10 FOR -2147483646) AS "error"; 2024-09-07 20:44:32.601 UTC [21162][client backend] [pg_regress/strings][37/460:0] ERROR: invalid Unicode surrogate pair 2024-09-07 20:44:32.601 UTC [21162][client backend] [pg_regress/strings][37/460:0] STATEMENT: SELECT unistr('wrong: \db99'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/461:0] ERROR: invalid Unicode surrogate pair 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/461:0] STATEMENT: SELECT unistr('wrong: \db99\0061'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/462:0] ERROR: invalid Unicode surrogate pair 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/462:0] STATEMENT: SELECT unistr('wrong: \+00db99\+000061'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/463:0] ERROR: invalid Unicode code point: 2FFFFF 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/463:0] STATEMENT: SELECT unistr('wrong: \+2FFFFF'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/464:0] ERROR: invalid Unicode surrogate pair 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/464:0] STATEMENT: SELECT unistr('wrong: \udb99\u0061'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/465:0] ERROR: invalid Unicode surrogate pair 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/465:0] STATEMENT: SELECT unistr('wrong: \U0000db99\U00000061'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/466:0] ERROR: invalid Unicode code point: 2FFFFF 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/466:0] STATEMENT: SELECT unistr('wrong: \U002FFFFF'); 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/467:0] ERROR: invalid Unicode escape 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/467:0] HINT: Unicode escapes must be \XXXX, \+XXXXXX, \uXXXX, or \UXXXXXXXX. 2024-09-07 20:44:32.602 UTC [21162][client backend] [pg_regress/strings][37/467:0] STATEMENT: SELECT unistr('wrong: \xyz'); 2024-09-07 20:44:32.606 UTC [21162][client backend] [pg_regress/strings][:0] LOG: disconnection: session time: 0:00:00.975 user=postgres database=regression host=[local] 2024-09-07 20:44:32.722 UTC [21156][client backend] [pg_regress/polygon][:0] LOG: disconnection: session time: 0:00:01.177 user=postgres database=regression host=[local] 2024-09-07 20:44:32.920 UTC [21154][client backend] [pg_regress/box][:0] LOG: disconnection: session time: 0:00:01.379 user=postgres database=regression host=[local] 2024-09-07 20:44:32.923 UTC [21166][client backend] [pg_regress/multirangetypes][39/518:0] ERROR: value for domain restrictedmultirange violates check constraint "restrictedmultirange_check" 2024-09-07 20:44:32.923 UTC [21166][client backend] [pg_regress/multirangetypes][39/518:0] STATEMENT: select '{[4,50)}'::restrictedmultirange @> 7; 2024-09-07 20:44:32.940 UTC [21166][client backend] [pg_regress/multirangetypes][39/524:1727] ERROR: type "intmultirange" already exists 2024-09-07 20:44:32.940 UTC [21166][client backend] [pg_regress/multirangetypes][39/524:1727] DETAIL: Failed while creating a multirange type for type "intrange". 2024-09-07 20:44:32.940 UTC [21166][client backend] [pg_regress/multirangetypes][39/524:1727] HINT: You can manually specify a multirange type name using the "multirange_type_name" attribute. 2024-09-07 20:44:32.940 UTC [21166][client backend] [pg_regress/multirangetypes][39/524:1727] STATEMENT: create type intrange as range(subtype=int); 2024-09-07 20:44:32.951 UTC [21166][client backend] [pg_regress/multirangetypes][39/527:1730] ERROR: type "intr_multirange" already exists 2024-09-07 20:44:32.951 UTC [21166][client backend] [pg_regress/multirangetypes][39/527:1730] DETAIL: Failed while creating a multirange type for type "intr". 2024-09-07 20:44:32.951 UTC [21166][client backend] [pg_regress/multirangetypes][39/527:1730] HINT: You can manually specify a multirange type name using the "multirange_type_name" attribute. 2024-09-07 20:44:32.951 UTC [21166][client backend] [pg_regress/multirangetypes][39/527:1730] STATEMENT: create type intr as range(subtype=int); 2024-09-07 20:44:32.954 UTC [21166][client backend] [pg_regress/multirangetypes][39/529:1732] ERROR: type "int4" already exists 2024-09-07 20:44:32.954 UTC [21166][client backend] [pg_regress/multirangetypes][39/529:1732] STATEMENT: create type textrange1 as range(subtype=text, multirange_type_name=int, collation="C"); 2024-09-07 20:44:32.960 UTC [21166][client backend] [pg_regress/multirangetypes][39/532:0] ERROR: function multirange_of_text(textrange2) does not exist at character 8 2024-09-07 20:44:32.960 UTC [21166][client backend] [pg_regress/multirangetypes][39/532:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:32.960 UTC [21166][client backend] [pg_regress/multirangetypes][39/532:0] STATEMENT: select multirange_of_text(textrange2('a','Z')); 2024-09-07 20:44:32.960 UTC [21166][client backend] [pg_regress/multirangetypes][39/533:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:32.960 UTC [21166][client backend] [pg_regress/multirangetypes][39/533:0] STATEMENT: select multirange_of_text(textrange1('a','Z')) @> 'b'::text; 2024-09-07 20:44:32.987 UTC [21166][client backend] [pg_regress/multirangetypes][39/540:0] ERROR: cannot alter multirange type multitextrange1 2024-09-07 20:44:32.987 UTC [21166][client backend] [pg_regress/multirangetypes][39/540:0] HINT: You can alter type textrange1, which will alter the multirange type as well. 2024-09-07 20:44:32.987 UTC [21166][client backend] [pg_regress/multirangetypes][39/540:0] STATEMENT: alter type multitextrange1 owner to regress_multirange_owner; 2024-09-07 20:44:32.989 UTC [21166][client backend] [pg_regress/multirangetypes][39/543:0] ERROR: cannot set privileges of multirange types 2024-09-07 20:44:32.989 UTC [21166][client backend] [pg_regress/multirangetypes][39/543:0] HINT: Set the privileges of the range type instead. 2024-09-07 20:44:32.989 UTC [21166][client backend] [pg_regress/multirangetypes][39/543:0] STATEMENT: revoke usage on type multitextrange1 from public; 2024-09-07 20:44:33.101 UTC [21166][client backend] [pg_regress/multirangetypes][39/548:0] ERROR: permission denied for type multitextrange1 2024-09-07 20:44:33.101 UTC [21166][client backend] [pg_regress/multirangetypes][39/548:0] STATEMENT: create temp table test2(f1 multitextrange1[]); 2024-09-07 20:44:33.128 UTC [21166][client backend] [pg_regress/multirangetypes][39/555:0] ERROR: function anyarray_anymultirange_func(integer[], nummultirange) does not exist at character 8 2024-09-07 20:44:33.128 UTC [21166][client backend] [pg_regress/multirangetypes][39/555:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.128 UTC [21166][client backend] [pg_regress/multirangetypes][39/555:0] STATEMENT: select anyarray_anymultirange_func(ARRAY[1,2], nummultirange(numrange(10,20))); 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/557:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/557:0] DETAIL: A result of type anymultirange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/557:0] STATEMENT: create function bogus_func(anyelement) returns anymultirange as 'select int4multirange(int4range(1,10))' language sql; 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/558:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/558:0] DETAIL: A result of type anymultirange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:33.129 UTC [21166][client backend] [pg_regress/multirangetypes][39/558:0] STATEMENT: create function bogus_func(int) returns anymultirange as 'select int4multirange(int4range(1,10))' language sql; 2024-09-07 20:44:33.133 UTC [21166][client backend] [pg_regress/multirangetypes][39/564:0] ERROR: function multirangetypes_sql(nummultirange, integer[]) does not exist at character 8 2024-09-07 20:44:33.133 UTC [21166][client backend] [pg_regress/multirangetypes][39/564:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.133 UTC [21166][client backend] [pg_regress/multirangetypes][39/564:0] STATEMENT: select multirangetypes_sql(nummultirange(numrange(1,10)), ARRAY[2,20]); 2024-09-07 20:44:33.135 UTC [21166][client backend] [pg_regress/multirangetypes][39/568:0] ERROR: function anycompatiblearray_anycompatiblemultirange_func(numeric[], int4multirange) does not exist at character 8 2024-09-07 20:44:33.135 UTC [21166][client backend] [pg_regress/multirangetypes][39/568:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.135 UTC [21166][client backend] [pg_regress/multirangetypes][39/568:0] STATEMENT: select anycompatiblearray_anycompatiblemultirange_func(ARRAY[1.1,2], multirange(int4range(10,20))); 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/572:0] ERROR: function anycompatiblerange_anycompatiblemultirange_func(numrange, int4multirange) does not exist at character 8 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/572:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/572:0] STATEMENT: select anycompatiblerange_anycompatiblemultirange_func(numrange(1,2), multirange(int4range(10,20))); 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/574:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/574:0] DETAIL: A result of type anycompatiblerange requires at least one input of type anycompatiblerange or anycompatiblemultirange. 2024-09-07 20:44:33.140 UTC [21166][client backend] [pg_regress/multirangetypes][39/574:0] STATEMENT: create function bogus_func(anycompatible) returns anycompatiblerange as 'select int4range(1,10)' language sql; 2024-09-07 20:44:33.159 UTC [21166][client backend] [pg_regress/multirangetypes][39/581:0] ERROR: range lower bound must be less than or equal to range upper bound 2024-09-07 20:44:33.159 UTC [21166][client backend] [pg_regress/multirangetypes][39/581:0] STATEMENT: select arraymultirange(arrayrange(ARRAY[2,1], ARRAY[1,2])); 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/605:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/605:0] DETAIL: A result of type anymultirange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/605:0] STATEMENT: create function mr_outparam_fail(i anyelement, out r anymultirange, out t text) as $$ select '[1,10]', 'foo' $$ language sql; 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/606:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/606:0] DETAIL: A result of type anymultirange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/606:0] STATEMENT: create function mr_inoutparam_fail(inout i anyelement, out r anymultirange) as $$ select $1, '[1,10]' $$ language sql; 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/607:0] ERROR: cannot determine result data type 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/607:0] DETAIL: A result of type anymultirange requires at least one input of type anyrange or anymultirange. 2024-09-07 20:44:33.214 UTC [21166][client backend] [pg_regress/multirangetypes][39/607:0] STATEMENT: create function mr_table_fail(i anyelement) returns table(i anyelement, r anymultirange) as $$ select $1, '[1,10]' $$ language sql; 2024-09-07 20:44:33.218 UTC [21166][client backend] [pg_regress/multirangetypes][:0] LOG: disconnection: session time: 0:00:01.549 user=postgres database=regression host=[local] 2024-09-07 20:44:33.676 UTC [21395][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.677 UTC [21395][client backend] [[unknown]][43/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.677 UTC [21395][client backend] [[unknown]][43/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/horology 2024-09-07 20:44:33.685 UTC [21395][client backend] [pg_regress/horology][43/18:0] ERROR: date/time field value out of range: "27/12/2001 04:05:06.789-08" at character 33 2024-09-07 20:44:33.685 UTC [21395][client backend] [pg_regress/horology][43/18:0] HINT: Perhaps you need a different "datestyle" setting. 2024-09-07 20:44:33.685 UTC [21395][client backend] [pg_regress/horology][43/18:0] STATEMENT: SELECT timestamp with time zone '27/12/2001 04:05:06.789-08'; 2024-09-07 20:44:33.709 UTC [21392][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.711 UTC [21395][client backend] [pg_regress/horology][43/48:0] ERROR: invalid input syntax for type time with time zone: "T040506.789 America/Los_Angeles" at character 28 2024-09-07 20:44:33.711 UTC [21395][client backend] [pg_regress/horology][43/48:0] STATEMENT: SELECT time with time zone 'T040506.789 America/Los_Angeles'; 2024-09-07 20:44:33.712 UTC [21392][client backend] [[unknown]][44/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.712 UTC [21392][client backend] [[unknown]][44/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/unicode 2024-09-07 20:44:33.714 UTC [21395][client backend] [pg_regress/horology][43/63:0] ERROR: invalid input syntax for type time: "T04" at character 31 2024-09-07 20:44:33.714 UTC [21395][client backend] [pg_regress/horology][43/63:0] STATEMENT: SELECT time without time zone 'T04'; 2024-09-07 20:44:33.717 UTC [21394][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.720 UTC [21401][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.722 UTC [21395][client backend] [pg_regress/horology][43/76:0] ERROR: invalid input syntax for type time with time zone: "T04+08" at character 28 2024-09-07 20:44:33.722 UTC [21395][client backend] [pg_regress/horology][43/76:0] STATEMENT: SELECT time with time zone 'T04+08'; 2024-09-07 20:44:33.722 UTC [21395][client backend] [pg_regress/horology][43/80:0] ERROR: invalid input syntax for type date: "1995-08-06 J J J" at character 13 2024-09-07 20:44:33.722 UTC [21395][client backend] [pg_regress/horology][43/80:0] STATEMENT: SELECT date '1995-08-06 J J J'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/81:0] ERROR: invalid input syntax for type date: "J J 1520447" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/81:0] STATEMENT: SELECT date 'J J 1520447'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/82:0] ERROR: invalid input syntax for type timestamp with time zone: "Y2001M12D27H04M05S06.789+08" at character 33 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/82:0] STATEMENT: SELECT timestamp with time zone 'Y2001M12D27H04M05S06.789+08'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/83:0] ERROR: invalid input syntax for type timestamp with time zone: "Y2001M12D27H04MM05S06.789-08" at character 33 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/83:0] STATEMENT: SELECT timestamp with time zone 'Y2001M12D27H04MM05S06.789-08'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/84:0] ERROR: invalid input syntax for type date: "1995-08-06 epoch" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/84:0] STATEMENT: SELECT date '1995-08-06 epoch'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/85:0] ERROR: invalid input syntax for type date: "1995-08-06 infinity" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/85:0] STATEMENT: SELECT date '1995-08-06 infinity'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/86:0] ERROR: invalid input syntax for type date: "1995-08-06 -infinity" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/86:0] STATEMENT: SELECT date '1995-08-06 -infinity'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/87:0] ERROR: invalid input syntax for type date: "today infinity" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/87:0] STATEMENT: SELECT date 'today infinity'; 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/88:0] ERROR: invalid input syntax for type date: "-infinity infinity" at character 13 2024-09-07 20:44:33.723 UTC [21395][client backend] [pg_regress/horology][43/88:0] STATEMENT: SELECT date '-infinity infinity'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/89:0] ERROR: invalid input syntax for type timestamp: "1995-08-06 epoch" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/89:0] STATEMENT: SELECT timestamp '1995-08-06 epoch'; 2024-09-07 20:44:33.724 UTC [21401][client backend] [[unknown]][46/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.724 UTC [21401][client backend] [[unknown]][46/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/opr_sanity 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/90:0] ERROR: invalid input syntax for type timestamp: "1995-08-06 infinity" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/90:0] STATEMENT: SELECT timestamp '1995-08-06 infinity'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/91:0] ERROR: invalid input syntax for type timestamp: "1995-08-06 -infinity" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/91:0] STATEMENT: SELECT timestamp '1995-08-06 -infinity'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/92:0] ERROR: invalid input syntax for type timestamp: "epoch 01:01:01" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/92:0] STATEMENT: SELECT timestamp 'epoch 01:01:01'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/93:0] ERROR: invalid input syntax for type timestamp: "infinity 01:01:01" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/93:0] STATEMENT: SELECT timestamp 'infinity 01:01:01'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/94:0] ERROR: invalid input syntax for type timestamp: "-infinity 01:01:01" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/94:0] STATEMENT: SELECT timestamp '-infinity 01:01:01'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/95:0] ERROR: invalid input syntax for type timestamp: "now epoch" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/95:0] STATEMENT: SELECT timestamp 'now epoch'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/96:0] ERROR: invalid input syntax for type timestamp: "-infinity infinity" at character 18 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/96:0] STATEMENT: SELECT timestamp '-infinity infinity'; 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/97:0] ERROR: invalid input syntax for type timestamp with time zone: "1995-08-06 epoch" at character 20 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/97:0] STATEMENT: SELECT timestamptz '1995-08-06 epoch'; 2024-09-07 20:44:33.724 UTC [21394][client backend] [[unknown]][45/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/98:0] ERROR: invalid input syntax for type timestamp with time zone: "1995-08-06 infinity" at character 20 2024-09-07 20:44:33.724 UTC [21395][client backend] [pg_regress/horology][43/98:0] STATEMENT: SELECT timestamptz '1995-08-06 infinity'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/99:0] ERROR: invalid input syntax for type timestamp with time zone: "1995-08-06 -infinity" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/99:0] STATEMENT: SELECT timestamptz '1995-08-06 -infinity'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/100:0] ERROR: invalid input syntax for type timestamp with time zone: "epoch 01:01:01" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/100:0] STATEMENT: SELECT timestamptz 'epoch 01:01:01'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/101:0] ERROR: invalid input syntax for type timestamp with time zone: "infinity 01:01:01" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/101:0] STATEMENT: SELECT timestamptz 'infinity 01:01:01'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/102:0] ERROR: invalid input syntax for type timestamp with time zone: "-infinity 01:01:01" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/102:0] STATEMENT: SELECT timestamptz '-infinity 01:01:01'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/103:0] ERROR: invalid input syntax for type timestamp with time zone: "now epoch" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/103:0] STATEMENT: SELECT timestamptz 'now epoch'; 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/104:0] ERROR: invalid input syntax for type timestamp with time zone: "-infinity infinity" at character 20 2024-09-07 20:44:33.725 UTC [21395][client backend] [pg_regress/horology][43/104:0] STATEMENT: SELECT timestamptz '-infinity infinity'; 2024-09-07 20:44:33.729 UTC [21395][client backend] [pg_regress/horology][43/111:0] ERROR: operator does not exist: date - time with time zone at character 26 2024-09-07 20:44:33.729 UTC [21395][client backend] [pg_regress/horology][43/111:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.729 UTC [21395][client backend] [pg_regress/horology][43/111:0] STATEMENT: SELECT date '1991-02-03' - time with time zone '04:05:06 UTC' AS "Subtract Time UTC"; 2024-09-07 20:44:33.730 UTC [21394][client backend] [[unknown]][45/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/tstypes 2024-09-07 20:44:33.738 UTC [21398][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.740 UTC [21395][client backend] [pg_regress/horology][43/119:0] ERROR: timestamp out of range 2024-09-07 20:44:33.740 UTC [21395][client backend] [pg_regress/horology][43/119:0] STATEMENT: SELECT timestamp without time zone '2000-01-01' - interval '2483590 days' AS "out of range"; 2024-09-07 20:44:33.740 UTC [21395][client backend] [pg_regress/horology][43/120:0] ERROR: timestamp out of range 2024-09-07 20:44:33.740 UTC [21395][client backend] [pg_regress/horology][43/120:0] STATEMENT: SELECT timestamp without time zone '294276-12-31 23:59:59' + interval '9223372036854775807 microseconds' AS "out of range"; 2024-09-07 20:44:33.740 UTC [21402][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.741 UTC [21405][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.747 UTC [21404][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.749 UTC [21406][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.751 UTC [21398][client backend] [[unknown]][47/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.751 UTC [21398][client backend] [[unknown]][47/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/mvcc 2024-09-07 20:44:33.758 UTC [21406][client backend] [[unknown]][51/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.758 UTC [21406][client backend] [[unknown]][51/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/xid 2024-09-07 20:44:33.760 UTC [21395][client backend] [pg_regress/horology][43/142:0] ERROR: timestamp out of range 2024-09-07 20:44:33.760 UTC [21395][client backend] [pg_regress/horology][43/142:0] STATEMENT: SELECT timestamp with time zone '2000-01-01' - interval '2483590 days' AS "out of range"; 2024-09-07 20:44:33.760 UTC [21395][client backend] [pg_regress/horology][43/143:0] ERROR: timestamp out of range 2024-09-07 20:44:33.760 UTC [21395][client backend] [pg_regress/horology][43/143:0] STATEMENT: SELECT timestamp with time zone '294276-12-31 23:59:59 UTC' + interval '9223372036854775807 microseconds' AS "out of range"; 2024-09-07 20:44:33.761 UTC [21409][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.761 UTC [21404][client backend] [[unknown]][50/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.761 UTC [21404][client backend] [[unknown]][50/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/misc_sanity 2024-09-07 20:44:33.762 UTC [21409][client backend] [[unknown]][52/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.762 UTC [21409][client backend] [[unknown]][52/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/comments 2024-09-07 20:44:33.765 UTC [21408][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.766 UTC [21408][client backend] [[unknown]][53/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.766 UTC [21408][client backend] [[unknown]][53/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/regex 2024-09-07 20:44:33.777 UTC [21402][client backend] [[unknown]][48/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.777 UTC [21402][client backend] [[unknown]][48/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/type_sanity 2024-09-07 20:44:33.780 UTC [21405][client backend] [[unknown]][49/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.780 UTC [21405][client backend] [[unknown]][49/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/geometry 2024-09-07 20:44:33.781 UTC [21394][client backend] [pg_regress/tstypes][45/17:0] ERROR: syntax error in tsvector: "'' '1' '2'" at character 8 2024-09-07 20:44:33.781 UTC [21394][client backend] [pg_regress/tstypes][45/17:0] STATEMENT: SELECT $$'' '1' '2'$$::tsvector; 2024-09-07 20:44:33.783 UTC [21392][client backend] [pg_regress/unicode][44/14:0] ERROR: invalid normalization form: def 2024-09-07 20:44:33.783 UTC [21392][client backend] [pg_regress/unicode][44/14:0] STATEMENT: SELECT "normalize"('abc', 'def'); 2024-09-07 20:44:33.790 UTC [21409][client backend] [pg_regress/comments][:0] LOG: disconnection: session time: 0:00:00.032 user=postgres database=regression host=[local] 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/3:0] ERROR: invalid input syntax for type xid: "" at character 8 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/3:0] STATEMENT: select ''::xid; 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/4:0] ERROR: invalid input syntax for type xid: "asdf" at character 8 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/4:0] STATEMENT: select 'asdf'::xid; 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/5:0] ERROR: invalid input syntax for type xid8: "" at character 8 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/5:0] STATEMENT: select ''::xid8; 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/6:0] ERROR: invalid input syntax for type xid8: "asdf" at character 8 2024-09-07 20:44:33.794 UTC [21406][client backend] [pg_regress/xid][51/6:0] STATEMENT: select 'asdf'::xid8; 2024-09-07 20:44:33.802 UTC [21392][client backend] [pg_regress/unicode][44/18:0] ERROR: invalid normalization form: def 2024-09-07 20:44:33.802 UTC [21392][client backend] [pg_regress/unicode][44/18:0] STATEMENT: SELECT is_normalized('abc', 'def'); 2024-09-07 20:44:33.803 UTC [21415][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.805 UTC [21392][client backend] [pg_regress/unicode][:0] LOG: disconnection: session time: 0:00:00.100 user=postgres database=regression host=[local] 2024-09-07 20:44:33.815 UTC [21408][client backend] [pg_regress/regex][53/21:0] ERROR: regexp_match() does not support the "global" option 2024-09-07 20:44:33.815 UTC [21408][client backend] [pg_regress/regex][53/21:0] HINT: Use the regexp_matches function instead. 2024-09-07 20:44:33.815 UTC [21408][client backend] [pg_regress/regex][53/21:0] STATEMENT: select regexp_match('abc', 'Bd', 'ig'); 2024-09-07 20:44:33.817 UTC [21414][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:33.818 UTC [21414][client backend] [[unknown]][54/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.818 UTC [21414][client backend] [[unknown]][54/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/expressions 2024-09-07 20:44:33.826 UTC [21395][client backend] [pg_regress/horology][43/169:0] ERROR: cannot cast type time with time zone to interval at character 8 2024-09-07 20:44:33.826 UTC [21395][client backend] [pg_regress/horology][43/169:0] STATEMENT: SELECT CAST(time with time zone '01:02-08' AS interval) AS "+00:01"; 2024-09-07 20:44:33.827 UTC [21395][client backend] [pg_regress/horology][43/170:0] ERROR: cannot cast type interval to time with time zone at character 8 2024-09-07 20:44:33.827 UTC [21395][client backend] [pg_regress/horology][43/170:0] STATEMENT: SELECT CAST(interval '02:03' AS time with time zone) AS "02:03:00-08"; 2024-09-07 20:44:33.831 UTC [21415][client backend] [[unknown]][55/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:33.831 UTC [21415][client backend] [[unknown]][55/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/database 2024-09-07 20:44:33.853 UTC [21406][client backend] [pg_regress/xid][51/19:0] ERROR: operator does not exist: xid < xid at character 17 2024-09-07 20:44:33.853 UTC [21406][client backend] [pg_regress/xid][51/19:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.853 UTC [21406][client backend] [pg_regress/xid][51/19:0] STATEMENT: select '1'::xid < '2'::xid; 2024-09-07 20:44:33.858 UTC [21406][client backend] [pg_regress/xid][51/20:0] ERROR: operator does not exist: xid <= xid at character 17 2024-09-07 20:44:33.858 UTC [21406][client backend] [pg_regress/xid][51/20:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.858 UTC [21406][client backend] [pg_regress/xid][51/20:0] STATEMENT: select '1'::xid <= '2'::xid; 2024-09-07 20:44:33.859 UTC [21406][client backend] [pg_regress/xid][51/21:0] ERROR: operator does not exist: xid > xid at character 17 2024-09-07 20:44:33.859 UTC [21406][client backend] [pg_regress/xid][51/21:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.859 UTC [21406][client backend] [pg_regress/xid][51/21:0] STATEMENT: select '1'::xid > '2'::xid; 2024-09-07 20:44:33.861 UTC [21406][client backend] [pg_regress/xid][51/22:0] ERROR: operator does not exist: xid >= xid at character 17 2024-09-07 20:44:33.861 UTC [21406][client backend] [pg_regress/xid][51/22:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:33.861 UTC [21406][client backend] [pg_regress/xid][51/22:0] STATEMENT: select '1'::xid >= '2'::xid; 2024-09-07 20:44:33.887 UTC [21414][client backend] [pg_regress/expressions][54/10:0] WARNING: TIME(7) WITH TIME ZONE precision reduced to maximum allowed, 6 2024-09-07 20:44:33.889 UTC [21405][client backend] [pg_regress/geometry][49/16:0] ERROR: value out of range: underflow 2024-09-07 20:44:33.889 UTC [21405][client backend] [pg_regress/geometry][49/16:0] STATEMENT: SELECT p1.f1, p2.f1, p1.f1 * p2.f1 FROM POINT_TBL p1, POINT_TBL p2 WHERE p1.f1[0] < 1; 2024-09-07 20:44:33.890 UTC [21414][client backend] [pg_regress/expressions][54/11:0] WARNING: TIMESTAMP(7) WITH TIME ZONE precision reduced to maximum allowed, 6 2024-09-07 20:44:33.891 UTC [21414][client backend] [pg_regress/expressions][54/12:0] WARNING: TIME(7) precision reduced to maximum allowed, 6 2024-09-07 20:44:33.893 UTC [21405][client backend] [pg_regress/geometry][49/18:0] ERROR: value out of range: overflow 2024-09-07 20:44:33.893 UTC [21405][client backend] [pg_regress/geometry][49/18:0] STATEMENT: SELECT p1.f1, p2.f1, p1.f1 / p2.f1 FROM POINT_TBL p1, POINT_TBL p2 WHERE p2.f1[0] > 1000; 2024-09-07 20:44:33.893 UTC [21405][client backend] [pg_regress/geometry][49/19:0] ERROR: division by zero 2024-09-07 20:44:33.893 UTC [21405][client backend] [pg_regress/geometry][49/19:0] STATEMENT: SELECT p1.f1, p2.f1, p1.f1 / p2.f1 FROM POINT_TBL p1, POINT_TBL p2 WHERE p2.f1 ~= '(0,0)'::point; 2024-09-07 20:44:33.896 UTC [21414][client backend] [pg_regress/expressions][54/13:0] WARNING: TIMESTAMP(7) precision reduced to maximum allowed, 6 2024-09-07 20:44:33.914 UTC [21404][client backend] [pg_regress/misc_sanity][:0] LOG: disconnection: session time: 0:00:00.172 user=postgres database=regression host=[local] 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/37:0] ERROR: invalid input syntax for type pg_snapshot: "31:12:" at character 8 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/37:0] STATEMENT: select '31:12:'::pg_snapshot; 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/38:0] ERROR: invalid input syntax for type pg_snapshot: "0:1:" at character 8 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/38:0] STATEMENT: select '0:1:'::pg_snapshot; 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/39:0] ERROR: invalid input syntax for type pg_snapshot: "12:13:0" at character 8 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/39:0] STATEMENT: select '12:13:0'::pg_snapshot; 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/40:0] ERROR: invalid input syntax for type pg_snapshot: "12:16:14,13" at character 8 2024-09-07 20:44:33.981 UTC [21406][client backend] [pg_regress/xid][51/40:0] STATEMENT: select '12:16:14,13'::pg_snapshot; 2024-09-07 20:44:34.040 UTC [21394][client backend] [pg_regress/tstypes][45/228:0] ERROR: lexeme array may not contain nulls 2024-09-07 20:44:34.040 UTC [21394][client backend] [pg_regress/tstypes][45/228:0] STATEMENT: SELECT array_to_tsvector(ARRAY['base','hidden','rebel','spaceship', NULL]); 2024-09-07 20:44:34.041 UTC [21394][client backend] [pg_regress/tstypes][45/229:0] ERROR: lexeme array may not contain empty strings 2024-09-07 20:44:34.041 UTC [21394][client backend] [pg_regress/tstypes][45/229:0] STATEMENT: SELECT array_to_tsvector(ARRAY['base','hidden','rebel','spaceship', '']); 2024-09-07 20:44:34.044 UTC [21406][client backend] [pg_regress/xid][51/61:0] ERROR: invalid input syntax for type pg_snapshot: "1:9223372036854775808:3" at character 20 2024-09-07 20:44:34.044 UTC [21406][client backend] [pg_regress/xid][51/61:0] STATEMENT: SELECT pg_snapshot '1:9223372036854775808:3'; 2024-09-07 20:44:34.048 UTC [21394][client backend] [pg_regress/tstypes][45/239:0] ERROR: weight array may not contain nulls 2024-09-07 20:44:34.048 UTC [21394][client backend] [pg_regress/tstypes][45/239:0] STATEMENT: SELECT ts_filter('base hidden rebel spaceship strike'::tsvector, '{a,b,NULL}'); 2024-09-07 20:44:34.049 UTC [21405][client backend] [pg_regress/geometry][49/42:0] ERROR: operator does not exist: lseg # point at character 23 2024-09-07 20:44:34.049 UTC [21405][client backend] [pg_regress/geometry][49/42:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:34.049 UTC [21405][client backend] [pg_regress/geometry][49/42:0] STATEMENT: SELECT p.f1, l.s, l.s # p.f1 AS intersection FROM LSEG_TBL l, POINT_TBL p; 2024-09-07 20:44:34.053 UTC [21394][client backend] [pg_regress/tstypes][:0] LOG: disconnection: session time: 0:00:00.336 user=postgres database=regression host=[local] 2024-09-07 20:44:34.118 UTC [21406][client backend] [pg_regress/xid][:0] LOG: disconnection: session time: 0:00:00.372 user=postgres database=regression host=[local] 2024-09-07 20:44:34.129 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait flush-all 2024-09-07 20:44:34.199 UTC [21414][client backend] [pg_regress/expressions][54/24:0] ERROR: operator does not exist: point = box at character 23 2024-09-07 20:44:34.199 UTC [21414][client backend] [pg_regress/expressions][54/24:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:34.199 UTC [21414][client backend] [pg_regress/expressions][54/24:0] STATEMENT: select '(0,0)'::point in ('(0,0,0,0)'::box, point(0,0)); 2024-09-07 20:44:34.213 UTC [21405][client backend] [pg_regress/geometry][49/83:0] ERROR: open path cannot be converted to polygon 2024-09-07 20:44:34.213 UTC [21405][client backend] [pg_regress/geometry][49/83:0] STATEMENT: SELECT f1, f1::polygon FROM PATH_TBL WHERE isopen(f1); 2024-09-07 20:44:34.231 UTC [21398][client backend] [pg_regress/mvcc][:0] LOG: disconnection: session time: 0:00:00.495 user=postgres database=regression host=[local] 2024-09-07 20:44:34.271 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 3900 buffers (23.8%); 0 WAL file(s) added, 0 removed, 2 recycled; write=0.117 s, sync=0.001 s, total=0.143 s; sync files=0, longest=0.000 s, average=0.000 s; distance=28426 kB, estimate=28426 kB; lsn=0/3199478, redo lsn=0/30E7A00 2024-09-07 20:44:34.274 UTC [21405][client backend] [pg_regress/geometry][49/94:0] ERROR: division by zero 2024-09-07 20:44:34.274 UTC [21405][client backend] [pg_regress/geometry][49/94:0] STATEMENT: SELECT p.f1, p1.f1, p.f1 / p1.f1 FROM PATH_TBL p, POINT_TBL p1 WHERE p1.f1 ~= '(0,0)'::point; 2024-09-07 20:44:34.306 UTC [21414][client backend] [pg_regress/expressions][:0] LOG: disconnection: session time: 0:00:00.504 user=postgres database=regression host=[local] 2024-09-07 20:44:34.436 UTC [21402][client backend] [pg_regress/type_sanity][:0] LOG: disconnection: session time: 0:00:00.699 user=postgres database=regression host=[local] 2024-09-07 20:44:34.497 UTC [21405][client backend] [pg_regress/geometry][49/123:0] ERROR: must request at least 2 points 2024-09-07 20:44:34.497 UTC [21405][client backend] [pg_regress/geometry][49/123:0] STATEMENT: SELECT f1, polygon(1, f1) FROM CIRCLE_TBL WHERE f1 >= '<(0,0),1>'; 2024-09-07 20:44:34.498 UTC [21405][client backend] [pg_regress/geometry][49/124:0] ERROR: cannot convert circle with radius zero to polygon 2024-09-07 20:44:34.498 UTC [21405][client backend] [pg_regress/geometry][49/124:0] STATEMENT: SELECT f1, polygon(10, f1) FROM CIRCLE_TBL WHERE f1 < '<(0,0),1>'; 2024-09-07 20:44:34.581 UTC [21405][client backend] [pg_regress/geometry][49/149:0] ERROR: value out of range: overflow 2024-09-07 20:44:34.581 UTC [21405][client backend] [pg_regress/geometry][49/149:0] STATEMENT: SELECT c.f1, p.f1, c.f1 / p.f1 FROM CIRCLE_TBL c, POINT_TBL p WHERE p.f1[0] > 1000; 2024-09-07 20:44:34.581 UTC [21405][client backend] [pg_regress/geometry][49/150:0] ERROR: division by zero 2024-09-07 20:44:34.581 UTC [21405][client backend] [pg_regress/geometry][49/150:0] STATEMENT: SELECT c.f1, p.f1, c.f1 / p.f1 FROM CIRCLE_TBL c, POINT_TBL p WHERE p.f1 ~= '(0,0)'::point; 2024-09-07 20:44:34.657 UTC [21405][client backend] [pg_regress/geometry][:0] LOG: disconnection: session time: 0:00:00.919 user=postgres database=regression host=[local] 2024-09-07 20:44:34.852 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait 2024-09-07 20:44:34.882 UTC [21395][client backend] [pg_regress/horology][43/203:0] ERROR: date out of range for timestamp 2024-09-07 20:44:34.882 UTC [21395][client backend] [pg_regress/horology][43/203:0] STATEMENT: SELECT '2202020-10-05'::date::timestamp; 2024-09-07 20:44:34.883 UTC [21395][client backend] [pg_regress/horology][43/206:0] ERROR: date out of range for timestamp 2024-09-07 20:44:34.883 UTC [21395][client backend] [pg_regress/horology][43/206:0] STATEMENT: SELECT '2202020-10-05'::date::timestamptz; 2024-09-07 20:44:34.887 UTC [21395][client backend] [pg_regress/horology][43/211:0] ERROR: date out of range for timestamp 2024-09-07 20:44:34.887 UTC [21395][client backend] [pg_regress/horology][43/211:0] STATEMENT: SELECT '4714-11-24 BC'::date::timestamptz; 2024-09-07 20:44:34.908 UTC [21395][client backend] [pg_regress/horology][43/256:0] ERROR: invalid value "/Feb/16" for "Mon" 2024-09-07 20:44:34.908 UTC [21395][client backend] [pg_regress/horology][43/256:0] DETAIL: The given value did not match any of the allowed values for this field. 2024-09-07 20:44:34.908 UTC [21395][client backend] [pg_regress/horology][43/256:0] STATEMENT: SELECT to_timestamp('97/Feb/16', 'YYMonDD'); 2024-09-07 20:44:34.918 UTC [21408][client backend] [pg_regress/regex][53/77:0] ERROR: invalid regular expression: regular expression is too complex 2024-09-07 20:44:34.918 UTC [21408][client backend] [pg_regress/regex][53/77:0] STATEMENT: select 'x' ~ repeat('x*y*z*', 1000); 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/295:0] ERROR: invalid value "JUNK" for "TZ" 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/295:0] DETAIL: Time zone abbreviation is not recognized. 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/295:0] STATEMENT: SELECT to_timestamp('2011-12-18 11:38 JUNK', 'YYYY-MM-DD HH12:MI TZ'); 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/296:0] ERROR: invalid value ".." for "TZ" 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/296:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.924 UTC [21395][client backend] [pg_regress/horology][43/296:0] STATEMENT: SELECT to_timestamp('2011-12-18 11:38 ...', 'YYYY-MM-DD HH12:MI TZ'); 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/299:0] ERROR: invalid value "xy" for "OF" 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/299:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/299:0] STATEMENT: SELECT to_timestamp('2011-12-18 11:38 +xyz', 'YYYY-MM-DD HH12:MI OF'); 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/300:0] ERROR: invalid value "xy" for "OF" 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/300:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.925 UTC [21395][client backend] [pg_regress/horology][43/300:0] STATEMENT: SELECT to_timestamp('2011-12-18 11:38 +01:xyz', 'YYYY-MM-DD HH12:MI OF'); 2024-09-07 20:44:34.929 UTC [21395][client backend] [pg_regress/horology][43/309:0] ERROR: date/time field value out of range: "2018-11-02 12:34:56.123456789" 2024-09-07 20:44:34.929 UTC [21395][client backend] [pg_regress/horology][43/309:0] STATEMENT: SELECT i, to_timestamp('2018-11-02 12:34:56.123456789', 'YYYY-MM-DD HH24:MI:SS.FF' || i) FROM generate_series(1, 6) i; 2024-09-07 20:44:34.933 UTC [21395][client backend] [pg_regress/horology][43/331:0] ERROR: invalid value "+" for "MON" 2024-09-07 20:44:34.933 UTC [21395][client backend] [pg_regress/horology][43/331:0] DETAIL: The given value did not match any of the allowed values for this field. 2024-09-07 20:44:34.933 UTC [21395][client backend] [pg_regress/horology][43/331:0] STATEMENT: SELECT to_timestamp('2000 + + JUN', 'YYYY MON'); 2024-09-07 20:44:34.935 UTC [21395][client backend] [pg_regress/horology][43/343:0] ERROR: invalid value "x1" for "MM" 2024-09-07 20:44:34.935 UTC [21395][client backend] [pg_regress/horology][43/343:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.935 UTC [21395][client backend] [pg_regress/horology][43/343:0] STATEMENT: SELECT to_date('2011 x12 x18', 'YYYYxMMxDD'); 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/344:0] ERROR: invalid combination of date conventions 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/344:0] HINT: Do not mix Gregorian and ISO week date conventions in a formatting template. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/344:0] STATEMENT: SELECT to_timestamp('2005527', 'YYYYIWID'); 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/345:0] ERROR: source string too short for "MM" formatting field 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/345:0] DETAIL: Field requires 2 characters, but only 1 remain. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/345:0] HINT: If your source string is not fixed-width, try using the "FM" modifier. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/345:0] STATEMENT: SELECT to_timestamp('19971', 'YYYYMMDD'); 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/346:0] ERROR: invalid value "1)" for "MM" 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/346:0] DETAIL: Field requires 2 characters, but only 1 could be parsed. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/346:0] HINT: If your source string is not fixed-width, try using the "FM" modifier. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/346:0] STATEMENT: SELECT to_timestamp('19971)24', 'YYYYMMDD'); 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/347:0] ERROR: invalid value "da" for "DD" 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/347:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/347:0] STATEMENT: SELECT to_timestamp('Friday 1-January-1999', 'DY DD MON YYYY'); 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/348:0] ERROR: invalid value "uary" for "YYYY" 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/348:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.936 UTC [21395][client backend] [pg_regress/horology][43/348:0] STATEMENT: SELECT to_timestamp('Fri 1-January-1999', 'DY DD MON YYYY'); 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/350:0] ERROR: conflicting values for "Mon" field in formatting string 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/350:0] DETAIL: This value contradicts a previous setting for the same field type. 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/350:0] STATEMENT: SELECT to_timestamp('1997-11-Jan-16', 'YYYY-MM-Mon-DD'); 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/351:0] ERROR: invalid value "xy" for "DD" 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/351:0] DETAIL: Value must be an integer. 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/351:0] STATEMENT: SELECT to_timestamp('199711xy', 'YYYYMMDD'); 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/352:0] ERROR: value for "YYYY" in source string is out of range 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/352:0] DETAIL: Value must be in the range -2147483648 to 2147483647. 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/352:0] STATEMENT: SELECT to_timestamp('10000000000', 'FMYYYY'); 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/353:0] ERROR: date/time field value out of range: "2016-06-13 25:00:00" 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/353:0] STATEMENT: SELECT to_timestamp('2016-06-13 25:00:00', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/354:0] ERROR: date/time field value out of range: "2016-06-13 15:60:00" 2024-09-07 20:44:34.937 UTC [21395][client backend] [pg_regress/horology][43/354:0] STATEMENT: SELECT to_timestamp('2016-06-13 15:60:00', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/355:0] ERROR: date/time field value out of range: "2016-06-13 15:50:60" 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/355:0] STATEMENT: SELECT to_timestamp('2016-06-13 15:50:60', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/357:0] ERROR: hour "15" is invalid for the 12-hour clock 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/357:0] HINT: Use the 24-hour clock, or give an hour between 1 and 12. 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/357:0] STATEMENT: SELECT to_timestamp('2016-06-13 15:50:55', 'YYYY-MM-DD HH:MI:SS'); 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/358:0] ERROR: date/time field value out of range: "2016-13-01 15:50:55" 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/358:0] STATEMENT: SELECT to_timestamp('2016-13-01 15:50:55', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/359:0] ERROR: date/time field value out of range: "2016-02-30 15:50:55" 2024-09-07 20:44:34.938 UTC [21395][client backend] [pg_regress/horology][43/359:0] STATEMENT: SELECT to_timestamp('2016-02-30 15:50:55', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/361:0] ERROR: date/time field value out of range: "2015-02-29 15:50:55" 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/361:0] STATEMENT: SELECT to_timestamp('2015-02-29 15:50:55', 'YYYY-MM-DD HH24:MI:SS'); 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/363:0] ERROR: date/time field value out of range: "2015-02-11 86400" 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/363:0] STATEMENT: SELECT to_timestamp('2015-02-11 86400', 'YYYY-MM-DD SSSS'); 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/365:0] ERROR: date/time field value out of range: "2015-02-11 86400" 2024-09-07 20:44:34.939 UTC [21395][client backend] [pg_regress/horology][43/365:0] STATEMENT: SELECT to_timestamp('2015-02-11 86400', 'YYYY-MM-DD SSSSS'); 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/366:0] ERROR: date/time field value out of range: "2016-13-10" 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/366:0] STATEMENT: SELECT to_date('2016-13-10', 'YYYY-MM-DD'); 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/367:0] ERROR: date/time field value out of range: "2016-02-30" 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/367:0] STATEMENT: SELECT to_date('2016-02-30', 'YYYY-MM-DD'); 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/369:0] ERROR: date/time field value out of range: "2015-02-29" 2024-09-07 20:44:34.940 UTC [21395][client backend] [pg_regress/horology][43/369:0] STATEMENT: SELECT to_date('2015-02-29', 'YYYY-MM-DD'); 2024-09-07 20:44:34.941 UTC [21395][client backend] [pg_regress/horology][43/371:0] ERROR: date/time field value out of range: "2015 366" 2024-09-07 20:44:34.941 UTC [21395][client backend] [pg_regress/horology][43/371:0] STATEMENT: SELECT to_date('2015 366', 'YYYY DDD'); 2024-09-07 20:44:34.941 UTC [21395][client backend] [pg_regress/horology][43/374:0] ERROR: date/time field value out of range: "2016 367" 2024-09-07 20:44:34.941 UTC [21395][client backend] [pg_regress/horology][43/374:0] STATEMENT: SELECT to_date('2016 367', 'YYYY DDD'); 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/104:0] ERROR: invalid regular expression: invalid backreference number 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/104:0] STATEMENT: select 'xyz' ~ 'x(\w)(?=\1)'; 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/105:0] ERROR: invalid regular expression: invalid backreference number 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/105:0] STATEMENT: select 'xyz' ~ 'x(\w)(?=(\1))'; 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/106:0] ERROR: invalid regular expression: invalid escape \ sequence 2024-09-07 20:44:34.943 UTC [21408][client backend] [pg_regress/regex][53/106:0] STATEMENT: select 'a' ~ '\x7fffffff'; 2024-09-07 20:44:34.947 UTC [21408][client backend] [pg_regress/regex][:0] LOG: disconnection: session time: 0:00:01.189 user=postgres database=regression host=[local] 2024-09-07 20:44:34.949 UTC [21395][client backend] [pg_regress/horology][:0] LOG: disconnection: session time: 0:00:01.273 user=postgres database=regression host=[local] 2024-09-07 20:44:34.982 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 78 buffers (0.5%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.003 s, sync=0.001 s, total=0.130 s; sync files=0, longest=0.000 s, average=0.000 s; distance=977 kB, estimate=25681 kB; lsn=0/31E2338, redo lsn=0/31DBE70 2024-09-07 20:44:35.220 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait 2024-09-07 20:44:35.400 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.180 s; sync files=0, longest=0.000 s, average=0.000 s; distance=122 kB, estimate=23125 kB; lsn=0/31FAAB0, redo lsn=0/31FAA58 2024-09-07 20:44:35.421 UTC [21415][client backend] [pg_regress/database][:0] LOG: disconnection: session time: 0:00:01.623 user=postgres database=regression host=[local] 2024-09-07 20:44:35.481 UTC [21401][client backend] [pg_regress/opr_sanity][:0] LOG: disconnection: session time: 0:00:01.761 user=postgres database=regression host=[local] 2024-09-07 20:44:35.613 UTC [21582][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:35.615 UTC [21582][client backend] [[unknown]][56/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:35.615 UTC [21582][client backend] [[unknown]][56/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/copyselect 2024-09-07 20:44:35.628 UTC [21583][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:35.630 UTC [21583][client backend] [[unknown]][57/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:35.630 UTC [21583][client backend] [[unknown]][57/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/copydml 2024-09-07 20:44:35.630 UTC [21584][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:35.632 UTC [21584][client backend] [[unknown]][58/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:35.632 UTC [21584][client backend] [[unknown]][58/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/insert 2024-09-07 20:44:35.647 UTC [21581][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:35.648 UTC [21581][client backend] [[unknown]][59/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:35.648 UTC [21581][client backend] [[unknown]][59/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/copy 2024-09-07 20:44:35.651 UTC [21582][client backend] [pg_regress/copyselect][56/16:0] ERROR: cannot copy from view "v_test1" 2024-09-07 20:44:35.651 UTC [21582][client backend] [pg_regress/copyselect][56/16:0] HINT: Try the COPY (SELECT ...) TO variant. 2024-09-07 20:44:35.651 UTC [21582][client backend] [pg_regress/copyselect][56/16:0] STATEMENT: copy v_test1 to stdout; 2024-09-07 20:44:35.653 UTC [21586][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/19:0] ERROR: COPY (SELECT INTO) is not supported 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/19:0] STATEMENT: copy (select t into temp test3 from test1 where id=3) to stdout; 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/20:0] ERROR: syntax error at or near "from" at character 28 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/20:0] STATEMENT: copy (select * from test1) from stdin; 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/21:0] ERROR: syntax error at or near "(" at character 28 2024-09-07 20:44:35.653 UTC [21582][client backend] [pg_regress/copyselect][56/21:0] STATEMENT: copy (select * from test1) (t,id) to stdout; 2024-09-07 20:44:35.654 UTC [21586][client backend] [[unknown]][60/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:35.654 UTC [21586][client backend] [[unknown]][60/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/insert_conflict 2024-09-07 20:44:35.661 UTC [21582][client backend] [pg_regress/copyselect][56/27:0] ERROR: cannot copy from view "v_test1" 2024-09-07 20:44:35.661 UTC [21582][client backend] [pg_regress/copyselect][56/27:0] HINT: Try the COPY (SELECT ...) TO variant. 2024-09-07 20:44:35.661 UTC [21582][client backend] [pg_regress/copyselect][56/27:0] STATEMENT: COPY v_test1 TO STDOUT 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/14:0] ERROR: COPY query must have a RETURNING clause 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/14:0] STATEMENT: copy (insert into copydml_test default values) to stdout; 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/15:0] ERROR: COPY query must have a RETURNING clause 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/15:0] STATEMENT: copy (update copydml_test set t = 'g') to stdout; 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/16:0] ERROR: COPY query must have a RETURNING clause 2024-09-07 20:44:35.665 UTC [21583][client backend] [pg_regress/copydml][57/16:0] STATEMENT: copy (delete from copydml_test) to stdout; 2024-09-07 20:44:35.667 UTC [21583][client backend] [pg_regress/copydml][57/18:0] ERROR: DO INSTEAD NOTHING rules are not supported for COPY 2024-09-07 20:44:35.667 UTC [21583][client backend] [pg_regress/copydml][57/18:0] STATEMENT: copy (insert into copydml_test default values) to stdout; 2024-09-07 20:44:35.679 UTC [21583][client backend] [pg_regress/copydml][57/21:0] ERROR: DO ALSO rules are not supported for the COPY 2024-09-07 20:44:35.679 UTC [21583][client backend] [pg_regress/copydml][57/21:0] STATEMENT: copy (insert into copydml_test default values) to stdout; 2024-09-07 20:44:35.683 UTC [21584][client backend] [pg_regress/insert][58/3:0] ERROR: null value in column "col2" of relation "inserttest" violates not-null constraint 2024-09-07 20:44:35.683 UTC [21584][client backend] [pg_regress/insert][58/3:0] DETAIL: Failing row contains (null, null, testing). 2024-09-07 20:44:35.683 UTC [21584][client backend] [pg_regress/insert][58/3:0] STATEMENT: insert into inserttest (col1, col2, col3) values (DEFAULT, DEFAULT, DEFAULT); 2024-09-07 20:44:35.684 UTC [21583][client backend] [pg_regress/copydml][57/24:0] ERROR: multi-statement DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.684 UTC [21583][client backend] [pg_regress/copydml][57/24:0] STATEMENT: copy (insert into copydml_test default values) to stdout; 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/9:0] ERROR: INSERT has more target columns than expressions at character 37 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/9:0] STATEMENT: insert into inserttest (col1, col2, col3) values (DEFAULT, DEFAULT); 2024-09-07 20:44:35.692 UTC [21583][client backend] [pg_regress/copydml][57/27:0] ERROR: conditional DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.692 UTC [21583][client backend] [pg_regress/copydml][57/27:0] STATEMENT: copy (insert into copydml_test default values) to stdout; 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/10:0] ERROR: INSERT has more target columns than expressions at character 37 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/10:0] STATEMENT: insert into inserttest (col1, col2, col3) values (1, 2); 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/11:0] ERROR: INSERT has more expressions than target columns at character 42 2024-09-07 20:44:35.692 UTC [21584][client backend] [pg_regress/insert][58/11:0] STATEMENT: insert into inserttest (col1) values (1, 2); 2024-09-07 20:44:35.693 UTC [21584][client backend] [pg_regress/insert][58/12:0] ERROR: INSERT has more expressions than target columns at character 48 2024-09-07 20:44:35.693 UTC [21584][client backend] [pg_regress/insert][58/12:0] STATEMENT: insert into inserttest (col1) values (DEFAULT, DEFAULT); 2024-09-07 20:44:35.697 UTC [21583][client backend] [pg_regress/copydml][57/30:0] ERROR: DO INSTEAD NOTHING rules are not supported for COPY 2024-09-07 20:44:35.697 UTC [21583][client backend] [pg_regress/copydml][57/30:0] STATEMENT: copy (update copydml_test set t = 'f') to stdout; 2024-09-07 20:44:35.698 UTC [21582][client backend] [pg_regress/copyselect][56/32:0] ERROR: division by zero 2024-09-07 20:44:35.698 UTC [21582][client backend] [pg_regress/copyselect][56/32:0] STATEMENT: copy (select 1) to stdout; select 1/0; 2024-09-07 20:44:35.699 UTC [21582][client backend] [pg_regress/copyselect][56/33:0] ERROR: division by zero 2024-09-07 20:44:35.699 UTC [21582][client backend] [pg_regress/copyselect][56/33:0] STATEMENT: select 1/0; copy (select 1) to stdout; 2024-09-07 20:44:35.700 UTC [21583][client backend] [pg_regress/copydml][57/33:0] ERROR: DO ALSO rules are not supported for the COPY 2024-09-07 20:44:35.700 UTC [21583][client backend] [pg_regress/copydml][57/33:0] STATEMENT: copy (update copydml_test set t = 'f') to stdout; 2024-09-07 20:44:35.708 UTC [21583][client backend] [pg_regress/copydml][57/36:0] ERROR: multi-statement DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.708 UTC [21583][client backend] [pg_regress/copydml][57/36:0] STATEMENT: copy (update copydml_test set t = 'f') to stdout; 2024-09-07 20:44:35.716 UTC [21583][client backend] [pg_regress/copydml][57/39:0] ERROR: conditional DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.716 UTC [21583][client backend] [pg_regress/copydml][57/39:0] STATEMENT: copy (update copydml_test set t = 'f') to stdout; 2024-09-07 20:44:35.717 UTC [21582][client backend] [pg_regress/copyselect][:0] LOG: disconnection: session time: 0:00:00.104 user=postgres database=regression host=[local] 2024-09-07 20:44:35.724 UTC [21583][client backend] [pg_regress/copydml][57/42:0] ERROR: DO INSTEAD NOTHING rules are not supported for COPY 2024-09-07 20:44:35.724 UTC [21583][client backend] [pg_regress/copydml][57/42:0] STATEMENT: copy (delete from copydml_test) to stdout; 2024-09-07 20:44:35.726 UTC [21583][client backend] [pg_regress/copydml][57/45:0] ERROR: DO ALSO rules are not supported for the COPY 2024-09-07 20:44:35.726 UTC [21583][client backend] [pg_regress/copydml][57/45:0] STATEMENT: copy (delete from copydml_test) to stdout; 2024-09-07 20:44:35.730 UTC [21583][client backend] [pg_regress/copydml][57/48:0] ERROR: multi-statement DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.730 UTC [21583][client backend] [pg_regress/copydml][57/48:0] STATEMENT: copy (delete from copydml_test) to stdout; 2024-09-07 20:44:35.733 UTC [21583][client backend] [pg_regress/copydml][57/51:0] ERROR: conditional DO INSTEAD rules are not supported for COPY 2024-09-07 20:44:35.733 UTC [21583][client backend] [pg_regress/copydml][57/51:0] STATEMENT: copy (delete from copydml_test) to stdout; 2024-09-07 20:44:35.736 UTC [21586][client backend] [pg_regress/insert_conflict][60/8:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.736 UTC [21586][client backend] [pg_regress/insert_conflict][60/8:0] STATEMENT: explain (costs off) insert into insertconflicttest values(0, 'Crowberry') on conflict (key) do nothing; 2024-09-07 20:44:35.740 UTC [21586][client backend] [pg_regress/insert_conflict][60/9:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.740 UTC [21586][client backend] [pg_regress/insert_conflict][60/9:0] STATEMENT: explain (costs off) insert into insertconflicttest values(0, 'Crowberry') on conflict (fruit) do nothing; 2024-09-07 20:44:35.754 UTC [21583][client backend] [pg_regress/copydml][:0] LOG: disconnection: session time: 0:00:00.127 user=postgres database=regression host=[local] 2024-09-07 20:44:35.765 UTC [21584][client backend] [pg_regress/insert][58/32:0] ERROR: cannot set an array element to DEFAULT at character 32 2024-09-07 20:44:35.765 UTC [21584][client backend] [pg_regress/insert][58/32:0] STATEMENT: insert into inserttest (f2[1], f2[2]) values (1,default); 2024-09-07 20:44:35.766 UTC [21584][client backend] [pg_regress/insert][58/36:0] ERROR: cannot set a subfield to DEFAULT at character 33 2024-09-07 20:44:35.766 UTC [21584][client backend] [pg_regress/insert][58/36:0] STATEMENT: insert into inserttest (f3.if1, f3.if2) values (1,default); 2024-09-07 20:44:35.774 UTC [21586][client backend] [pg_regress/insert_conflict][60/26:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.774 UTC [21586][client backend] [pg_regress/insert_conflict][60/26:0] STATEMENT: explain (costs off) insert into insertconflicttest values(0, 'Crowberry') on conflict (lower(fruit) text_pattern_ops, upper(fruit) collate "C") do nothing; 2024-09-07 20:44:35.783 UTC [21586][client backend] [pg_regress/insert_conflict][60/34:0] ERROR: ON CONFLICT DO UPDATE requires inference specification or constraint name at character 52 2024-09-07 20:44:35.783 UTC [21586][client backend] [pg_regress/insert_conflict][60/34:0] HINT: For example, ON CONFLICT (column_name). 2024-09-07 20:44:35.783 UTC [21586][client backend] [pg_regress/insert_conflict][60/34:0] STATEMENT: insert into insertconflicttest values (1, 'Apple') on conflict do update set fruit = excluded.fruit; 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/38:0] ERROR: invalid reference to FROM-clause entry for table "excluded" at character 117 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/38:0] DETAIL: There is an entry for table "excluded", but it cannot be referenced from this part of the query. 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/38:0] STATEMENT: insert into insertconflicttest values (1, 'Apple') on conflict (key) do update set fruit = excluded.fruit RETURNING excluded.fruit; 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/39:0] ERROR: column "keyy" does not exist at character 64 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/39:0] HINT: Perhaps you meant to reference the column "insertconflicttest.key" or the column "excluded.key". 2024-09-07 20:44:35.801 UTC [21586][client backend] [pg_regress/insert_conflict][60/39:0] STATEMENT: insert into insertconflicttest values (1, 'Apple') on conflict (keyy) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/40:0] ERROR: column excluded.fruitt does not exist at character 92 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/40:0] HINT: Perhaps you meant to reference the column "excluded.fruit". 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/40:0] STATEMENT: insert into insertconflicttest values (1, 'Apple') on conflict (key) do update set fruit = excluded.fruitt; 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/41:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/41:0] STATEMENT: insert into insertconflicttest values (3, 'Kiwi') on conflict (key, fruit) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/42:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.802 UTC [21586][client backend] [pg_regress/insert_conflict][60/42:0] STATEMENT: insert into insertconflicttest values (4, 'Mango') on conflict (fruit, key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.803 UTC [21586][client backend] [pg_regress/insert_conflict][60/43:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.803 UTC [21586][client backend] [pg_regress/insert_conflict][60/43:0] STATEMENT: insert into insertconflicttest values (5, 'Lemon') on conflict (fruit) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.803 UTC [21586][client backend] [pg_regress/insert_conflict][60/44:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.803 UTC [21586][client backend] [pg_regress/insert_conflict][60/44:0] STATEMENT: insert into insertconflicttest values (6, 'Passionfruit') on conflict (lower(fruit)) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/47:0] ERROR: invalid reference to FROM-clause entry for table "insertconflicttest" at character 106 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/47:0] HINT: Perhaps you meant to reference the table alias "ict". 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/47:0] STATEMENT: insert into insertconflicttest AS ict values (6, 'Passionfruit') on conflict (key) do update set fruit = insertconflicttest.fruit; 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/48:0] ERROR: column "insertconflicttest" of relation "insertconflicttest" does not exist at character 90 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/48:0] HINT: SET target columns cannot be qualified with the relation name. 2024-09-07 20:44:35.804 UTC [21586][client backend] [pg_regress/insert_conflict][60/48:0] STATEMENT: insert into insertconflicttest values (3, 'Kiwi') on conflict (key, fruit) do update set insertconflicttest.fruit = 'Mango'; 2024-09-07 20:44:35.812 UTC [21586][client backend] [pg_regress/insert_conflict][60/53:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.812 UTC [21586][client backend] [pg_regress/insert_conflict][60/53:0] STATEMENT: insert into insertconflicttest values (9, 'Banana') on conflict (key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/54:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/54:0] STATEMENT: insert into insertconflicttest values (10, 'Blueberry') on conflict (key, key, key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/55:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/55:0] STATEMENT: insert into insertconflicttest values (11, 'Cherry') on conflict (key, lower(fruit)) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/56:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.813 UTC [21586][client backend] [pg_regress/insert_conflict][60/56:0] STATEMENT: insert into insertconflicttest values (12, 'Date') on conflict (lower(fruit), key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.831 UTC [21586][client backend] [pg_regress/insert_conflict][60/60:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.831 UTC [21586][client backend] [pg_regress/insert_conflict][60/60:0] STATEMENT: insert into insertconflicttest values (13, 'Grape') on conflict (key, fruit) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/61:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/61:0] STATEMENT: insert into insertconflicttest values (14, 'Raisin') on conflict (fruit, key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/62:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/62:0] STATEMENT: insert into insertconflicttest values (15, 'Cranberry') on conflict (key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/63:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/63:0] STATEMENT: insert into insertconflicttest values (16, 'Melon') on conflict (key, key, key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/64:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/64:0] STATEMENT: insert into insertconflicttest values (17, 'Mulberry') on conflict (key, lower(fruit)) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/65:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.833 UTC [21586][client backend] [pg_regress/insert_conflict][60/65:0] STATEMENT: insert into insertconflicttest values (18, 'Pineapple') on conflict (lower(fruit), key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.849 UTC [21586][client backend] [pg_regress/insert_conflict][60/71:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.849 UTC [21586][client backend] [pg_regress/insert_conflict][60/71:0] STATEMENT: insert into insertconflicttest values (22, 'Apricot') on conflict (upper(fruit)) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.849 UTC [21586][client backend] [pg_regress/insert_conflict][60/72:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.849 UTC [21586][client backend] [pg_regress/insert_conflict][60/72:0] STATEMENT: insert into insertconflicttest values (23, 'Blackberry') on conflict (fruit) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.861 UTC [21584][client backend] [pg_regress/insert][58/66:0] ERROR: cannot set an array element to DEFAULT at character 33 2024-09-07 20:44:35.861 UTC [21584][client backend] [pg_regress/insert][58/66:0] STATEMENT: insert into inserttesta (f2[1], f2[2]) values (1,default); 2024-09-07 20:44:35.863 UTC [21581][client backend] [pg_regress/copy][59/32:2062] ERROR: cannot perform COPY FREEZE on a partitioned table 2024-09-07 20:44:35.863 UTC [21581][client backend] [pg_regress/copy][59/32:2062] STATEMENT: copy parted_copytest from '/tmp/cirrus-ci-build/src/test/regress/results/parted_copytest.csv' (freeze); 2024-09-07 20:44:35.884 UTC [21584][client backend] [pg_regress/insert][58/67:0] ERROR: value for domain insert_pos_ints violates check constraint "insert_pos_ints_check" 2024-09-07 20:44:35.884 UTC [21584][client backend] [pg_regress/insert][58/67:0] STATEMENT: insert into inserttesta (f2[1], f2[2]) values (0,2); 2024-09-07 20:44:35.884 UTC [21586][client backend] [pg_regress/insert_conflict][60/79:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.884 UTC [21586][client backend] [pg_regress/insert_conflict][60/79:0] STATEMENT: insert into insertconflicttest values (27, 'Prune') on conflict (key, upper(fruit)) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.885 UTC [21584][client backend] [pg_regress/insert][58/68:2067] ERROR: value for domain insert_pos_ints violates check constraint "insert_pos_ints_check" 2024-09-07 20:44:35.885 UTC [21584][client backend] [pg_regress/insert][58/68:2067] STATEMENT: insert into inserttesta (f2[1], f2[2]) values (3,4), (0,6); 2024-09-07 20:44:35.885 UTC [21586][client backend] [pg_regress/insert_conflict][60/80:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.885 UTC [21586][client backend] [pg_regress/insert_conflict][60/80:0] STATEMENT: insert into insertconflicttest values (28, 'Redcurrant') on conflict (fruit, key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.885 UTC [21586][client backend] [pg_regress/insert_conflict][60/81:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.885 UTC [21586][client backend] [pg_regress/insert_conflict][60/81:0] STATEMENT: insert into insertconflicttest values (29, 'Nectarine') on conflict (key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.885 UTC [21584][client backend] [pg_regress/insert][58/69:0] ERROR: value for domain insert_pos_ints violates check constraint "insert_pos_ints_check" 2024-09-07 20:44:35.885 UTC [21584][client backend] [pg_regress/insert][58/69:0] STATEMENT: insert into inserttesta (f2[1], f2[2]) select 0,8; 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/73:0] ERROR: cannot set a subfield to DEFAULT at character 34 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/73:0] STATEMENT: insert into inserttestb (f3.if1, f3.if2) values (1,default); 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/74:0] ERROR: value for domain insert_test_domain violates check constraint "insert_test_domain_check" 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/74:0] STATEMENT: insert into inserttestb (f3.if1, f3.if2) values (1,array[null]); 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/75:0] ERROR: value for domain insert_test_domain violates check constraint "insert_test_domain_check" 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/75:0] STATEMENT: insert into inserttestb (f3.if1, f3.if2) values (1,'{null}'), (2,'{bar}'); 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/76:0] ERROR: value for domain insert_test_domain violates check constraint "insert_test_domain_check" 2024-09-07 20:44:35.887 UTC [21584][client backend] [pg_regress/insert][58/76:0] STATEMENT: insert into inserttestb (f3.if1, f3.if2) select 3, '{null,quux}'; 2024-09-07 20:44:35.910 UTC [21586][client backend] [pg_regress/insert_conflict][60/87:2087] ERROR: duplicate key value violates unique constraint "fruit_index" 2024-09-07 20:44:35.910 UTC [21586][client backend] [pg_regress/insert_conflict][60/87:2087] DETAIL: Key (fruit)=(Peach) already exists. 2024-09-07 20:44:35.910 UTC [21586][client backend] [pg_regress/insert_conflict][60/87:2087] STATEMENT: insert into insertconflicttest values (26, 'Peach') on conflict (key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.928 UTC [21586][client backend] [pg_regress/insert_conflict][60/95:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.928 UTC [21586][client backend] [pg_regress/insert_conflict][60/95:0] STATEMENT: insert into insertconflicttest values (23, 'Blackberry') on conflict (key) do update set fruit = excluded.fruit; 2024-09-07 20:44:35.928 UTC [21586][client backend] [pg_regress/insert_conflict][60/96:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.928 UTC [21586][client backend] [pg_regress/insert_conflict][60/96:0] STATEMENT: insert into insertconflicttest values (23, 'Blackberry') on conflict (key) where fruit like '%berry' or fruit = 'consequential' do nothing; 2024-09-07 20:44:35.929 UTC [21586][client backend] [pg_regress/insert_conflict][60/97:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:35.929 UTC [21586][client backend] [pg_regress/insert_conflict][60/97:0] STATEMENT: insert into insertconflicttest values (23, 'Blackberry') on conflict (fruit) where fruit like '%berry' do update set fruit = excluded.fruit; 2024-09-07 20:44:35.938 UTC [21584][client backend] [pg_regress/insert][58/106:0] ERROR: value for domain insert_nnarray violates check constraint "insert_nnarray_check" 2024-09-07 20:44:35.938 UTC [21584][client backend] [pg_regress/insert][58/106:0] STATEMENT: insert into inserttesta (f1[1]) values (1); 2024-09-07 20:44:35.943 UTC [21584][client backend] [pg_regress/insert][58/109:0] ERROR: value for domain insert_test_domain violates check constraint "insert_test_domain_check" 2024-09-07 20:44:35.943 UTC [21584][client backend] [pg_regress/insert][58/109:0] STATEMENT: insert into inserttestb (f1.if1) values (1); 2024-09-07 20:44:35.957 UTC [21584][client backend] [pg_regress/insert][58/116:0] ERROR: no partition of relation "range_parted" found for row 2024-09-07 20:44:35.957 UTC [21584][client backend] [pg_regress/insert][58/116:0] DETAIL: Partition key of the failing row contains (a, (b + 0)) = (a, 11). 2024-09-07 20:44:35.957 UTC [21584][client backend] [pg_regress/insert][58/116:0] STATEMENT: insert into range_parted values ('a', 11); 2024-09-07 20:44:36.012 UTC [21584][client backend] [pg_regress/insert][58/121:0] ERROR: new row for relation "part1" violates partition constraint 2024-09-07 20:44:36.012 UTC [21584][client backend] [pg_regress/insert][58/121:0] DETAIL: Failing row contains (a, 11). 2024-09-07 20:44:36.012 UTC [21584][client backend] [pg_regress/insert][58/121:0] STATEMENT: insert into part1 values ('a', 11); 2024-09-07 20:44:36.014 UTC [21584][client backend] [pg_regress/insert][58/122:0] ERROR: new row for relation "part1" violates partition constraint 2024-09-07 20:44:36.014 UTC [21584][client backend] [pg_regress/insert][58/122:0] DETAIL: Failing row contains (b, 1). 2024-09-07 20:44:36.014 UTC [21584][client backend] [pg_regress/insert][58/122:0] STATEMENT: insert into part1 values ('b', 1); 2024-09-07 20:44:36.018 UTC [21586][client backend] [pg_regress/insert_conflict][60/111:0] ERROR: column excluded.ctid does not exist at character 82 2024-09-07 20:44:36.018 UTC [21586][client backend] [pg_regress/insert_conflict][60/111:0] STATEMENT: insert into syscolconflicttest values (1) on conflict (key) do update set data = excluded.ctid::text; 2024-09-07 20:44:36.023 UTC [21584][client backend] [pg_regress/insert][58/124:0] ERROR: new row for relation "part4" violates partition constraint 2024-09-07 20:44:36.023 UTC [21584][client backend] [pg_regress/insert][58/124:0] DETAIL: Failing row contains (b, 21). 2024-09-07 20:44:36.023 UTC [21584][client backend] [pg_regress/insert][58/124:0] STATEMENT: insert into part4 values ('b', 21); 2024-09-07 20:44:36.024 UTC [21584][client backend] [pg_regress/insert][58/125:0] ERROR: new row for relation "part4" violates partition constraint 2024-09-07 20:44:36.024 UTC [21584][client backend] [pg_regress/insert][58/125:0] DETAIL: Failing row contains (a, 10). 2024-09-07 20:44:36.024 UTC [21584][client backend] [pg_regress/insert][58/125:0] STATEMENT: insert into part4 values ('a', 10); 2024-09-07 20:44:36.026 UTC [21584][client backend] [pg_regress/insert][58/127:0] ERROR: new row for relation "part1" violates partition constraint 2024-09-07 20:44:36.026 UTC [21584][client backend] [pg_regress/insert][58/127:0] DETAIL: Failing row contains (null, null). 2024-09-07 20:44:36.026 UTC [21584][client backend] [pg_regress/insert][58/127:0] STATEMENT: insert into part1 values (null); 2024-09-07 20:44:36.029 UTC [21584][client backend] [pg_regress/insert][58/128:0] ERROR: new row for relation "part1" violates partition constraint 2024-09-07 20:44:36.029 UTC [21584][client backend] [pg_regress/insert][58/128:0] DETAIL: Failing row contains (1, null). 2024-09-07 20:44:36.029 UTC [21584][client backend] [pg_regress/insert][58/128:0] STATEMENT: insert into part1 values (1); 2024-09-07 20:44:36.079 UTC [21584][client backend] [pg_regress/insert][58/133:0] ERROR: new row for relation "part_aa_bb" violates partition constraint 2024-09-07 20:44:36.079 UTC [21584][client backend] [pg_regress/insert][58/133:0] DETAIL: Failing row contains (cc, 1). 2024-09-07 20:44:36.079 UTC [21584][client backend] [pg_regress/insert][58/133:0] STATEMENT: insert into part_aa_bb values ('cc', 1); 2024-09-07 20:44:36.081 UTC [21584][client backend] [pg_regress/insert][58/134:0] ERROR: new row for relation "part_aa_bb" violates partition constraint 2024-09-07 20:44:36.081 UTC [21584][client backend] [pg_regress/insert][58/134:0] DETAIL: Failing row contains (AAa, 1). 2024-09-07 20:44:36.081 UTC [21584][client backend] [pg_regress/insert][58/134:0] STATEMENT: insert into part_aa_bb values ('AAa', 1); 2024-09-07 20:44:36.082 UTC [21584][client backend] [pg_regress/insert][58/135:0] ERROR: new row for relation "part_aa_bb" violates partition constraint 2024-09-07 20:44:36.082 UTC [21584][client backend] [pg_regress/insert][58/135:0] DETAIL: Failing row contains (null, null). 2024-09-07 20:44:36.082 UTC [21584][client backend] [pg_regress/insert][58/135:0] STATEMENT: insert into part_aa_bb values (null); 2024-09-07 20:44:36.120 UTC [21581][client backend] [pg_regress/copy][59/58:0] ERROR: cannot use "match" with HEADER in COPY TO 2024-09-07 20:44:36.120 UTC [21581][client backend] [pg_regress/copy][59/58:0] STATEMENT: copy header_copytest to stdout with (header match); 2024-09-07 20:44:36.122 UTC [21581][client backend] [pg_regress/copy][59/59:0] ERROR: header requires a Boolean value or "match" 2024-09-07 20:44:36.122 UTC [21581][client backend] [pg_regress/copy][59/59:0] STATEMENT: copy header_copytest from stdin with (header wrong_choice); 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/63:0] ERROR: column name mismatch in header line field 1: got "a", expected "c" 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/63:0] CONTEXT: COPY header_copytest, line 1: "a b c" 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/63:0] STATEMENT: copy header_copytest (c, b, a) from stdin with (header match); 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/64:0] ERROR: column name mismatch in header line field 3: got null value ("\N"), expected "c" 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/64:0] CONTEXT: COPY header_copytest, line 1: "a b \N" 2024-09-07 20:44:36.125 UTC [21581][client backend] [pg_regress/copy][59/64:0] STATEMENT: copy header_copytest from stdin with (header match); 2024-09-07 20:44:36.126 UTC [21581][client backend] [pg_regress/copy][59/65:0] ERROR: wrong number of fields in header line: got 2, expected 3 2024-09-07 20:44:36.126 UTC [21581][client backend] [pg_regress/copy][59/65:0] CONTEXT: COPY header_copytest, line 1: "a b" 2024-09-07 20:44:36.126 UTC [21581][client backend] [pg_regress/copy][59/65:0] STATEMENT: copy header_copytest from stdin with (header match); 2024-09-07 20:44:36.127 UTC [21581][client backend] [pg_regress/copy][59/66:0] ERROR: wrong number of fields in header line: got 4, expected 3 2024-09-07 20:44:36.127 UTC [21581][client backend] [pg_regress/copy][59/66:0] CONTEXT: COPY header_copytest, line 1: "a b c d" 2024-09-07 20:44:36.127 UTC [21581][client backend] [pg_regress/copy][59/66:0] STATEMENT: copy header_copytest from stdin with (header match); 2024-09-07 20:44:36.129 UTC [21581][client backend] [pg_regress/copy][59/67:0] ERROR: column name mismatch in header line field 3: got "d", expected "c" 2024-09-07 20:44:36.129 UTC [21581][client backend] [pg_regress/copy][59/67:0] CONTEXT: COPY header_copytest, line 1: "a b d" 2024-09-07 20:44:36.129 UTC [21581][client backend] [pg_regress/copy][59/67:0] STATEMENT: copy header_copytest from stdin with (header match); 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/72:0] ERROR: wrong number of fields in header line: got 3, expected 2 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/72:0] CONTEXT: COPY header_copytest, line 1: "a ........pg.dropped.2........ c" 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/72:0] STATEMENT: copy header_copytest from stdin with (header match); 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/73:0] ERROR: wrong number of fields in header line: got 3, expected 2 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/73:0] CONTEXT: COPY header_copytest, line 1: "a c b" 2024-09-07 20:44:36.140 UTC [21581][client backend] [pg_regress/copy][59/73:0] STATEMENT: copy header_copytest (a, c) from stdin with (header match); 2024-09-07 20:44:36.143 UTC [21584][client backend] [pg_regress/insert][58/142:0] ERROR: new row for relation "part_default" violates partition constraint 2024-09-07 20:44:36.143 UTC [21584][client backend] [pg_regress/insert][58/142:0] DETAIL: Failing row contains (aa, 2). 2024-09-07 20:44:36.143 UTC [21584][client backend] [pg_regress/insert][58/142:0] STATEMENT: insert into part_default values ('aa', 2); 2024-09-07 20:44:36.147 UTC [21584][client backend] [pg_regress/insert][58/143:0] ERROR: new row for relation "part_default" violates partition constraint 2024-09-07 20:44:36.147 UTC [21584][client backend] [pg_regress/insert][58/143:0] DETAIL: Failing row contains (null, 2). 2024-09-07 20:44:36.147 UTC [21584][client backend] [pg_regress/insert][58/143:0] STATEMENT: insert into part_default values (null, 2); 2024-09-07 20:44:36.162 UTC [21581][client backend] [pg_regress/copy][59/78:0] ERROR: value too long for type character varying(5) 2024-09-07 20:44:36.162 UTC [21581][client backend] [pg_regress/copy][59/78:0] STATEMENT: copy oversized_column_default (col2) from stdin; 2024-09-07 20:44:36.166 UTC [21581][client backend] [pg_regress/copy][59/79:0] ERROR: value too long for type character varying(5) 2024-09-07 20:44:36.166 UTC [21581][client backend] [pg_regress/copy][59/79:0] STATEMENT: copy oversized_column_default from stdin (default ''); 2024-09-07 20:44:36.210 UTC [21586][client backend] [pg_regress/insert_conflict][60/153:0] ERROR: table reference "excluded" is ambiguous at character 76 2024-09-07 20:44:36.210 UTC [21586][client backend] [pg_regress/insert_conflict][60/153:0] STATEMENT: insert into excluded values(1, '2') on conflict (key) do update set data = excluded.data RETURNING *; 2024-09-07 20:44:36.218 UTC [21584][client backend] [pg_regress/insert][58/152:0] ERROR: new row for relation "part_ee_ff1" violates partition constraint 2024-09-07 20:44:36.218 UTC [21584][client backend] [pg_regress/insert][58/152:0] DETAIL: Failing row contains (EE, 11). 2024-09-07 20:44:36.218 UTC [21584][client backend] [pg_regress/insert][58/152:0] STATEMENT: insert into part_ee_ff1 values ('EE', 11); 2024-09-07 20:44:36.219 UTC [21584][client backend] [pg_regress/insert][58/153:0] ERROR: new row for relation "part_default_p2" violates partition constraint 2024-09-07 20:44:36.219 UTC [21584][client backend] [pg_regress/insert][58/153:0] DETAIL: Failing row contains (gg, 43). 2024-09-07 20:44:36.219 UTC [21584][client backend] [pg_regress/insert][58/153:0] STATEMENT: insert into part_default_p2 values ('gg', 43); 2024-09-07 20:44:36.220 UTC [21584][client backend] [pg_regress/insert][58/154:0] ERROR: new row for relation "part_ee_ff1" violates partition constraint 2024-09-07 20:44:36.220 UTC [21584][client backend] [pg_regress/insert][58/154:0] DETAIL: Failing row contains (cc, 1). 2024-09-07 20:44:36.220 UTC [21584][client backend] [pg_regress/insert][58/154:0] STATEMENT: insert into part_ee_ff1 values ('cc', 1); 2024-09-07 20:44:36.221 UTC [21584][client backend] [pg_regress/insert][58/155:0] ERROR: no partition of relation "part_default" found for row 2024-09-07 20:44:36.221 UTC [21584][client backend] [pg_regress/insert][58/155:0] DETAIL: Partition key of the failing row contains (b) = (43). 2024-09-07 20:44:36.221 UTC [21584][client backend] [pg_regress/insert][58/155:0] STATEMENT: insert into part_default values ('gg', 43); 2024-09-07 20:44:36.249 UTC [21584][client backend] [pg_regress/insert][58/164:0] ERROR: no partition of relation "range_parted" found for row 2024-09-07 20:44:36.249 UTC [21584][client backend] [pg_regress/insert][58/164:0] DETAIL: Partition key of the failing row contains (a, (b + 0)) = (a, 0). 2024-09-07 20:44:36.249 UTC [21584][client backend] [pg_regress/insert][58/164:0] STATEMENT: insert into range_parted values ('a', 0); 2024-09-07 20:44:36.256 UTC [21584][client backend] [pg_regress/insert][58/167:0] ERROR: no partition of relation "range_parted" found for row 2024-09-07 20:44:36.256 UTC [21584][client backend] [pg_regress/insert][58/167:0] DETAIL: Partition key of the failing row contains (a, (b + 0)) = (a, 20). 2024-09-07 20:44:36.256 UTC [21584][client backend] [pg_regress/insert][58/167:0] STATEMENT: insert into range_parted values ('a', 20); 2024-09-07 20:44:36.261 UTC [21586][client backend] [pg_regress/insert_conflict][60/172:2231] ERROR: duplicate key value violates unique constraint "twoconstraints_f1_key" 2024-09-07 20:44:36.261 UTC [21586][client backend] [pg_regress/insert_conflict][60/172:2231] DETAIL: Key (f1)=(1) already exists. 2024-09-07 20:44:36.261 UTC [21586][client backend] [pg_regress/insert_conflict][60/172:2231] STATEMENT: insert into twoconstraints values(1, '((2,2),(3,3))'); 2024-09-07 20:44:36.262 UTC [21586][client backend] [pg_regress/insert_conflict][60/173:2232] ERROR: conflicting key value violates exclusion constraint "twoconstraints_f2_excl" 2024-09-07 20:44:36.262 UTC [21586][client backend] [pg_regress/insert_conflict][60/173:2232] DETAIL: Key (f2)=((1,2),(0,0)) conflicts with existing key (f2)=((1,1),(0,0)). 2024-09-07 20:44:36.262 UTC [21586][client backend] [pg_regress/insert_conflict][60/173:2232] STATEMENT: insert into twoconstraints values(2, '((0,0),(1,2))'); 2024-09-07 20:44:36.265 UTC [21584][client backend] [pg_regress/insert][58/170:0] ERROR: no partition of relation "range_parted" found for row 2024-09-07 20:44:36.265 UTC [21584][client backend] [pg_regress/insert][58/170:0] DETAIL: Partition key of the failing row contains (a, (b + 0)) = (a, null). 2024-09-07 20:44:36.265 UTC [21584][client backend] [pg_regress/insert][58/170:0] STATEMENT: insert into range_parted values ('a'); 2024-09-07 20:44:36.273 UTC [21586][client backend] [pg_regress/insert_conflict][60/174:2234] ERROR: conflicting key value violates exclusion constraint "twoconstraints_f2_excl" 2024-09-07 20:44:36.273 UTC [21586][client backend] [pg_regress/insert_conflict][60/174:2234] DETAIL: Key (f2)=((1,2),(0,0)) conflicts with existing key (f2)=((1,1),(0,0)). 2024-09-07 20:44:36.273 UTC [21586][client backend] [pg_regress/insert_conflict][60/174:2234] STATEMENT: insert into twoconstraints values(2, '((0,0),(1,2))') on conflict on constraint twoconstraints_f1_key do nothing; 2024-09-07 20:44:36.283 UTC [21584][client backend] [pg_regress/insert][58/172:0] ERROR: new row for relation "part_def" violates partition constraint 2024-09-07 20:44:36.283 UTC [21584][client backend] [pg_regress/insert][58/172:0] DETAIL: Failing row contains (b, 10). 2024-09-07 20:44:36.283 UTC [21584][client backend] [pg_regress/insert][58/172:0] STATEMENT: insert into part_def values ('b', 10); 2024-09-07 20:44:36.299 UTC [21586][client backend] [pg_regress/insert_conflict][60/182:2246] ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time 2024-09-07 20:44:36.299 UTC [21586][client backend] [pg_regress/insert_conflict][60/182:2246] HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. 2024-09-07 20:44:36.299 UTC [21586][client backend] [pg_regress/insert_conflict][60/182:2246] STATEMENT: insert into selfconflict values (4,1), (4,2) on conflict(f1) do update set f2 = 0; 2024-09-07 20:44:36.300 UTC [21584][client backend] [pg_regress/insert][58/181:0] ERROR: no partition of relation "part_ee_ff" found for row 2024-09-07 20:44:36.300 UTC [21584][client backend] [pg_regress/insert][58/181:0] DETAIL: Partition key of the failing row contains (b) = (0). 2024-09-07 20:44:36.300 UTC [21584][client backend] [pg_regress/insert][58/181:0] STATEMENT: insert into list_parted values ('EE', 0); 2024-09-07 20:44:36.301 UTC [21584][client backend] [pg_regress/insert][58/182:0] ERROR: no partition of relation "part_ee_ff" found for row 2024-09-07 20:44:36.301 UTC [21584][client backend] [pg_regress/insert][58/182:0] DETAIL: Partition key of the failing row contains (b) = (0). 2024-09-07 20:44:36.301 UTC [21584][client backend] [pg_regress/insert][58/182:0] STATEMENT: insert into part_ee_ff values ('EE', 0); 2024-09-07 20:44:36.309 UTC [21586][client backend] [pg_regress/insert_conflict][60/183:2250] ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time 2024-09-07 20:44:36.309 UTC [21586][client backend] [pg_regress/insert_conflict][60/183:2250] HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. 2024-09-07 20:44:36.309 UTC [21586][client backend] [pg_regress/insert_conflict][60/183:2250] STATEMENT: insert into selfconflict values (5,1), (5,2) on conflict(f1) do update set f2 = 0; 2024-09-07 20:44:36.310 UTC [21586][client backend] [pg_regress/insert_conflict][60/184:2251] ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time 2024-09-07 20:44:36.310 UTC [21586][client backend] [pg_regress/insert_conflict][60/184:2251] HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. 2024-09-07 20:44:36.310 UTC [21586][client backend] [pg_regress/insert_conflict][60/184:2251] STATEMENT: insert into selfconflict values (6,1), (6,2) on conflict(f1) do update set f2 = 0; 2024-09-07 20:44:36.351 UTC [21586][client backend] [pg_regress/insert_conflict][60/194:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:36.351 UTC [21586][client backend] [pg_regress/insert_conflict][60/194:0] STATEMENT: insert into parted_conflict_test values (2, 'b') on conflict (b) do update set a = excluded.a; 2024-09-07 20:44:36.401 UTC [21581][client backend] [pg_regress/copy][:0] LOG: disconnection: session time: 0:00:00.763 user=postgres database=regression host=[local] 2024-09-07 20:44:36.490 UTC [21584][client backend] [pg_regress/insert][58/207:0] ERROR: new row for relation "hpart0" violates partition constraint 2024-09-07 20:44:36.490 UTC [21584][client backend] [pg_regress/insert][58/207:0] DETAIL: Failing row contains (11). 2024-09-07 20:44:36.490 UTC [21584][client backend] [pg_regress/insert][58/207:0] STATEMENT: insert into hpart0 values(11); 2024-09-07 20:44:36.528 UTC [21586][client backend] [pg_regress/insert_conflict][60/233:0] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2024-09-07 20:44:36.528 UTC [21586][client backend] [pg_regress/insert_conflict][60/233:0] STATEMENT: insert into parted_conflict_1 values (40, 'cuarenta') on conflict (a) do update set b = excluded.b; 2024-09-07 20:44:36.587 UTC [21586][client backend] [pg_regress/insert_conflict][:0] LOG: disconnection: session time: 0:00:00.936 user=postgres database=regression host=[local] 2024-09-07 20:44:36.751 UTC [21584][client backend] [pg_regress/insert][58/251:0] ERROR: no partition of relation "mlparted1" found for row 2024-09-07 20:44:36.751 UTC [21584][client backend] [pg_regress/insert][58/251:0] DETAIL: Partition key of the failing row contains ((b + 0)) = (5). 2024-09-07 20:44:36.751 UTC [21584][client backend] [pg_regress/insert][58/251:0] STATEMENT: insert into mlparted (a, b) values (1, 5); 2024-09-07 20:44:36.770 UTC [21584][client backend] [pg_regress/insert][58/256:0] ERROR: new row for relation "mlparted11" violates check constraint "check_b" 2024-09-07 20:44:36.770 UTC [21584][client backend] [pg_regress/insert][58/256:0] DETAIL: Failing row contains (1, 4). 2024-09-07 20:44:36.770 UTC [21584][client backend] [pg_regress/insert][58/256:0] STATEMENT: insert into mlparted values (1, 2); 2024-09-07 20:44:36.772 UTC [21584][client backend] [pg_regress/insert][58/259:0] ERROR: new row for relation "mlparted1" violates partition constraint 2024-09-07 20:44:36.772 UTC [21584][client backend] [pg_regress/insert][58/259:0] DETAIL: Failing row contains (3, 2). 2024-09-07 20:44:36.772 UTC [21584][client backend] [pg_regress/insert][58/259:0] STATEMENT: insert into mlparted1 (a, b) values (2, 3); 2024-09-07 20:44:36.776 UTC [21584][client backend] [pg_regress/insert][58/262:0] ERROR: no partition of relation "lparted_nonullpart" found for row 2024-09-07 20:44:36.776 UTC [21584][client backend] [pg_regress/insert][58/262:0] DETAIL: Partition key of the failing row contains (b) = (null). 2024-09-07 20:44:36.776 UTC [21584][client backend] [pg_regress/insert][58/262:0] STATEMENT: insert into lparted_nonullpart values (1); 2024-09-07 20:44:36.862 UTC [21584][client backend] [pg_regress/insert][58/280:0] ERROR: new row for relation "mlparted5a" violates check constraint "check_b" 2024-09-07 20:44:36.862 UTC [21584][client backend] [pg_regress/insert][58/280:0] DETAIL: Failing row contains (1, 45, a). 2024-09-07 20:44:36.862 UTC [21584][client backend] [pg_regress/insert][58/280:0] STATEMENT: insert into mlparted values (1, 45, 'a'); 2024-09-07 20:44:36.867 UTC [21584][client backend] [pg_regress/insert][58/283:0] ERROR: new row for relation "mlparted5a" violates partition constraint 2024-09-07 20:44:36.867 UTC [21584][client backend] [pg_regress/insert][58/283:0] DETAIL: Failing row contains (b, 1, 40). 2024-09-07 20:44:36.867 UTC [21584][client backend] [pg_regress/insert][58/283:0] STATEMENT: insert into mlparted5 (a, b, c) values (1, 40, 'a'); 2024-09-07 20:44:36.917 UTC [21584][client backend] [pg_regress/insert][58/292:0] ERROR: no partition of relation "mlparted_def" found for row 2024-09-07 20:44:36.917 UTC [21584][client backend] [pg_regress/insert][58/292:0] DETAIL: Partition key of the failing row contains (a) = (70). 2024-09-07 20:44:36.917 UTC [21584][client backend] [pg_regress/insert][58/292:0] STATEMENT: insert into mlparted values (70, 100); 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/293:0] ERROR: new row for relation "mlparted_def1" violates partition constraint 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/293:0] DETAIL: Failing row contains (52, 50, null). 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/293:0] STATEMENT: insert into mlparted_def1 values (52, 50); 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/294:0] ERROR: new row for relation "mlparted_def2" violates partition constraint 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/294:0] DETAIL: Failing row contains (34, 50, null). 2024-09-07 20:44:36.923 UTC [21584][client backend] [pg_regress/insert][58/294:0] STATEMENT: insert into mlparted_def2 values (34, 50); 2024-09-07 20:44:37.042 UTC [21584][client backend] [pg_regress/insert][58/310:0] ERROR: no partition of relation "mlparted5_cd" found for row 2024-09-07 20:44:37.042 UTC [21584][client backend] [pg_regress/insert][58/310:0] DETAIL: Partition key of the failing row contains (c) = (c). 2024-09-07 20:44:37.042 UTC [21584][client backend] [pg_regress/insert][58/310:0] STATEMENT: insert into mlparted values (1, 45, 'c', 1); 2024-09-07 20:44:37.043 UTC [21584][client backend] [pg_regress/insert][58/311:0] ERROR: no partition of relation "mlparted5" found for row 2024-09-07 20:44:37.043 UTC [21584][client backend] [pg_regress/insert][58/311:0] DETAIL: Partition key of the failing row contains (c) = (f). 2024-09-07 20:44:37.043 UTC [21584][client backend] [pg_regress/insert][58/311:0] STATEMENT: insert into mlparted values (1, 45, 'f', 1); 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/320:0] ERROR: no partition of relation "mlparted5_cd" found for row 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/320:0] DETAIL: Partition key of the failing row contains (c) = (c). 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/320:0] STATEMENT: insert into mlparted values (1, 45, 'c', 1); 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/321:0] ERROR: no partition of relation "mlparted5" found for row 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/321:0] DETAIL: Partition key of the failing row contains (c) = (f). 2024-09-07 20:44:37.127 UTC [21584][client backend] [pg_regress/insert][58/321:0] STATEMENT: insert into mlparted values (1, 45, 'f', 1); 2024-09-07 20:44:37.157 UTC [21584][client backend] [pg_regress/insert][58/331:0] ERROR: no partition of relation "key_desc_1" found for row 2024-09-07 20:44:37.157 UTC [21584][client backend] [pg_regress/insert][58/331:0] STATEMENT: insert into key_desc values (1, 1); 2024-09-07 20:44:37.157 UTC [21584][client backend] [pg_regress/insert][58/335:0] ERROR: no partition of relation "key_desc_1" found for row 2024-09-07 20:44:37.157 UTC [21584][client backend] [pg_regress/insert][58/335:0] DETAIL: Partition key of the failing row contains (b) = (1). 2024-09-07 20:44:37.157 UTC [21584][client backend] [pg_regress/insert][58/335:0] STATEMENT: insert into key_desc values (1, 1); 2024-09-07 20:44:37.158 UTC [21584][client backend] [pg_regress/insert][58/336:0] ERROR: no partition of relation "key_desc" found for row 2024-09-07 20:44:37.158 UTC [21584][client backend] [pg_regress/insert][58/336:0] STATEMENT: insert into key_desc values (2, 1); 2024-09-07 20:44:37.168 UTC [21584][client backend] [pg_regress/insert][58/343:2417] ERROR: every bound following MINVALUE must also be MINVALUE at character 75 2024-09-07 20:44:37.168 UTC [21584][client backend] [pg_regress/insert][58/343:2417] STATEMENT: create table mcrparted0 partition of mcrparted for values from (minvalue, 0, 0) to (1, maxvalue, maxvalue); 2024-09-07 20:44:37.169 UTC [21584][client backend] [pg_regress/insert][58/344:2418] ERROR: every bound following MAXVALUE must also be MAXVALUE at character 100 2024-09-07 20:44:37.169 UTC [21584][client backend] [pg_regress/insert][58/344:2418] STATEMENT: create table mcrparted2 partition of mcrparted for values from (10, 6, minvalue) to (10, maxvalue, minvalue); 2024-09-07 20:44:37.170 UTC [21584][client backend] [pg_regress/insert][58/345:2419] ERROR: every bound following MINVALUE must also be MINVALUE at character 79 2024-09-07 20:44:37.170 UTC [21584][client backend] [pg_regress/insert][58/345:2419] STATEMENT: create table mcrparted4 partition of mcrparted for values from (21, minvalue, 0) to (30, 20, minvalue); 2024-09-07 20:44:37.186 UTC [21584][client backend] [pg_regress/insert][58/352:0] ERROR: no partition of relation "mcrparted" found for row 2024-09-07 20:44:37.186 UTC [21584][client backend] [pg_regress/insert][58/352:0] DETAIL: Partition key of the failing row contains (a, abs(b), c) = (null, null, null). 2024-09-07 20:44:37.186 UTC [21584][client backend] [pg_regress/insert][58/352:0] STATEMENT: insert into mcrparted values (null, null, null); 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/365:0] ERROR: no partition of relation "mcrparted" found for row 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/365:0] DETAIL: Partition key of the failing row contains (a, abs(b), c) = (11, 1, -1). 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/365:0] STATEMENT: insert into mcrparted values (11, 1, -1); 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/366:0] ERROR: new row for relation "mcrparted3" violates partition constraint 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/366:0] DETAIL: Failing row contains (11, 1, -1). 2024-09-07 20:44:37.190 UTC [21584][client backend] [pg_regress/insert][58/366:0] STATEMENT: insert into mcrparted3 values (11, 1, -1); 2024-09-07 20:44:37.194 UTC [21584][client backend] [pg_regress/insert][58/369:0] ERROR: new row for relation "mcrparted4" violates partition constraint 2024-09-07 20:44:37.194 UTC [21584][client backend] [pg_regress/insert][58/369:0] DETAIL: Failing row contains (30, 21, 20). 2024-09-07 20:44:37.194 UTC [21584][client backend] [pg_regress/insert][58/369:0] STATEMENT: insert into mcrparted4 values (30, 21, 20); 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/376:0] ERROR: new row for relation "brtrigpartcon1" violates partition constraint 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/376:0] DETAIL: Failing row contains (2, hi there). 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/376:0] STATEMENT: insert into brtrigpartcon values (1, 'hi there'); 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/377:0] ERROR: new row for relation "brtrigpartcon1" violates partition constraint 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/377:0] DETAIL: Failing row contains (2, hi there). 2024-09-07 20:44:37.218 UTC [21584][client backend] [pg_regress/insert][58/377:0] STATEMENT: insert into brtrigpartcon1 values (1, 'hi there'); 2024-09-07 20:44:37.222 UTC [21584][client backend] [pg_regress/insert][58/384:0] ERROR: new row for relation "brtrigpartcon1" violates partition constraint 2024-09-07 20:44:37.222 UTC [21584][client backend] [pg_regress/insert][58/384:0] DETAIL: Failing row contains (a, b) = (2, hi there). 2024-09-07 20:44:37.222 UTC [21584][client backend] [pg_regress/insert][58/384:0] STATEMENT: with result as (insert into brtrigpartcon values (1, 'hi there') returning 1) insert into inserttest3 (f3) select * from result; 2024-09-07 20:44:37.522 UTC [21584][client backend] [pg_regress/insert][:0] LOG: disconnection: session time: 0:00:01.892 user=postgres database=regression host=[local] 2024-09-07 20:44:37.713 UTC [21792][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.715 UTC [21792][client backend] [[unknown]][61/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.720 UTC [21792][client backend] [[unknown]][61/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_misc 2024-09-07 20:44:37.730 UTC [21795][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.731 UTC [21795][client backend] [[unknown]][62/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.731 UTC [21795][client backend] [[unknown]][62/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_type 2024-09-07 20:44:37.733 UTC [21794][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.735 UTC [21794][client backend] [[unknown]][63/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.735 UTC [21794][client backend] [[unknown]][63/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_table 2024-09-07 20:44:37.739 UTC [21796][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.740 UTC [21796][client backend] [[unknown]][64/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.740 UTC [21796][client backend] [[unknown]][64/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_procedure 2024-09-07 20:44:37.743 UTC [21798][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.745 UTC [21797][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.746 UTC [21797][client backend] [[unknown]][66/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.746 UTC [21797][client backend] [[unknown]][66/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_operator 2024-09-07 20:44:37.751 UTC [21794][client backend] [pg_regress/create_table][63/2:0] ERROR: column "u" has pseudo-type unknown 2024-09-07 20:44:37.751 UTC [21794][client backend] [pg_regress/create_table][63/2:0] STATEMENT: CREATE TABLE unknowntab ( u unknown -- fail ); 2024-09-07 20:44:37.752 UTC [21798][client backend] [[unknown]][65/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.752 UTC [21798][client backend] [[unknown]][65/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_schema 2024-09-07 20:44:37.757 UTC [21794][client backend] [pg_regress/create_table][63/3:0] ERROR: column "u" has pseudo-type unknown 2024-09-07 20:44:37.757 UTC [21794][client backend] [pg_regress/create_table][63/3:0] STATEMENT: CREATE TYPE unknown_comptype AS ( u unknown -- fail ); 2024-09-07 20:44:37.758 UTC [21794][client backend] [pg_regress/create_table][63/4:0] ERROR: unrecognized parameter "Fillfactor" 2024-09-07 20:44:37.758 UTC [21794][client backend] [pg_regress/create_table][63/4:0] STATEMENT: CREATE TABLE tas_case WITH ("Fillfactor" = 10) AS SELECT 1 a; 2024-09-07 20:44:37.758 UTC [21799][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:37.758 UTC [21796][client backend] [pg_regress/create_procedure][64/2:0] ERROR: procedure nonexistent() does not exist at character 6 2024-09-07 20:44:37.758 UTC [21796][client backend] [pg_regress/create_procedure][64/2:0] HINT: No procedure matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:37.758 UTC [21796][client backend] [pg_regress/create_procedure][64/2:0] STATEMENT: CALL nonexistent(); 2024-09-07 20:44:37.759 UTC [21796][client backend] [pg_regress/create_procedure][64/3:0] ERROR: random() is not a procedure at character 6 2024-09-07 20:44:37.759 UTC [21796][client backend] [pg_regress/create_procedure][64/3:0] HINT: To call a function, use SELECT. 2024-09-07 20:44:37.759 UTC [21796][client backend] [pg_regress/create_procedure][64/3:0] STATEMENT: CALL random(); 2024-09-07 20:44:37.759 UTC [21799][client backend] [[unknown]][67/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:37.759 UTC [21799][client backend] [[unknown]][67/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_function_c 2024-09-07 20:44:37.765 UTC [21795][client backend] [pg_regress/create_type][62/9:0] ERROR: type "shell" already exists 2024-09-07 20:44:37.765 UTC [21795][client backend] [pg_regress/create_type][62/9:0] STATEMENT: CREATE TYPE shell; 2024-09-07 20:44:37.767 UTC [21795][client backend] [pg_regress/create_type][62/11:0] ERROR: type "shell" does not exist 2024-09-07 20:44:37.767 UTC [21795][client backend] [pg_regress/create_type][62/11:0] STATEMENT: DROP TYPE shell; 2024-09-07 20:44:37.777 UTC [21798][client backend] [pg_regress/create_schema][65/3:2514] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.777 UTC [21798][client backend] [pg_regress/create_schema][65/3:2514] STATEMENT: CREATE SCHEMA AUTHORIZATION regress_create_schema_role CREATE SEQUENCE schema_not_existing.seq; 2024-09-07 20:44:37.778 UTC [21797][client backend] [pg_regress/create_operator][66/4:0] ERROR: operator right argument type must be specified 2024-09-07 20:44:37.778 UTC [21797][client backend] [pg_regress/create_operator][66/4:0] DETAIL: Postfix operators are not supported. 2024-09-07 20:44:37.778 UTC [21797][client backend] [pg_regress/create_operator][66/4:0] STATEMENT: CREATE OPERATOR #%# ( leftarg = int8, -- fail, postfix is no longer supported procedure = factorial ); 2024-09-07 20:44:37.778 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Internallength" not recognized at character 27 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Input" not recognized at character 50 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Output" not recognized at character 71 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Alignment" not recognized at character 94 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Default" not recognized at character 115 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] WARNING: type attribute "Passedbyvalue" not recognized at character 132 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] ERROR: type input function must be specified 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/25:0] STATEMENT: CREATE TYPE bogus_type ( "Internallength" = 4, "Input" = int42_in, "Output" = int42_out, "Alignment" = int4, "Default" = 42, "Passedbyvalue" ); 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/26:0] ERROR: type input function array_in must return type bogus_type 2024-09-07 20:44:37.779 UTC [21795][client backend] [pg_regress/create_type][62/26:0] STATEMENT: CREATE TYPE bogus_type (INPUT = array_in, OUTPUT = array_out, ELEMENT = int, INTERNALLENGTH = 32); 2024-09-07 20:44:37.781 UTC [21795][client backend] [pg_regress/create_type][62/28:0] ERROR: type "bogus_type" does not exist 2024-09-07 20:44:37.781 UTC [21795][client backend] [pg_regress/create_type][62/28:0] HINT: Create the type as a shell type, then create its I/O functions, then do a full CREATE TYPE. 2024-09-07 20:44:37.781 UTC [21795][client backend] [pg_regress/create_type][62/28:0] STATEMENT: CREATE TYPE bogus_type (INPUT = array_in, OUTPUT = array_out, ELEMENT = int, INTERNALLENGTH = 32); 2024-09-07 20:44:37.781 UTC [21797][client backend] [pg_regress/create_operator][66/6:0] ERROR: operator does not exist: ###### integer 2024-09-07 20:44:37.781 UTC [21797][client backend] [pg_regress/create_operator][66/6:0] STATEMENT: COMMENT ON OPERATOR ###### (NONE, int4) IS 'bad prefix'; 2024-09-07 20:44:37.781 UTC [21798][client backend] [pg_regress/create_schema][65/4:2519] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.781 UTC [21798][client backend] [pg_regress/create_schema][65/4:2519] STATEMENT: CREATE SCHEMA AUTHORIZATION regress_create_schema_role CREATE TABLE schema_not_existing.tab (id int); 2024-09-07 20:44:37.782 UTC [21798][client backend] [pg_regress/create_schema][65/5:2521] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.782 UTC [21798][client backend] [pg_regress/create_schema][65/5:2521] STATEMENT: CREATE SCHEMA AUTHORIZATION regress_create_schema_role CREATE VIEW schema_not_existing.view AS SELECT 1; 2024-09-07 20:44:37.782 UTC [21798][client backend] [pg_regress/create_schema][65/6:2522] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.782 UTC [21798][client backend] [pg_regress/create_schema][65/6:2522] STATEMENT: CREATE SCHEMA AUTHORIZATION regress_create_schema_role CREATE INDEX ON schema_not_existing.tab (id); 2024-09-07 20:44:37.783 UTC [21797][client backend] [pg_regress/create_operator][66/7:0] ERROR: postfix operators are not supported 2024-09-07 20:44:37.783 UTC [21797][client backend] [pg_regress/create_operator][66/7:0] STATEMENT: COMMENT ON OPERATOR ###### (int4, NONE) IS 'bad postfix'; 2024-09-07 20:44:37.785 UTC [21799][client backend] [pg_regress/create_function_c][67/3:2525] ERROR: could not access file "nosuchfile": No such file or directory 2024-09-07 20:44:37.785 UTC [21799][client backend] [pg_regress/create_function_c][67/3:2525] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE C AS 'nosuchfile'; 2024-09-07 20:44:37.785 UTC [21797][client backend] [pg_regress/create_operator][66/8:0] ERROR: operator does not exist: integer ###### bigint 2024-09-07 20:44:37.785 UTC [21797][client backend] [pg_regress/create_operator][66/8:0] STATEMENT: COMMENT ON OPERATOR ###### (int4, int8) IS 'bad infix'; 2024-09-07 20:44:37.785 UTC [21795][client backend] [pg_regress/create_type][62/32:0] ERROR: type "bad" does not exist 2024-09-07 20:44:37.785 UTC [21795][client backend] [pg_regress/create_type][62/32:0] STATEMENT: COMMENT ON TYPE bad IS 'bad comment'; 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/9:0] ERROR: operator does not exist: ###### integer 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/9:0] STATEMENT: DROP OPERATOR ###### (NONE, int4); 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/10:0] ERROR: postfix operators are not supported 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/10:0] STATEMENT: DROP OPERATOR ###### (int4, NONE); 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/11:0] ERROR: operator does not exist: integer ###### bigint 2024-09-07 20:44:37.788 UTC [21797][client backend] [pg_regress/create_operator][66/11:0] STATEMENT: DROP OPERATOR ###### (int4, int8); 2024-09-07 20:44:37.789 UTC [21797][client backend] [pg_regress/create_operator][66/12:0] ERROR: syntax error at or near "=>" at character 17 2024-09-07 20:44:37.789 UTC [21797][client backend] [pg_regress/create_operator][66/12:0] STATEMENT: CREATE OPERATOR => ( rightarg = int8, procedure = factorial ); 2024-09-07 20:44:37.789 UTC [21798][client backend] [pg_regress/create_schema][65/7:2529] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.789 UTC [21798][client backend] [pg_regress/create_schema][65/7:2529] STATEMENT: CREATE SCHEMA AUTHORIZATION regress_create_schema_role CREATE TRIGGER schema_trig BEFORE INSERT ON schema_not_existing.tab EXECUTE FUNCTION schema_trig.no_func(); 2024-09-07 20:44:37.789 UTC [21795][client backend] [pg_regress/create_type][62/35:0] ERROR: column "nope" of relation "default_test_row" does not exist 2024-09-07 20:44:37.789 UTC [21795][client backend] [pg_regress/create_type][62/35:0] STATEMENT: COMMENT ON COLUMN default_test_row.nope IS 'bad comment'; 2024-09-07 20:44:37.789 UTC [21795][client backend] [pg_regress/create_type][62/38:0] ERROR: type "text_w_default" already exists 2024-09-07 20:44:37.789 UTC [21795][client backend] [pg_regress/create_type][62/38:0] STATEMENT: CREATE TYPE text_w_default; 2024-09-07 20:44:37.792 UTC [21799][client backend] [pg_regress/create_function_c][67/4:2535] ERROR: could not find function "nosuchsymbol" in file "/tmp/cirrus-ci-build/src/test/regress/regress.so" 2024-09-07 20:44:37.792 UTC [21799][client backend] [pg_regress/create_function_c][67/4:2535] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE C AS '/tmp/cirrus-ci-build/src/test/regress/regress.so', 'nosuchsymbol'; 2024-09-07 20:44:37.793 UTC [21798][client backend] [pg_regress/create_schema][65/9:2537] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.793 UTC [21798][client backend] [pg_regress/create_schema][65/9:2537] STATEMENT: CREATE SCHEMA AUTHORIZATION CURRENT_ROLE CREATE SEQUENCE schema_not_existing.seq; 2024-09-07 20:44:37.793 UTC [21798][client backend] [pg_regress/create_schema][65/10:2538] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.793 UTC [21798][client backend] [pg_regress/create_schema][65/10:2538] STATEMENT: CREATE SCHEMA AUTHORIZATION CURRENT_ROLE CREATE TABLE schema_not_existing.tab (id int); 2024-09-07 20:44:37.796 UTC [21797][client backend] [pg_regress/create_operator][66/15:0] ERROR: syntax error at or near ";" at character 14 2024-09-07 20:44:37.796 UTC [21797][client backend] [pg_regress/create_operator][66/15:0] STATEMENT: SELECT 10 !=-; 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/11:2539] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/11:2539] STATEMENT: CREATE SCHEMA AUTHORIZATION CURRENT_ROLE CREATE VIEW schema_not_existing.view AS SELECT 1; 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/12:2540] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/12:2540] STATEMENT: CREATE SCHEMA AUTHORIZATION CURRENT_ROLE CREATE INDEX ON schema_not_existing.tab (id); 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/13:2541] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_create_schema_role) 2024-09-07 20:44:37.797 UTC [21798][client backend] [pg_regress/create_schema][65/13:2541] STATEMENT: CREATE SCHEMA AUTHORIZATION CURRENT_ROLE CREATE TRIGGER schema_trig BEFORE INSERT ON schema_not_existing.tab EXECUTE FUNCTION schema_trig.no_func(); 2024-09-07 20:44:37.798 UTC [21798][client backend] [pg_regress/create_schema][65/14:2543] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_schema_1) 2024-09-07 20:44:37.798 UTC [21798][client backend] [pg_regress/create_schema][65/14:2543] STATEMENT: CREATE SCHEMA regress_schema_1 AUTHORIZATION CURRENT_ROLE CREATE SEQUENCE schema_not_existing.seq; 2024-09-07 20:44:37.800 UTC [21799][client backend] [pg_regress/create_function_c][67/6:2544] ERROR: there is no built-in function named "nosuch" 2024-09-07 20:44:37.800 UTC [21799][client backend] [pg_regress/create_function_c][67/6:2544] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE internal AS 'nosuch'; 2024-09-07 20:44:37.801 UTC [21798][client backend] [pg_regress/create_schema][65/15:2545] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_schema_1) 2024-09-07 20:44:37.801 UTC [21798][client backend] [pg_regress/create_schema][65/15:2545] STATEMENT: CREATE SCHEMA regress_schema_1 AUTHORIZATION CURRENT_ROLE CREATE TABLE schema_not_existing.tab (id int); 2024-09-07 20:44:37.803 UTC [21799][client backend] [pg_regress/create_function_c][:0] LOG: disconnection: session time: 0:00:00.046 user=postgres database=regression host=[local] 2024-09-07 20:44:37.803 UTC [21798][client backend] [pg_regress/create_schema][65/16:2546] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_schema_1) 2024-09-07 20:44:37.803 UTC [21798][client backend] [pg_regress/create_schema][65/16:2546] STATEMENT: CREATE SCHEMA regress_schema_1 AUTHORIZATION CURRENT_ROLE CREATE VIEW schema_not_existing.view AS SELECT 1; 2024-09-07 20:44:37.805 UTC [21798][client backend] [pg_regress/create_schema][65/17:2547] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_schema_1) 2024-09-07 20:44:37.805 UTC [21798][client backend] [pg_regress/create_schema][65/17:2547] STATEMENT: CREATE SCHEMA regress_schema_1 AUTHORIZATION CURRENT_ROLE CREATE INDEX ON schema_not_existing.tab (id); 2024-09-07 20:44:37.809 UTC [21798][client backend] [pg_regress/create_schema][65/18:2550] ERROR: CREATE specifies a schema (schema_not_existing) different from the one being created (regress_schema_1) 2024-09-07 20:44:37.809 UTC [21798][client backend] [pg_regress/create_schema][65/18:2550] STATEMENT: CREATE SCHEMA regress_schema_1 AUTHORIZATION CURRENT_ROLE CREATE TRIGGER schema_trig BEFORE INSERT ON schema_not_existing.tab EXECUTE FUNCTION schema_trig.no_func(); 2024-09-07 20:44:37.813 UTC [21797][client backend] [pg_regress/create_operator][66/25:2549] ERROR: permission denied for schema schema_op1 2024-09-07 20:44:37.813 UTC [21797][client backend] [pg_regress/create_operator][66/25:2549] STATEMENT: CREATE OPERATOR schema_op1.#*# ( rightarg = int8, procedure = factorial ); 2024-09-07 20:44:37.814 UTC [21795][client backend] [pg_regress/create_type][62/45:0] ERROR: cannot drop function base_fn_in(cstring) because other objects depend on it 2024-09-07 20:44:37.814 UTC [21795][client backend] [pg_regress/create_type][62/45:0] DETAIL: type base_type depends on function base_fn_in(cstring) function base_fn_out(base_type) depends on type base_type 2024-09-07 20:44:37.814 UTC [21795][client backend] [pg_regress/create_type][62/45:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:37.814 UTC [21795][client backend] [pg_regress/create_type][62/45:0] STATEMENT: DROP FUNCTION base_fn_in(cstring); 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/46:0] ERROR: cannot drop function base_fn_out(base_type) because other objects depend on it 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/46:0] DETAIL: type base_type depends on function base_fn_out(base_type) function base_fn_in(cstring) depends on type base_type 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/46:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/46:0] STATEMENT: DROP FUNCTION base_fn_out(base_type); 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/47:0] ERROR: cannot drop type base_type because other objects depend on it 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/47:0] DETAIL: function base_fn_in(cstring) depends on type base_type function base_fn_out(base_type) depends on type base_type 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/47:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:37.815 UTC [21795][client backend] [pg_regress/create_type][62/47:0] STATEMENT: DROP TYPE base_type; 2024-09-07 20:44:37.816 UTC [21797][client backend] [pg_regress/create_operator][66/26:0] ERROR: SETOF type not allowed for operator argument 2024-09-07 20:44:37.816 UTC [21797][client backend] [pg_regress/create_operator][66/26:0] STATEMENT: CREATE OPERATOR #*# ( leftarg = SETOF int8, procedure = factorial ); 2024-09-07 20:44:37.816 UTC [21797][client backend] [pg_regress/create_operator][66/27:0] ERROR: SETOF type not allowed for operator argument 2024-09-07 20:44:37.816 UTC [21797][client backend] [pg_regress/create_operator][66/27:0] STATEMENT: CREATE OPERATOR #*# ( rightarg = SETOF int8, procedure = factorial ); 2024-09-07 20:44:37.826 UTC [21795][client backend] [pg_regress/create_type][62/49:2571] ERROR: invalid NUMERIC type modifier at character 30 2024-09-07 20:44:37.826 UTC [21795][client backend] [pg_regress/create_type][62/49:2571] STATEMENT: CREATE TEMP TABLE mytab (foo widget(42,13,7)); 2024-09-07 20:44:37.828 UTC [21797][client backend] [pg_regress/create_operator][66/29:0] WARNING: operator attribute "invalid_att" not recognized 2024-09-07 20:44:37.830 UTC [21797][client backend] [pg_regress/create_operator][66/30:0] ERROR: operator argument types must be specified 2024-09-07 20:44:37.830 UTC [21797][client backend] [pg_regress/create_operator][66/30:0] STATEMENT: CREATE OPERATOR #@%# ( procedure = factorial ); 2024-09-07 20:44:37.830 UTC [21797][client backend] [pg_regress/create_operator][66/31:0] ERROR: operator function must be specified 2024-09-07 20:44:37.830 UTC [21797][client backend] [pg_regress/create_operator][66/31:0] STATEMENT: CREATE OPERATOR #@%# ( rightarg = int8 ); 2024-09-07 20:44:37.837 UTC [21797][client backend] [pg_regress/create_operator][66/32:2579] ERROR: permission denied for type type_op3 2024-09-07 20:44:37.837 UTC [21797][client backend] [pg_regress/create_operator][66/32:2579] STATEMENT: CREATE OPERATOR #*# ( leftarg = type_op3, rightarg = int8, procedure = fn_op3 ); 2024-09-07 20:44:37.842 UTC [21797][client backend] [pg_regress/create_operator][66/33:2596] ERROR: permission denied for type type_op4 2024-09-07 20:44:37.842 UTC [21797][client backend] [pg_regress/create_operator][66/33:2596] STATEMENT: CREATE OPERATOR #*# ( leftarg = int8, rightarg = type_op4, procedure = fn_op4 ); 2024-09-07 20:44:37.850 UTC [21797][client backend] [pg_regress/create_operator][66/34:2607] ERROR: permission denied for function fn_op5 2024-09-07 20:44:37.850 UTC [21797][client backend] [pg_regress/create_operator][66/34:2607] STATEMENT: CREATE OPERATOR #*# ( leftarg = int8, rightarg = int8, procedure = fn_op5 ); 2024-09-07 20:44:37.861 UTC [21794][client backend] [pg_regress/create_table][63/14:0] ERROR: only temporary relations may be created in temporary schemas at character 23 2024-09-07 20:44:37.861 UTC [21794][client backend] [pg_regress/create_table][63/14:0] STATEMENT: CREATE UNLOGGED TABLE pg_temp.unlogged3 (a int primary key); 2024-09-07 20:44:37.865 UTC [21795][client backend] [pg_regress/create_type][62/58:0] ERROR: invalid input syntax for type widget: "(1,2)" 2024-09-07 20:44:37.865 UTC [21795][client backend] [pg_regress/create_type][62/58:0] STATEMENT: SELECT pg_input_is_valid('(1,2)', 'widget'); 2024-09-07 20:44:37.865 UTC [21795][client backend] [pg_regress/create_type][62/60:0] ERROR: invalid input syntax for type widget: "(1,2)" 2024-09-07 20:44:37.865 UTC [21795][client backend] [pg_regress/create_type][62/60:0] STATEMENT: SELECT pg_input_is_valid('{"(1,2)"}', 'widget[]'); 2024-09-07 20:44:37.865 UTC [21796][client backend] [pg_regress/create_procedure][64/11:0] ERROR: ptest1(unknown) is a procedure at character 8 2024-09-07 20:44:37.865 UTC [21796][client backend] [pg_regress/create_procedure][64/11:0] HINT: To call a procedure, use CALL. 2024-09-07 20:44:37.865 UTC [21796][client backend] [pg_regress/create_procedure][64/11:0] STATEMENT: SELECT ptest1('x'); 2024-09-07 20:44:37.866 UTC [21795][client backend] [pg_regress/create_type][62/62:0] ERROR: invalid input syntax for type widget: "(1,2)" 2024-09-07 20:44:37.866 UTC [21795][client backend] [pg_regress/create_type][62/62:0] STATEMENT: SELECT pg_input_is_valid('("(1,2)")', 'mytab'); 2024-09-07 20:44:37.870 UTC [21797][client backend] [pg_regress/create_operator][66/35:2620] ERROR: permission denied for type type_op6 2024-09-07 20:44:37.870 UTC [21797][client backend] [pg_regress/create_operator][66/35:2620] STATEMENT: CREATE OPERATOR #*# ( leftarg = int8, rightarg = int8, procedure = fn_op6 ); 2024-09-07 20:44:37.873 UTC [21797][client backend] [pg_regress/create_operator][66/36:0] ERROR: operator cannot be its own negator 2024-09-07 20:44:37.873 UTC [21797][client backend] [pg_regress/create_operator][66/36:0] STATEMENT: CREATE OPERATOR === ( leftarg = integer, rightarg = integer, procedure = int4eq, negator = === ); 2024-09-07 20:44:37.874 UTC [21797][client backend] [pg_regress/create_operator][66/37:2628] ERROR: operator cannot be its own negator 2024-09-07 20:44:37.874 UTC [21797][client backend] [pg_regress/create_operator][66/37:2628] STATEMENT: CREATE OPERATOR ===!!! ( leftarg = integer, rightarg = integer, procedure = int4ne, negator = ===!!! ); 2024-09-07 20:44:37.878 UTC [21797][client backend] [pg_regress/create_operator][66/38:2632] ERROR: commutator operator = is already the commutator of operator = 2024-09-07 20:44:37.878 UTC [21797][client backend] [pg_regress/create_operator][66/38:2632] STATEMENT: CREATE OPERATOR === ( leftarg = integer, rightarg = integer, procedure = int4eq, commutator = = ); 2024-09-07 20:44:37.879 UTC [21797][client backend] [pg_regress/create_operator][66/39:2633] ERROR: negator operator <> is already the negator of operator = 2024-09-07 20:44:37.879 UTC [21797][client backend] [pg_regress/create_operator][66/39:2633] STATEMENT: CREATE OPERATOR === ( leftarg = integer, rightarg = integer, procedure = int4eq, negator = <> ); 2024-09-07 20:44:37.879 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Leftarg" not recognized 2024-09-07 20:44:37.881 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Rightarg" not recognized 2024-09-07 20:44:37.881 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Procedure" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Commutator" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Negator" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Restrict" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Join" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Hashes" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] WARNING: operator attribute "Merges" not recognized 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] ERROR: operator function must be specified 2024-09-07 20:44:37.882 UTC [21797][client backend] [pg_regress/create_operator][66/40:0] STATEMENT: CREATE OPERATOR === ( "Leftarg" = box, "Rightarg" = box, "Procedure" = area_equal_function, "Commutator" = ===, "Negator" = !==, "Restrict" = area_restriction_function, "Join" = area_join_function, "Hashes", "Merges" ); 2024-09-07 20:44:37.884 UTC [21796][client backend] [pg_regress/create_procedure][64/21:0] ERROR: CREATE TABLE is not yet supported in unquoted SQL function body 2024-09-07 20:44:37.884 UTC [21796][client backend] [pg_regress/create_procedure][64/21:0] STATEMENT: CREATE PROCEDURE ptestx() LANGUAGE SQL BEGIN ATOMIC CREATE TABLE x (a int); END; 2024-09-07 20:44:37.885 UTC [21797][client backend] [pg_regress/create_operator][:0] LOG: disconnection: session time: 0:00:00.144 user=postgres database=regression host=[local] 2024-09-07 20:44:37.895 UTC [21795][client backend] [pg_regress/create_type][62/74:0] ERROR: type "myvarchar" is only a shell 2024-09-07 20:44:37.895 UTC [21795][client backend] [pg_regress/create_type][62/74:0] STATEMENT: ALTER TYPE myvarchar SET (storage = extended); 2024-09-07 20:44:37.896 UTC [21795][client backend] [pg_regress/create_type][62/77:0] ERROR: cannot change type's storage to PLAIN 2024-09-07 20:44:37.896 UTC [21795][client backend] [pg_regress/create_type][62/77:0] STATEMENT: ALTER TYPE myvarchar SET (storage = plain); 2024-09-07 20:44:37.901 UTC [21794][client backend] [pg_regress/create_table][63/18:0] ERROR: cannot create temporary relation in non-temporary schema at character 19 2024-09-07 20:44:37.901 UTC [21794][client backend] [pg_regress/create_table][63/18:0] STATEMENT: CREATE TEMP TABLE public.temp_to_perm (a int primary key); 2024-09-07 20:44:37.907 UTC [21796][client backend] [pg_regress/create_procedure][64/30:2655] ERROR: calling procedures with output arguments is not supported in SQL functions 2024-09-07 20:44:37.907 UTC [21796][client backend] [pg_regress/create_procedure][64/30:2655] CONTEXT: SQL function "ptest4b" 2024-09-07 20:44:37.907 UTC [21796][client backend] [pg_regress/create_procedure][64/30:2655] STATEMENT: CREATE PROCEDURE ptest4b(INOUT b int, INOUT a int) LANGUAGE SQL AS $$ CALL ptest4a(a, b); -- error, not supported $$; 2024-09-07 20:44:37.913 UTC [21795][client backend] [pg_regress/create_type][62/84:0] ERROR: cannot drop function myvarcharsend(myvarchar) because other objects depend on it 2024-09-07 20:44:37.913 UTC [21795][client backend] [pg_regress/create_type][62/84:0] DETAIL: type myvarchar depends on function myvarcharsend(myvarchar) function myvarcharin(cstring,oid,integer) depends on type myvarchar function myvarcharout(myvarchar) depends on type myvarchar function myvarcharrecv(internal,oid,integer) depends on type myvarchar type myvarchardom depends on function myvarcharsend(myvarchar) 2024-09-07 20:44:37.913 UTC [21795][client backend] [pg_regress/create_type][62/84:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:37.913 UTC [21795][client backend] [pg_regress/create_type][62/84:0] STATEMENT: DROP FUNCTION myvarcharsend(myvarchar); 2024-09-07 20:44:37.925 UTC [21795][client backend] [pg_regress/create_type][62/85:0] ERROR: cannot drop type myvarchar because other objects depend on it 2024-09-07 20:44:37.925 UTC [21795][client backend] [pg_regress/create_type][62/85:0] DETAIL: function myvarcharin(cstring,oid,integer) depends on type myvarchar function myvarcharout(myvarchar) depends on type myvarchar function myvarcharsend(myvarchar) depends on type myvarchar function myvarcharrecv(internal,oid,integer) depends on type myvarchar type myvarchardom depends on type myvarchar 2024-09-07 20:44:37.925 UTC [21795][client backend] [pg_regress/create_type][62/85:0] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:37.925 UTC [21795][client backend] [pg_regress/create_type][62/85:0] STATEMENT: DROP TYPE myvarchar; 2024-09-07 20:44:37.938 UTC [21795][client backend] [pg_regress/create_type][:0] LOG: disconnection: session time: 0:00:00.209 user=postgres database=regression host=[local] 2024-09-07 20:44:37.944 UTC [21796][client backend] [pg_regress/create_procedure][64/61:0] ERROR: procedure ptest9(numeric) does not exist at character 6 2024-09-07 20:44:37.944 UTC [21796][client backend] [pg_regress/create_procedure][64/61:0] HINT: No procedure matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:37.944 UTC [21796][client backend] [pg_regress/create_procedure][64/61:0] STATEMENT: CALL ptest9(1./0.); 2024-09-07 20:44:37.945 UTC [21794][client backend] [pg_regress/create_table][63/21:0] ERROR: relation "as_select1" already exists 2024-09-07 20:44:37.945 UTC [21794][client backend] [pg_regress/create_table][63/21:0] STATEMENT: CREATE TABLE as_select1 AS SELECT * FROM pg_class WHERE relkind = 'r'; 2024-09-07 20:44:37.955 UTC [21796][client backend] [pg_regress/create_procedure][64/72:0] ERROR: procedure name "ptest10" is not unique 2024-09-07 20:44:37.955 UTC [21796][client backend] [pg_regress/create_procedure][64/72:0] HINT: Specify the argument list to select the procedure unambiguously. 2024-09-07 20:44:37.955 UTC [21796][client backend] [pg_regress/create_procedure][64/72:0] STATEMENT: drop procedure ptest10; 2024-09-07 20:44:37.955 UTC [21796][client backend] [pg_regress/create_procedure][64/73:0] ERROR: procedure name "ptest10" is not unique 2024-09-07 20:44:37.955 UTC [21796][client backend] [pg_regress/create_procedure][64/73:0] STATEMENT: drop procedure ptest10(int, int, int); 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/76:0] ERROR: version() is not a procedure at character 6 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/76:0] HINT: To call a function, use SELECT. 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/76:0] STATEMENT: CALL version(); 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/77:0] ERROR: sum(integer) is not a procedure at character 6 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/77:0] HINT: To call a function, use SELECT. 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/77:0] STATEMENT: CALL sum(1); 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/78:0] ERROR: invalid attribute in procedure definition at character 40 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/78:0] STATEMENT: CREATE PROCEDURE ptestx() LANGUAGE SQL WINDOW AS $$ INSERT INTO cp_test VALUES (1, 'a') $$; 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/79:0] ERROR: invalid attribute in procedure definition at character 40 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/79:0] STATEMENT: CREATE PROCEDURE ptestx() LANGUAGE SQL STRICT AS $$ INSERT INTO cp_test VALUES (1, 'a') $$; 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/80:0] ERROR: VARIADIC parameter must be the last parameter 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/80:0] STATEMENT: CREATE PROCEDURE ptestx(a VARIADIC int[], b OUT int) LANGUAGE SQL AS $$ SELECT a[1] $$; 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/81:0] ERROR: procedure OUT parameters cannot appear after one with a default value 2024-09-07 20:44:37.964 UTC [21796][client backend] [pg_regress/create_procedure][64/81:0] STATEMENT: CREATE PROCEDURE ptestx(a int DEFAULT 42, b OUT int) LANGUAGE SQL AS $$ SELECT a $$; 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/82:0] ERROR: invalid attribute in procedure definition at character 30 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/82:0] STATEMENT: ALTER PROCEDURE ptest1(text) STRICT; 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/83:0] ERROR: ptest1(text) is not a function 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/83:0] STATEMENT: ALTER FUNCTION ptest1(text) VOLATILE; 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/84:0] ERROR: cp_testfunc1(integer) is not a procedure 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/84:0] STATEMENT: ALTER PROCEDURE cp_testfunc1(int) VOLATILE; 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/85:0] ERROR: procedure nonexistent() does not exist 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/85:0] STATEMENT: ALTER PROCEDURE nonexistent() VOLATILE; 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/86:0] ERROR: ptest1(text) is not a function 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/86:0] STATEMENT: DROP FUNCTION ptest1(text); 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/87:0] ERROR: cp_testfunc1(integer) is not a procedure 2024-09-07 20:44:37.965 UTC [21796][client backend] [pg_regress/create_procedure][64/87:0] STATEMENT: DROP PROCEDURE cp_testfunc1(int); 2024-09-07 20:44:37.966 UTC [21796][client backend] [pg_regress/create_procedure][64/88:0] ERROR: procedure nonexistent() does not exist 2024-09-07 20:44:37.966 UTC [21796][client backend] [pg_regress/create_procedure][64/88:0] STATEMENT: DROP PROCEDURE nonexistent(); 2024-09-07 20:44:37.967 UTC [21794][client backend] [pg_regress/create_table][63/26:0] ERROR: relation "as_select1" already exists 2024-09-07 20:44:37.967 UTC [21794][client backend] [pg_regress/create_table][63/26:0] STATEMENT: CREATE TABLE as_select1 AS EXECUTE select1; 2024-09-07 20:44:37.967 UTC [21796][client backend] [pg_regress/create_procedure][64/93:0] ERROR: permission denied for procedure ptest1 2024-09-07 20:44:37.967 UTC [21796][client backend] [pg_regress/create_procedure][64/93:0] STATEMENT: CALL ptest1('a'); 2024-09-07 20:44:37.979 UTC [21796][client backend] [pg_regress/create_procedure][:0] LOG: disconnection: session time: 0:00:00.240 user=postgres database=regression host=[local] 2024-09-07 20:44:38.057 UTC [21792][client backend] [pg_regress/create_misc][:0] LOG: disconnection: session time: 0:00:00.343 user=postgres database=regression host=[local] 2024-09-07 20:44:38.070 UTC [21798][client backend] [pg_regress/create_schema][:0] LOG: disconnection: session time: 0:00:00.328 user=postgres database=regression host=[local] 2024-09-07 20:44:38.184 UTC [21794][client backend] [pg_regress/create_table][63/36:0] ERROR: syntax error at or near "OIDS" at character 29 2024-09-07 20:44:38.184 UTC [21794][client backend] [pg_regress/create_table][63/36:0] STATEMENT: CREATE TABLE withoid() WITH OIDS; 2024-09-07 20:44:38.185 UTC [21794][client backend] [pg_regress/create_table][63/37:0] ERROR: tables declared WITH OIDS are not supported 2024-09-07 20:44:38.185 UTC [21794][client backend] [pg_regress/create_table][63/37:0] STATEMENT: CREATE TABLE withoid() WITH (oids); 2024-09-07 20:44:38.185 UTC [21794][client backend] [pg_regress/create_table][63/38:0] ERROR: tables declared WITH OIDS are not supported 2024-09-07 20:44:38.185 UTC [21794][client backend] [pg_regress/create_table][63/38:0] STATEMENT: CREATE TABLE withoid() WITH (oids = true); 2024-09-07 20:44:38.191 UTC [21794][client backend] [pg_regress/create_table][63/43:2724] ERROR: cannot use column reference in DEFAULT expression at character 51 2024-09-07 20:44:38.191 UTC [21794][client backend] [pg_regress/create_table][63/43:2724] STATEMENT: CREATE TABLE default_expr_column (id int DEFAULT (id)); 2024-09-07 20:44:38.192 UTC [21794][client backend] [pg_regress/create_table][63/44:2725] ERROR: cannot use column reference in DEFAULT expression at character 51 2024-09-07 20:44:38.192 UTC [21794][client backend] [pg_regress/create_table][63/44:2725] STATEMENT: CREATE TABLE default_expr_column (id int DEFAULT (bar.id)); 2024-09-07 20:44:38.206 UTC [21794][client backend] [pg_regress/create_table][63/45:2726] ERROR: cannot use column reference in DEFAULT expression at character 59 2024-09-07 20:44:38.206 UTC [21794][client backend] [pg_regress/create_table][63/45:2726] STATEMENT: CREATE TABLE default_expr_agg_column (id int DEFAULT (avg(id))); 2024-09-07 20:44:38.207 UTC [21794][client backend] [pg_regress/create_table][63/46:2727] ERROR: cannot use column reference in DEFAULT expression at character 58 2024-09-07 20:44:38.207 UTC [21794][client backend] [pg_regress/create_table][63/46:2727] STATEMENT: CREATE TABLE default_expr_non_column (a int DEFAULT (avg(non_existent))); 2024-09-07 20:44:38.208 UTC [21794][client backend] [pg_regress/create_table][63/47:2728] ERROR: aggregate functions are not allowed in DEFAULT expressions at character 47 2024-09-07 20:44:38.208 UTC [21794][client backend] [pg_regress/create_table][63/47:2728] STATEMENT: CREATE TABLE default_expr_agg (a int DEFAULT (avg(1))); 2024-09-07 20:44:38.209 UTC [21794][client backend] [pg_regress/create_table][63/48:2729] ERROR: cannot use subquery in DEFAULT expression at character 46 2024-09-07 20:44:38.209 UTC [21794][client backend] [pg_regress/create_table][63/48:2729] STATEMENT: CREATE TABLE default_expr_agg (a int DEFAULT (select 1)); 2024-09-07 20:44:38.210 UTC [21794][client backend] [pg_regress/create_table][63/49:2730] ERROR: set-returning functions are not allowed in DEFAULT expressions at character 47 2024-09-07 20:44:38.210 UTC [21794][client backend] [pg_regress/create_table][63/49:2730] STATEMENT: CREATE TABLE default_expr_agg (a int DEFAULT (generate_series(1,3))); 2024-09-07 20:44:38.229 UTC [21794][client backend] [pg_regress/create_table][63/55:0] ERROR: cannot create partitioned table as inheritance child 2024-09-07 20:44:38.229 UTC [21794][client backend] [pg_regress/create_table][63/55:0] STATEMENT: CREATE TABLE partitioned ( a int ) INHERITS (some_table) PARTITION BY LIST (a); 2024-09-07 20:44:38.230 UTC [21794][client backend] [pg_regress/create_table][63/56:2738] ERROR: cannot use "list" partition strategy with more than one column 2024-09-07 20:44:38.230 UTC [21794][client backend] [pg_regress/create_table][63/56:2738] STATEMENT: CREATE TABLE partitioned ( a1 int, a2 int ) PARTITION BY LIST (a1, a2); 2024-09-07 20:44:38.231 UTC [21794][client backend] [pg_regress/create_table][63/58:2740] ERROR: set-returning functions are not allowed in partition key expressions 2024-09-07 20:44:38.231 UTC [21794][client backend] [pg_regress/create_table][63/58:2740] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE (retset(a)); 2024-09-07 20:44:38.237 UTC [21794][client backend] [pg_regress/create_table][63/60:2742] ERROR: aggregate functions are not allowed in partition key expressions 2024-09-07 20:44:38.237 UTC [21794][client backend] [pg_regress/create_table][63/60:2742] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE ((avg(a))); 2024-09-07 20:44:38.238 UTC [21794][client backend] [pg_regress/create_table][63/61:2743] ERROR: window functions are not allowed in partition key expressions 2024-09-07 20:44:38.238 UTC [21794][client backend] [pg_regress/create_table][63/61:2743] STATEMENT: CREATE TABLE partitioned ( a int, b int ) PARTITION BY RANGE ((avg(a) OVER (PARTITION BY b))); 2024-09-07 20:44:38.239 UTC [21794][client backend] [pg_regress/create_table][63/62:2744] ERROR: cannot use subquery in partition key expression 2024-09-07 20:44:38.239 UTC [21794][client backend] [pg_regress/create_table][63/62:2744] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY LIST ((a LIKE (SELECT 1))); 2024-09-07 20:44:38.240 UTC [21794][client backend] [pg_regress/create_table][63/63:2745] ERROR: cannot use constant expression as partition key 2024-09-07 20:44:38.240 UTC [21794][client backend] [pg_regress/create_table][63/63:2745] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE ((42)); 2024-09-07 20:44:38.249 UTC [21794][client backend] [pg_regress/create_table][63/65:2747] ERROR: cannot use constant expression as partition key 2024-09-07 20:44:38.249 UTC [21794][client backend] [pg_regress/create_table][63/65:2747] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE (const_func()); 2024-09-07 20:44:38.250 UTC [21794][client backend] [pg_regress/create_table][63/67:0] ERROR: unrecognized partitioning strategy "magic" 2024-09-07 20:44:38.250 UTC [21794][client backend] [pg_regress/create_table][63/67:0] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY MAGIC (a); 2024-09-07 20:44:38.251 UTC [21794][client backend] [pg_regress/create_table][63/68:2749] ERROR: column "b" named in partition key does not exist at character 57 2024-09-07 20:44:38.251 UTC [21794][client backend] [pg_regress/create_table][63/68:2749] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE (b); 2024-09-07 20:44:38.252 UTC [21794][client backend] [pg_regress/create_table][63/69:2750] ERROR: cannot use system column "xmin" in partition key at character 57 2024-09-07 20:44:38.252 UTC [21794][client backend] [pg_regress/create_table][63/69:2750] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE (xmin); 2024-09-07 20:44:38.266 UTC [21794][client backend] [pg_regress/create_table][63/70:2751] ERROR: partition key column 1 has pseudo-type record 2024-09-07 20:44:38.266 UTC [21794][client backend] [pg_regress/create_table][63/70:2751] STATEMENT: CREATE TABLE partitioned ( a int, b int ) PARTITION BY RANGE (((a, b))); 2024-09-07 20:44:38.267 UTC [21794][client backend] [pg_regress/create_table][63/71:2752] ERROR: partition key column 2 has pseudo-type unknown 2024-09-07 20:44:38.267 UTC [21794][client backend] [pg_regress/create_table][63/71:2752] STATEMENT: CREATE TABLE partitioned ( a int, b int ) PARTITION BY RANGE (a, ('unknown')); 2024-09-07 20:44:38.269 UTC [21794][client backend] [pg_regress/create_table][63/73:2754] ERROR: functions in partition key expression must be marked IMMUTABLE 2024-09-07 20:44:38.269 UTC [21794][client backend] [pg_regress/create_table][63/73:2754] STATEMENT: CREATE TABLE partitioned ( a int ) PARTITION BY RANGE (immut_func(a)); 2024-09-07 20:44:38.271 UTC [21794][client backend] [pg_regress/create_table][63/75:2756] ERROR: data type point has no default operator class for access method "btree" 2024-09-07 20:44:38.271 UTC [21794][client backend] [pg_regress/create_table][63/75:2756] HINT: You must specify a btree operator class or define a default btree operator class for the data type. 2024-09-07 20:44:38.271 UTC [21794][client backend] [pg_regress/create_table][63/75:2756] STATEMENT: CREATE TABLE partitioned ( a point ) PARTITION BY LIST (a); 2024-09-07 20:44:38.272 UTC [21794][client backend] [pg_regress/create_table][63/76:2757] ERROR: operator class "point_ops" does not exist for access method "btree" 2024-09-07 20:44:38.272 UTC [21794][client backend] [pg_regress/create_table][63/76:2757] STATEMENT: CREATE TABLE partitioned ( a point ) PARTITION BY LIST (a point_ops); 2024-09-07 20:44:38.273 UTC [21794][client backend] [pg_regress/create_table][63/77:2758] ERROR: data type point has no default operator class for access method "btree" 2024-09-07 20:44:38.273 UTC [21794][client backend] [pg_regress/create_table][63/77:2758] HINT: You must specify a btree operator class or define a default btree operator class for the data type. 2024-09-07 20:44:38.273 UTC [21794][client backend] [pg_regress/create_table][63/77:2758] STATEMENT: CREATE TABLE partitioned ( a point ) PARTITION BY RANGE (a); 2024-09-07 20:44:38.274 UTC [21794][client backend] [pg_regress/create_table][63/78:2759] ERROR: operator class "point_ops" does not exist for access method "btree" 2024-09-07 20:44:38.274 UTC [21794][client backend] [pg_regress/create_table][63/78:2759] STATEMENT: CREATE TABLE partitioned ( a point ) PARTITION BY RANGE (a point_ops); 2024-09-07 20:44:38.275 UTC [21794][client backend] [pg_regress/create_table][63/79:2760] ERROR: cannot add NO INHERIT constraint to partitioned table "partitioned" 2024-09-07 20:44:38.275 UTC [21794][client backend] [pg_regress/create_table][63/79:2760] STATEMENT: CREATE TABLE partitioned ( a int, CONSTRAINT check_a CHECK (a > 0) NO INHERIT ) PARTITION BY RANGE (a); 2024-09-07 20:44:38.287 UTC [21794][client backend] [pg_regress/create_table][63/83:2763] ERROR: cannot drop function plusone(integer) because other objects depend on it 2024-09-07 20:44:38.287 UTC [21794][client backend] [pg_regress/create_table][63/83:2763] DETAIL: table partitioned depends on function plusone(integer) 2024-09-07 20:44:38.287 UTC [21794][client backend] [pg_regress/create_table][63/83:2763] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:38.287 UTC [21794][client backend] [pg_regress/create_table][63/83:2763] STATEMENT: DROP FUNCTION plusone(int); 2024-09-07 20:44:38.289 UTC [21794][client backend] [pg_regress/create_table][63/85:0] ERROR: cannot inherit from partitioned table "partitioned2" 2024-09-07 20:44:38.289 UTC [21794][client backend] [pg_regress/create_table][63/85:0] STATEMENT: CREATE TABLE fail () INHERITS (partitioned2); 2024-09-07 20:44:38.379 UTC [21794][client backend] [pg_regress/create_table][63/108:0] ERROR: no partition of relation "partitioned2" found for row 2024-09-07 20:44:38.379 UTC [21794][client backend] [pg_regress/create_table][63/108:0] DETAIL: Partition key of the failing row contains ((a + 1), substr(b, 1, 5)) = (2, hello). 2024-09-07 20:44:38.379 UTC [21794][client backend] [pg_regress/create_table][63/108:0] STATEMENT: INSERT INTO partitioned2 VALUES (1, 'hello'); 2024-09-07 20:44:38.531 UTC [21794][client backend] [pg_regress/create_table][63/141:2777] ERROR: cannot drop column "a" because it is part of the partition key of relation "partitioned" 2024-09-07 20:44:38.531 UTC [21794][client backend] [pg_regress/create_table][63/141:2777] STATEMENT: alter table partitioned drop column a; 2024-09-07 20:44:38.533 UTC [21794][client backend] [pg_regress/create_table][63/142:2778] ERROR: cannot drop type intdom1 because other objects depend on it 2024-09-07 20:44:38.533 UTC [21794][client backend] [pg_regress/create_table][63/142:2778] DETAIL: table partitioned depends on type intdom1 2024-09-07 20:44:38.533 UTC [21794][client backend] [pg_regress/create_table][63/142:2778] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:38.533 UTC [21794][client backend] [pg_regress/create_table][63/142:2778] STATEMENT: drop domain intdom1; 2024-09-07 20:44:38.553 UTC [21794][client backend] [pg_regress/create_table][63/144:0] ERROR: relation "partitioned" does not exist at character 7 2024-09-07 20:44:38.553 UTC [21794][client backend] [pg_regress/create_table][63/144:0] STATEMENT: table partitioned; 2024-09-07 20:44:38.558 UTC [21794][client backend] [pg_regress/create_table][63/147:2782] ERROR: cannot drop column "a" because it is part of the partition key of relation "partitioned" 2024-09-07 20:44:38.558 UTC [21794][client backend] [pg_regress/create_table][63/147:2782] STATEMENT: alter table partitioned drop column a; 2024-09-07 20:44:38.559 UTC [21794][client backend] [pg_regress/create_table][63/148:2783] ERROR: cannot drop type intdom1 because other objects depend on it 2024-09-07 20:44:38.559 UTC [21794][client backend] [pg_regress/create_table][63/148:2783] DETAIL: table partitioned depends on type intdom1 2024-09-07 20:44:38.559 UTC [21794][client backend] [pg_regress/create_table][63/148:2783] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:38.559 UTC [21794][client backend] [pg_regress/create_table][63/148:2783] STATEMENT: drop domain intdom1; 2024-09-07 20:44:38.578 UTC [21794][client backend] [pg_regress/create_table][63/150:0] ERROR: relation "partitioned" does not exist at character 7 2024-09-07 20:44:38.578 UTC [21794][client backend] [pg_regress/create_table][63/150:0] STATEMENT: table partitioned; 2024-09-07 20:44:38.621 UTC [21794][client backend] [pg_regress/create_table][63/167:2790] ERROR: cannot use column reference in partition bound expression at character 75 2024-09-07 20:44:38.621 UTC [21794][client backend] [pg_regress/create_table][63/167:2790] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (somename); 2024-09-07 20:44:38.626 UTC [21794][client backend] [pg_regress/create_table][63/168:2791] ERROR: cannot use column reference in partition bound expression at character 75 2024-09-07 20:44:38.626 UTC [21794][client backend] [pg_regress/create_table][63/168:2791] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (somename.somename); 2024-09-07 20:44:38.627 UTC [21794][client backend] [pg_regress/create_table][63/169:2792] ERROR: cannot use column reference in partition bound expression at character 75 2024-09-07 20:44:38.627 UTC [21794][client backend] [pg_regress/create_table][63/169:2792] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (a); 2024-09-07 20:44:38.628 UTC [21794][client backend] [pg_regress/create_table][63/170:2793] ERROR: cannot use column reference in partition bound expression at character 79 2024-09-07 20:44:38.628 UTC [21794][client backend] [pg_regress/create_table][63/170:2793] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (sum(a)); 2024-09-07 20:44:38.631 UTC [21794][client backend] [pg_regress/create_table][63/171:2794] ERROR: cannot use column reference in partition bound expression at character 79 2024-09-07 20:44:38.631 UTC [21794][client backend] [pg_regress/create_table][63/171:2794] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (sum(somename)); 2024-09-07 20:44:38.634 UTC [21794][client backend] [pg_regress/create_table][63/172:2795] ERROR: aggregate functions are not allowed in partition bound at character 75 2024-09-07 20:44:38.634 UTC [21794][client backend] [pg_regress/create_table][63/172:2795] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (sum(1)); 2024-09-07 20:44:38.636 UTC [21794][client backend] [pg_regress/create_table][63/173:2796] ERROR: cannot use subquery in partition bound at character 75 2024-09-07 20:44:38.636 UTC [21794][client backend] [pg_regress/create_table][63/173:2796] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN ((select 1)); 2024-09-07 20:44:38.641 UTC [21794][client backend] [pg_regress/create_table][63/174:2797] ERROR: set-returning functions are not allowed in partition bound at character 75 2024-09-07 20:44:38.641 UTC [21794][client backend] [pg_regress/create_table][63/174:2797] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN (generate_series(4, 6)); 2024-09-07 20:44:38.642 UTC [21794][client backend] [pg_regress/create_table][63/175:2798] ERROR: collations are not supported by type integer at character 81 2024-09-07 20:44:38.642 UTC [21794][client backend] [pg_regress/create_table][63/175:2798] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF list_parted FOR VALUES IN ((1+1) collate "POSIX"); 2024-09-07 20:44:38.643 UTC [21794][client backend] [pg_regress/create_table][63/176:0] ERROR: syntax error at or near ")" at character 64 2024-09-07 20:44:38.643 UTC [21794][client backend] [pg_regress/create_table][63/176:0] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted FOR VALUES IN (); 2024-09-07 20:44:38.644 UTC [21794][client backend] [pg_regress/create_table][63/177:2799] ERROR: invalid bound specification for a list partition at character 60 2024-09-07 20:44:38.644 UTC [21794][client backend] [pg_regress/create_table][63/177:2799] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted FOR VALUES FROM (1) TO (2); 2024-09-07 20:44:38.645 UTC [21794][client backend] [pg_regress/create_table][63/178:2800] ERROR: invalid bound specification for a list partition at character 60 2024-09-07 20:44:38.645 UTC [21794][client backend] [pg_regress/create_table][63/178:2800] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted FOR VALUES WITH (MODULUS 10, REMAINDER 1); 2024-09-07 20:44:38.651 UTC [21794][client backend] [pg_regress/create_table][63/180:2802] ERROR: partition "fail_default_part" conflicts with existing default partition "part_default" at character 57 2024-09-07 20:44:38.651 UTC [21794][client backend] [pg_regress/create_table][63/180:2802] STATEMENT: CREATE TABLE fail_default_part PARTITION OF list_parted DEFAULT; 2024-09-07 20:44:38.656 UTC [21794][client backend] [pg_regress/create_table][63/182:2804] ERROR: specified value cannot be cast to type boolean for column "a" at character 59 2024-09-07 20:44:38.656 UTC [21794][client backend] [pg_regress/create_table][63/182:2804] STATEMENT: CREATE TABLE bools_true PARTITION OF bools FOR VALUES IN (1); 2024-09-07 20:44:38.710 UTC [21794][client backend] [pg_regress/create_table][63/191:2813] ERROR: partition "bigintp_10_2" would overlap partition "bigintp_10" at character 63 2024-09-07 20:44:38.710 UTC [21794][client backend] [pg_regress/create_table][63/191:2813] STATEMENT: CREATE TABLE bigintp_10_2 PARTITION OF bigintp FOR VALUES IN ('10'); 2024-09-07 20:44:38.716 UTC [21794][client backend] [pg_regress/create_table][63/194:2816] ERROR: cannot use column reference in partition bound expression at character 80 2024-09-07 20:44:38.716 UTC [21794][client backend] [pg_regress/create_table][63/194:2816] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (somename) TO ('2019-01-01'); 2024-09-07 20:44:38.717 UTC [21794][client backend] [pg_regress/create_table][63/195:2817] ERROR: cannot use column reference in partition bound expression at character 80 2024-09-07 20:44:38.717 UTC [21794][client backend] [pg_regress/create_table][63/195:2817] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (somename.somename) TO ('2019-01-01'); 2024-09-07 20:44:38.718 UTC [21794][client backend] [pg_regress/create_table][63/196:2818] ERROR: cannot use column reference in partition bound expression at character 80 2024-09-07 20:44:38.718 UTC [21794][client backend] [pg_regress/create_table][63/196:2818] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (a) TO ('2019-01-01'); 2024-09-07 20:44:38.719 UTC [21794][client backend] [pg_regress/create_table][63/197:2819] ERROR: cannot use column reference in partition bound expression at character 84 2024-09-07 20:44:38.719 UTC [21794][client backend] [pg_regress/create_table][63/197:2819] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (max(a)) TO ('2019-01-01'); 2024-09-07 20:44:38.720 UTC [21794][client backend] [pg_regress/create_table][63/198:2820] ERROR: cannot use column reference in partition bound expression at character 84 2024-09-07 20:44:38.720 UTC [21794][client backend] [pg_regress/create_table][63/198:2820] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (max(somename)) TO ('2019-01-01'); 2024-09-07 20:44:38.722 UTC [21794][client backend] [pg_regress/create_table][63/199:2821] ERROR: aggregate functions are not allowed in partition bound at character 80 2024-09-07 20:44:38.722 UTC [21794][client backend] [pg_regress/create_table][63/199:2821] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (max('2019-02-01'::date)) TO ('2019-01-01'); 2024-09-07 20:44:38.723 UTC [21794][client backend] [pg_regress/create_table][63/200:2822] ERROR: cannot use subquery in partition bound at character 80 2024-09-07 20:44:38.723 UTC [21794][client backend] [pg_regress/create_table][63/200:2822] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM ((select 1)) TO ('2019-01-01'); 2024-09-07 20:44:38.724 UTC [21794][client backend] [pg_regress/create_table][63/201:2823] ERROR: set-returning functions are not allowed in partition bound at character 80 2024-09-07 20:44:38.724 UTC [21794][client backend] [pg_regress/create_table][63/201:2823] STATEMENT: CREATE TABLE part_bogus_expr_fail PARTITION OF range_parted FOR VALUES FROM (generate_series(1, 3)) TO ('2019-01-01'); 2024-09-07 20:44:38.725 UTC [21794][client backend] [pg_regress/create_table][63/202:2824] ERROR: invalid bound specification for a range partition at character 61 2024-09-07 20:44:38.725 UTC [21794][client backend] [pg_regress/create_table][63/202:2824] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES IN ('a'); 2024-09-07 20:44:38.726 UTC [21794][client backend] [pg_regress/create_table][63/203:2825] ERROR: invalid bound specification for a range partition at character 61 2024-09-07 20:44:38.726 UTC [21794][client backend] [pg_regress/create_table][63/203:2825] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES WITH (MODULUS 10, REMAINDER 1); 2024-09-07 20:44:38.727 UTC [21794][client backend] [pg_regress/create_table][63/204:2826] ERROR: FROM must specify exactly one value per partitioning column 2024-09-07 20:44:38.727 UTC [21794][client backend] [pg_regress/create_table][63/204:2826] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES FROM ('a', 1) TO ('z'); 2024-09-07 20:44:38.728 UTC [21794][client backend] [pg_regress/create_table][63/205:2827] ERROR: TO must specify exactly one value per partitioning column 2024-09-07 20:44:38.728 UTC [21794][client backend] [pg_regress/create_table][63/205:2827] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES FROM ('a') TO ('z', 1); 2024-09-07 20:44:38.729 UTC [21794][client backend] [pg_regress/create_table][63/206:2828] ERROR: cannot specify NULL in range bound 2024-09-07 20:44:38.729 UTC [21794][client backend] [pg_regress/create_table][63/206:2828] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES FROM (null) TO (maxvalue); 2024-09-07 20:44:38.730 UTC [21794][client backend] [pg_regress/create_table][63/207:2829] ERROR: invalid bound specification for a range partition at character 61 2024-09-07 20:44:38.730 UTC [21794][client backend] [pg_regress/create_table][63/207:2829] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted FOR VALUES WITH (MODULUS 10, REMAINDER 1); 2024-09-07 20:44:38.740 UTC [21794][client backend] [pg_regress/create_table][63/213:2835] ERROR: every hash partition modulus must be a factor of the next larger modulus 2024-09-07 20:44:38.740 UTC [21794][client backend] [pg_regress/create_table][63/213:2835] DETAIL: The new modulus 25 is not divisible by 10, the modulus of existing partition "hpart_4". 2024-09-07 20:44:38.740 UTC [21794][client backend] [pg_regress/create_table][63/213:2835] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES WITH (MODULUS 25, REMAINDER 3); 2024-09-07 20:44:38.741 UTC [21794][client backend] [pg_regress/create_table][63/214:2836] ERROR: every hash partition modulus must be a factor of the next larger modulus 2024-09-07 20:44:38.741 UTC [21794][client backend] [pg_regress/create_table][63/214:2836] DETAIL: The new modulus 150 is not a factor of 200, the modulus of existing partition "hpart_3". 2024-09-07 20:44:38.741 UTC [21794][client backend] [pg_regress/create_table][63/214:2836] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES WITH (MODULUS 150, REMAINDER 3); 2024-09-07 20:44:38.742 UTC [21794][client backend] [pg_regress/create_table][63/215:2837] ERROR: partition "fail_part" would overlap partition "hpart_4" at character 60 2024-09-07 20:44:38.742 UTC [21794][client backend] [pg_regress/create_table][63/215:2837] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES WITH (MODULUS 100, REMAINDER 3); 2024-09-07 20:44:38.744 UTC [21794][client backend] [pg_regress/create_table][63/216:2838] ERROR: invalid bound specification for a hash partition at character 60 2024-09-07 20:44:38.744 UTC [21794][client backend] [pg_regress/create_table][63/216:2838] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES FROM ('a', 1) TO ('z'); 2024-09-07 20:44:38.745 UTC [21794][client backend] [pg_regress/create_table][63/217:2839] ERROR: invalid bound specification for a hash partition at character 60 2024-09-07 20:44:38.745 UTC [21794][client backend] [pg_regress/create_table][63/217:2839] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES IN (1000); 2024-09-07 20:44:38.746 UTC [21794][client backend] [pg_regress/create_table][63/218:2840] ERROR: a hash-partitioned table may not have a default partition 2024-09-07 20:44:38.746 UTC [21794][client backend] [pg_regress/create_table][63/218:2840] STATEMENT: CREATE TABLE fail_default_part PARTITION OF hash_parted DEFAULT; 2024-09-07 20:44:38.748 UTC [21794][client backend] [pg_regress/create_table][63/220:2842] ERROR: "unparted" is not partitioned 2024-09-07 20:44:38.748 UTC [21794][client backend] [pg_regress/create_table][63/220:2842] STATEMENT: CREATE TABLE fail_part PARTITION OF unparted FOR VALUES IN ('a'); 2024-09-07 20:44:38.749 UTC [21794][client backend] [pg_regress/create_table][63/221:2843] ERROR: "unparted" is not partitioned 2024-09-07 20:44:38.749 UTC [21794][client backend] [pg_regress/create_table][63/221:2843] STATEMENT: CREATE TABLE fail_part PARTITION OF unparted FOR VALUES WITH (MODULUS 2, REMAINDER 1); 2024-09-07 20:44:38.753 UTC [21794][client backend] [pg_regress/create_table][63/224:2846] ERROR: cannot create a permanent relation as partition of temporary relation "temp_parted" 2024-09-07 20:44:38.753 UTC [21794][client backend] [pg_regress/create_table][63/224:2846] STATEMENT: CREATE TABLE fail_part PARTITION OF temp_parted FOR VALUES IN ('a'); 2024-09-07 20:44:38.769 UTC [21794][client backend] [pg_regress/create_table][63/230:2852] ERROR: partition "fail_part" would overlap partition "part_null_z" at character 65 2024-09-07 20:44:38.769 UTC [21794][client backend] [pg_regress/create_table][63/230:2852] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted2 FOR VALUES IN (null); 2024-09-07 20:44:38.771 UTC [21794][client backend] [pg_regress/create_table][63/231:2853] ERROR: partition "fail_part" would overlap partition "part_ab" at character 65 2024-09-07 20:44:38.771 UTC [21794][client backend] [pg_regress/create_table][63/231:2853] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted2 FOR VALUES IN ('b', 'c'); 2024-09-07 20:44:38.773 UTC [21794][client backend] [pg_regress/create_table][63/233:2855] ERROR: updated partition constraint for default partition "list_parted2_def" would be violated by some row 2024-09-07 20:44:38.773 UTC [21794][client backend] [pg_regress/create_table][63/233:2855] STATEMENT: CREATE TABLE fail_part PARTITION OF list_parted2 FOR VALUES IN ('W', 'X', 'Y'); 2024-09-07 20:44:38.776 UTC [21794][client backend] [pg_regress/create_table][63/235:2857] ERROR: empty range bound specified for partition "fail_part" at character 68 2024-09-07 20:44:38.776 UTC [21794][client backend] [pg_regress/create_table][63/235:2857] DETAIL: Specified lower bound (1) is greater than or equal to upper bound (0). 2024-09-07 20:44:38.776 UTC [21794][client backend] [pg_regress/create_table][63/235:2857] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (1) TO (0); 2024-09-07 20:44:38.778 UTC [21794][client backend] [pg_regress/create_table][63/236:2858] ERROR: empty range bound specified for partition "fail_part" at character 68 2024-09-07 20:44:38.778 UTC [21794][client backend] [pg_regress/create_table][63/236:2858] DETAIL: Specified lower bound (1) is greater than or equal to upper bound (1). 2024-09-07 20:44:38.778 UTC [21794][client backend] [pg_regress/create_table][63/236:2858] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (1) TO (1); 2024-09-07 20:44:38.780 UTC [21794][client backend] [pg_regress/create_table][63/238:2860] ERROR: partition "fail_part" would overlap partition "part0" at character 68 2024-09-07 20:44:38.780 UTC [21794][client backend] [pg_regress/create_table][63/238:2860] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (minvalue) TO (2); 2024-09-07 20:44:38.783 UTC [21794][client backend] [pg_regress/create_table][63/240:2862] ERROR: partition "fail_part" would overlap partition "part0" at character 68 2024-09-07 20:44:38.783 UTC [21794][client backend] [pg_regress/create_table][63/240:2862] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (-1) TO (1); 2024-09-07 20:44:38.784 UTC [21794][client backend] [pg_regress/create_table][63/241:2863] ERROR: partition "fail_part" would overlap partition "part1" at character 68 2024-09-07 20:44:38.784 UTC [21794][client backend] [pg_regress/create_table][63/241:2863] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (9) TO (maxvalue); 2024-09-07 20:44:38.794 UTC [21794][client backend] [pg_regress/create_table][63/244:2866] ERROR: partition "fail_part" would overlap partition "part2" at character 76 2024-09-07 20:44:38.794 UTC [21794][client backend] [pg_regress/create_table][63/244:2866] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (10) TO (30); 2024-09-07 20:44:38.795 UTC [21794][client backend] [pg_regress/create_table][63/245:2867] ERROR: partition "fail_part" would overlap partition "part2" at character 76 2024-09-07 20:44:38.795 UTC [21794][client backend] [pg_regress/create_table][63/245:2867] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (10) TO (50); 2024-09-07 20:44:38.798 UTC [21794][client backend] [pg_regress/create_table][63/247:2869] ERROR: partition "fail_default_part" conflicts with existing default partition "range2_default" at character 59 2024-09-07 20:44:38.798 UTC [21794][client backend] [pg_regress/create_table][63/247:2869] STATEMENT: CREATE TABLE fail_default_part PARTITION OF range_parted2 DEFAULT; 2024-09-07 20:44:38.800 UTC [21794][client backend] [pg_regress/create_table][63/249:2871] ERROR: updated partition constraint for default partition "range2_default" would be violated by some row 2024-09-07 20:44:38.800 UTC [21794][client backend] [pg_regress/create_table][63/249:2871] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted2 FOR VALUES FROM (80) TO (90); 2024-09-07 20:44:38.806 UTC [21794][client backend] [pg_regress/create_table][63/253:2875] ERROR: partition "fail_part" would overlap partition "part00" at character 68 2024-09-07 20:44:38.806 UTC [21794][client backend] [pg_regress/create_table][63/253:2875] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted3 FOR VALUES FROM (0, minvalue) TO (0, 1); 2024-09-07 20:44:38.821 UTC [21794][client backend] [pg_regress/create_table][63/257:2879] ERROR: partition "fail_part" would overlap partition "part12" at character 71 2024-09-07 20:44:38.821 UTC [21794][client backend] [pg_regress/create_table][63/257:2879] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted3 FOR VALUES FROM (1, 10) TO (1, 20); 2024-09-07 20:44:38.826 UTC [21794][client backend] [pg_regress/create_table][63/259:2881] ERROR: partition "fail_part" would overlap partition "part10" at character 68 2024-09-07 20:44:38.826 UTC [21794][client backend] [pg_regress/create_table][63/259:2881] STATEMENT: CREATE TABLE fail_part PARTITION OF range_parted3 FOR VALUES FROM (1, minvalue) TO (1, maxvalue); 2024-09-07 20:44:38.875 UTC [21794][client backend] [pg_regress/create_table][63/265:2887] ERROR: partition "fail_part" would overlap partition "h2part_4" at character 61 2024-09-07 20:44:38.875 UTC [21794][client backend] [pg_regress/create_table][63/265:2887] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted2 FOR VALUES WITH (MODULUS 2, REMAINDER 1); 2024-09-07 20:44:38.882 UTC [21794][client backend] [pg_regress/create_table][63/266:2888] ERROR: modulus for hash partition must be an integer value greater than zero 2024-09-07 20:44:38.882 UTC [21794][client backend] [pg_regress/create_table][63/266:2888] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted2 FOR VALUES WITH (MODULUS 0, REMAINDER 1); 2024-09-07 20:44:38.883 UTC [21794][client backend] [pg_regress/create_table][63/267:2889] ERROR: remainder for hash partition must be less than modulus 2024-09-07 20:44:38.883 UTC [21794][client backend] [pg_regress/create_table][63/267:2889] STATEMENT: CREATE TABLE fail_part PARTITION OF hash_parted2 FOR VALUES WITH (MODULUS 8, REMAINDER 8); 2024-09-07 20:44:38.899 UTC [21794][client backend] [pg_regress/create_table][63/271:2892] ERROR: column "b" specified more than once 2024-09-07 20:44:38.899 UTC [21794][client backend] [pg_regress/create_table][63/271:2892] STATEMENT: CREATE TABLE part_b PARTITION OF parted ( b NOT NULL, b DEFAULT 1, b CHECK (b >= 0), CONSTRAINT check_a CHECK (length(a) > 0) ) FOR VALUES IN ('b'); 2024-09-07 20:44:38.919 UTC [21794][client backend] [pg_regress/create_table][63/276:2895] ERROR: cannot drop inherited constraint "check_a" of relation "part_b" 2024-09-07 20:44:38.919 UTC [21794][client backend] [pg_regress/create_table][63/276:2895] STATEMENT: ALTER TABLE part_b DROP CONSTRAINT check_a; 2024-09-07 20:44:38.919 UTC [21794][client backend] [pg_regress/create_table][63/277:2896] ERROR: cannot drop inherited constraint "check_b" of relation "part_b" 2024-09-07 20:44:38.919 UTC [21794][client backend] [pg_regress/create_table][63/277:2896] STATEMENT: ALTER TABLE part_b DROP CONSTRAINT check_b; 2024-09-07 20:44:38.938 UTC [21794][client backend] [pg_regress/create_table][63/280:2898] ERROR: column "c" named in partition key does not exist at character 98 2024-09-07 20:44:38.938 UTC [21794][client backend] [pg_regress/create_table][63/280:2898] STATEMENT: CREATE TABLE fail_part_col_not_found PARTITION OF parted FOR VALUES IN ('c') PARTITION BY RANGE (c); 2024-09-07 20:44:38.949 UTC [21794][client backend] [pg_regress/create_table][63/285:0] ERROR: null value in column "b" of relation "parted_notnull_inh_test1" violates not-null constraint 2024-09-07 20:44:38.949 UTC [21794][client backend] [pg_regress/create_table][63/285:0] DETAIL: Failing row contains (1, null). 2024-09-07 20:44:38.949 UTC [21794][client backend] [pg_regress/create_table][63/285:0] STATEMENT: insert into parted_notnull_inh_test (b) values (null); 2024-09-07 20:44:39.423 UTC [21794][client backend] [pg_regress/create_table][63/431:0] ERROR: cannot specify storage parameters for a partitioned table 2024-09-07 20:44:39.423 UTC [21794][client backend] [pg_regress/create_table][63/431:0] HINT: Specify storage parameters for its leaf partitions instead. 2024-09-07 20:44:39.423 UTC [21794][client backend] [pg_regress/create_table][63/431:0] STATEMENT: CREATE TABLE parted_col_comment (a int, b text) PARTITION BY LIST (a) WITH (fillfactor=100); 2024-09-07 20:44:39.490 UTC [21794][client backend] [pg_regress/create_table][63/461:2948] ERROR: cannot create a permanent relation as partition of temporary relation "temp_parted" 2024-09-07 20:44:39.490 UTC [21794][client backend] [pg_regress/create_table][63/461:2948] STATEMENT: create table perm_part partition of temp_parted default; 2024-09-07 20:44:39.491 UTC [21794][client backend] [pg_regress/create_table][63/462:2949] ERROR: cannot create a temporary relation as partition of permanent relation "perm_parted" 2024-09-07 20:44:39.491 UTC [21794][client backend] [pg_regress/create_table][63/462:2949] STATEMENT: create temp table temp_part partition of perm_parted default; 2024-09-07 20:44:39.506 UTC [21794][client backend] [pg_regress/create_table][63/469:2956] ERROR: cannot CREATE TABLE .. PARTITION OF "tab_part_create" because it is being used by active queries in this session 2024-09-07 20:44:39.506 UTC [21794][client backend] [pg_regress/create_table][63/469:2956] CONTEXT: SQL statement "create table tab_part_create_1 partition of tab_part_create for values in (1)" PL/pgSQL function func_part_create() line 3 at EXECUTE 2024-09-07 20:44:39.506 UTC [21794][client backend] [pg_regress/create_table][63/469:2956] STATEMENT: insert into tab_part_create values (1); 2024-09-07 20:44:39.530 UTC [21794][client backend] [pg_regress/create_table][63/485:2971] ERROR: updated partition constraint for default partition "defcheck_def" would be violated by some row 2024-09-07 20:44:39.530 UTC [21794][client backend] [pg_regress/create_table][63/485:2971] STATEMENT: create table defcheck_0 partition of defcheck for values in (0); 2024-09-07 20:44:39.598 UTC [21794][client backend] [pg_regress/create_table][:0] LOG: disconnection: session time: 0:00:01.868 user=postgres database=regression host=[local] 2024-09-07 20:44:39.723 UTC [21991][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:39.725 UTC [21991][client backend] [[unknown]][68/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:39.725 UTC [21991][client backend] [[unknown]][68/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_index 2024-09-07 20:44:39.729 UTC [21989][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:39.730 UTC [21989][client backend] [[unknown]][69/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:39.730 UTC [21989][client backend] [[unknown]][69/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_index_spgist 2024-09-07 20:44:39.735 UTC [21991][client backend] [pg_regress/create_index][68/4:0] ERROR: syntax error at or near "ON" at character 28 2024-09-07 20:44:39.735 UTC [21991][client backend] [pg_regress/create_index][68/4:0] STATEMENT: CREATE INDEX IF NOT EXISTS ON onek USING btree(unique1 int4_ops); 2024-09-07 20:44:39.738 UTC [21992][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:39.739 UTC [21992][client backend] [[unknown]][70/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:39.739 UTC [21992][client backend] [[unknown]][70/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/index_including_gist 2024-09-07 20:44:39.742 UTC [21990][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:39.743 UTC [21990][client backend] [[unknown]][71/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:39.743 UTC [21990][client backend] [[unknown]][71/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_view 2024-09-07 20:44:39.750 UTC [21993][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:39.766 UTC [21993][client backend] [[unknown]][72/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:39.766 UTC [21993][client backend] [[unknown]][72/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/index_including 2024-09-07 20:44:39.849 UTC [21990][client backend] [pg_regress/create_view][71/10:0] ERROR: relation "noview" does not exist 2024-09-07 20:44:39.849 UTC [21990][client backend] [pg_regress/create_view][71/10:0] STATEMENT: COMMENT ON VIEW noview IS 'no view'; 2024-09-07 20:44:39.863 UTC [21990][client backend] [pg_regress/create_view][71/15:3013] ERROR: cannot drop constraint view_base_table_pkey on table view_base_table because other objects depend on it 2024-09-07 20:44:39.863 UTC [21990][client backend] [pg_regress/create_view][71/15:3013] DETAIL: view key_dependent_view depends on constraint view_base_table_pkey on table view_base_table 2024-09-07 20:44:39.863 UTC [21990][client backend] [pg_regress/create_view][71/15:3013] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:39.863 UTC [21990][client backend] [pg_regress/create_view][71/15:3013] STATEMENT: ALTER TABLE view_base_table DROP CONSTRAINT view_base_table_pkey; 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/24:3021] ERROR: cannot drop columns from view 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/24:3021] STATEMENT: CREATE OR REPLACE VIEW viewtest AS SELECT a FROM viewtest_tbl WHERE a <> 20; 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/25:3022] ERROR: cannot change name of view column "a" to "?column?" 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/25:3022] HINT: Use ALTER VIEW ... RENAME COLUMN ... to change name of view column instead. 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/25:3022] STATEMENT: CREATE OR REPLACE VIEW viewtest AS SELECT 1, * FROM viewtest_tbl; 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/26:3023] ERROR: cannot change data type of view column "b" from integer to numeric 2024-09-07 20:44:39.888 UTC [21990][client backend] [pg_regress/create_view][71/26:3023] STATEMENT: CREATE OR REPLACE VIEW viewtest AS SELECT a, b::numeric, c, d FROM viewtest_tbl; 2024-09-07 20:44:39.897 UTC [21990][client backend] [pg_regress/create_view][71/27:3025] ERROR: cannot change data type of view column "c" from numeric(10,1) to numeric(10,2) 2024-09-07 20:44:39.897 UTC [21990][client backend] [pg_regress/create_view][71/27:3025] STATEMENT: CREATE OR REPLACE VIEW viewtest AS SELECT a, b, c::numeric(10,2), d FROM viewtest_tbl; 2024-09-07 20:44:39.897 UTC [21990][client backend] [pg_regress/create_view][71/28:3027] ERROR: cannot change collation of view column "d" from "C" to "POSIX" 2024-09-07 20:44:39.897 UTC [21990][client backend] [pg_regress/create_view][71/28:3027] STATEMENT: CREATE OR REPLACE VIEW viewtest AS SELECT a, b, c, d COLLATE "POSIX" FROM viewtest_tbl; 2024-09-07 20:44:39.930 UTC [21990][client backend] [pg_regress/create_view][71/39:0] ERROR: cannot create temporary relation in non-temporary schema 2024-09-07 20:44:39.930 UTC [21990][client backend] [pg_regress/create_view][71/39:0] STATEMENT: CREATE VIEW temp_view_test.v3_temp AS SELECT * FROM temp_table; 2024-09-07 20:44:39.930 UTC [21990][client backend] [pg_regress/create_view][71/40:3039] ERROR: cannot create temporary relation in non-temporary schema 2024-09-07 20:44:39.930 UTC [21990][client backend] [pg_regress/create_view][71/40:3039] STATEMENT: CREATE SCHEMA test_view_schema CREATE TEMP VIEW testview AS SELECT 1; 2024-09-07 20:44:39.999 UTC [21993][client backend] [pg_regress/index_including][72/19:3067] ERROR: could not create unique index "tbl_include_unique2_idx_unique" 2024-09-07 20:44:39.999 UTC [21993][client backend] [pg_regress/index_including][72/19:3067] DETAIL: Key (c1, c2)=(1, 2) is duplicated. 2024-09-07 20:44:39.999 UTC [21993][client backend] [pg_regress/index_including][72/19:3067] STATEMENT: CREATE UNIQUE INDEX tbl_include_unique2_idx_unique ON tbl_include_unique2 using btree (c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:39.999 UTC [21991][client backend] [pg_regress/create_index][68/18:0] ERROR: relation "six_wrong" does not exist 2024-09-07 20:44:39.999 UTC [21991][client backend] [pg_regress/create_index][68/18:0] STATEMENT: COMMENT ON INDEX six_wrong IS 'bad index'; 2024-09-07 20:44:40.007 UTC [21993][client backend] [pg_regress/index_including][72/20:3073] ERROR: could not create unique index "tbl_include_unique2_c1_c2_c3_c4_key" 2024-09-07 20:44:40.007 UTC [21993][client backend] [pg_regress/index_including][72/20:3073] DETAIL: Key (c1, c2)=(1, 2) is duplicated. 2024-09-07 20:44:40.007 UTC [21993][client backend] [pg_regress/index_including][72/20:3073] STATEMENT: ALTER TABLE tbl_include_unique2 add UNIQUE (c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:40.078 UTC [21993][client backend] [pg_regress/index_including][72/32:3093] ERROR: could not create unique index "tbl_include_box_pk_pkey" 2024-09-07 20:44:40.078 UTC [21993][client backend] [pg_regress/index_including][72/32:3093] DETAIL: Key (c1, c2)=(1, 2) is duplicated. 2024-09-07 20:44:40.078 UTC [21993][client backend] [pg_regress/index_including][72/32:3093] STATEMENT: ALTER TABLE tbl_include_box_pk add PRIMARY KEY (c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:40.106 UTC [21993][client backend] [pg_regress/index_including][72/36:3100] ERROR: duplicate key value violates unique constraint "covering" 2024-09-07 20:44:40.106 UTC [21993][client backend] [pg_regress/index_including][72/36:3100] DETAIL: Key (c1, c2)=(1, 2) already exists. 2024-09-07 20:44:40.106 UTC [21993][client backend] [pg_regress/index_including][72/36:3100] STATEMENT: INSERT INTO tbl SELECT 1, 2, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.150 UTC [21993][client backend] [pg_regress/index_including][72/41:3110] ERROR: duplicate key value violates unique constraint "covering" 2024-09-07 20:44:40.150 UTC [21993][client backend] [pg_regress/index_including][72/41:3110] DETAIL: Key (c1, c2)=(1, 2) already exists. 2024-09-07 20:44:40.150 UTC [21993][client backend] [pg_regress/index_including][72/41:3110] STATEMENT: INSERT INTO tbl SELECT 1, 2, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.152 UTC [21993][client backend] [pg_regress/index_including][72/42:0] ERROR: null value in column "c2" of relation "tbl" violates not-null constraint 2024-09-07 20:44:40.152 UTC [21993][client backend] [pg_regress/index_including][72/42:0] DETAIL: Failing row contains (1, null, 3, (4,4),(4,4)). 2024-09-07 20:44:40.152 UTC [21993][client backend] [pg_regress/index_including][72/42:0] STATEMENT: INSERT INTO tbl SELECT 1, NULL, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.204 UTC [21993][client backend] [pg_regress/index_including][72/54:3122] ERROR: duplicate key value violates unique constraint "tbl_c1_c2_c3_c4_key" 2024-09-07 20:44:40.204 UTC [21993][client backend] [pg_regress/index_including][72/54:3122] DETAIL: Key (c1, c2)=(1, 2) already exists. 2024-09-07 20:44:40.204 UTC [21993][client backend] [pg_regress/index_including][72/54:3122] STATEMENT: INSERT INTO tbl SELECT 1, 2, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.233 UTC [21990][client backend] [pg_regress/create_view][71/90:0] ERROR: invalid value for boolean option "security_barrier": 100 2024-09-07 20:44:40.233 UTC [21990][client backend] [pg_regress/create_view][71/90:0] STATEMENT: CREATE VIEW mysecview5 WITH (security_barrier=100) -- Error AS SELECT * FROM tbl1 WHERE a > 100; 2024-09-07 20:44:40.233 UTC [21990][client backend] [pg_regress/create_view][71/91:0] ERROR: unrecognized parameter "invalid_option" 2024-09-07 20:44:40.233 UTC [21990][client backend] [pg_regress/create_view][71/91:0] STATEMENT: CREATE VIEW mysecview6 WITH (invalid_option) -- Error AS SELECT * FROM tbl1 WHERE a < 100; 2024-09-07 20:44:40.239 UTC [21993][client backend] [pg_regress/index_including][72/59:3136] ERROR: duplicate key value violates unique constraint "tbl_pkey" 2024-09-07 20:44:40.239 UTC [21993][client backend] [pg_regress/index_including][72/59:3136] DETAIL: Key (c1, c2)=(1, 2) already exists. 2024-09-07 20:44:40.239 UTC [21993][client backend] [pg_regress/index_including][72/59:3136] STATEMENT: INSERT INTO tbl SELECT 1, 2, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.241 UTC [21993][client backend] [pg_regress/index_including][72/60:0] ERROR: null value in column "c2" of relation "tbl" violates not-null constraint 2024-09-07 20:44:40.241 UTC [21993][client backend] [pg_regress/index_including][72/60:0] DETAIL: Failing row contains (1, null, 3, (4,4),(4,4)). 2024-09-07 20:44:40.241 UTC [21993][client backend] [pg_regress/index_including][72/60:0] STATEMENT: INSERT INTO tbl SELECT 1, NULL, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.253 UTC [21990][client backend] [pg_regress/create_view][71/95:0] ERROR: invalid value for boolean option "security_invoker": 100 2024-09-07 20:44:40.253 UTC [21990][client backend] [pg_regress/create_view][71/95:0] STATEMENT: CREATE VIEW mysecview10 WITH (security_invoker=100) -- Error AS SELECT * FROM tbl1 WHERE a <> 100; 2024-09-07 20:44:40.278 UTC [21993][client backend] [pg_regress/index_including][72/66:3151] ERROR: conflicting key value violates exclusion constraint "tbl_c1_c3_c4_excl" 2024-09-07 20:44:40.278 UTC [21993][client backend] [pg_regress/index_including][72/66:3151] DETAIL: Key (c1)=(1) conflicts with existing key (c1)=(1). 2024-09-07 20:44:40.278 UTC [21993][client backend] [pg_regress/index_including][72/66:3151] STATEMENT: INSERT INTO tbl SELECT 1, 2, 3*x, box('4,4,4,4') FROM generate_series(1,10) AS x; 2024-09-07 20:44:40.484 UTC [21993][client backend] [pg_regress/index_including][72/90:0] ERROR: cannot alter statistics on non-expression column "c1" of index "tbl_idx" 2024-09-07 20:44:40.484 UTC [21993][client backend] [pg_regress/index_including][72/90:0] HINT: Alter statistics on table column instead. 2024-09-07 20:44:40.484 UTC [21993][client backend] [pg_regress/index_including][72/90:0] STATEMENT: ALTER INDEX tbl_idx ALTER COLUMN 1 SET STATISTICS 1000; 2024-09-07 20:44:40.486 UTC [21993][client backend] [pg_regress/index_including][72/92:0] ERROR: cannot alter statistics on included column "c2" of index "tbl_idx" 2024-09-07 20:44:40.486 UTC [21993][client backend] [pg_regress/index_including][72/92:0] STATEMENT: ALTER INDEX tbl_idx ALTER COLUMN 3 SET STATISTICS 1000; 2024-09-07 20:44:40.488 UTC [21993][client backend] [pg_regress/index_including][72/93:0] ERROR: column number 4 of relation "tbl_idx" does not exist 2024-09-07 20:44:40.488 UTC [21993][client backend] [pg_regress/index_including][72/93:0] STATEMENT: ALTER INDEX tbl_idx ALTER COLUMN 4 SET STATISTICS 1000; 2024-09-07 20:44:40.758 UTC [21993][client backend] [pg_regress/index_including][72/107:0] ERROR: relation "tbl_c1_c2_c3_c4_key" does not exist 2024-09-07 20:44:40.758 UTC [21993][client backend] [pg_regress/index_including][72/107:0] STATEMENT: REINDEX INDEX tbl_c1_c2_c3_c4_key; 2024-09-07 20:44:40.801 UTC [21993][client backend] [pg_regress/index_including][72/113:0] ERROR: access method "brin" does not support included columns 2024-09-07 20:44:40.801 UTC [21993][client backend] [pg_regress/index_including][72/113:0] STATEMENT: CREATE INDEX on tbl USING brin(c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:40.813 UTC [21993][client backend] [pg_regress/index_including][72/116:0] ERROR: access method "gin" does not support included columns 2024-09-07 20:44:40.813 UTC [21993][client backend] [pg_regress/index_including][72/116:0] STATEMENT: CREATE INDEX on tbl USING gin(c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:40.814 UTC [21993][client backend] [pg_regress/index_including][72/117:0] ERROR: access method "hash" does not support included columns 2024-09-07 20:44:40.814 UTC [21993][client backend] [pg_regress/index_including][72/117:0] STATEMENT: CREATE INDEX on tbl USING hash(c1, c2) INCLUDE (c3, c4); 2024-09-07 20:44:40.877 UTC [21993][client backend] [pg_regress/index_including][72/126:3272] ERROR: duplicate key value violates unique constraint "tbl_idx_unique" 2024-09-07 20:44:40.877 UTC [21993][client backend] [pg_regress/index_including][72/126:3272] DETAIL: Key (c1, c2)=(1, 2) already exists. 2024-09-07 20:44:40.877 UTC [21993][client backend] [pg_regress/index_including][72/126:3272] STATEMENT: UPDATE tbl SET c2 = 2 WHERE c1 = 1; 2024-09-07 20:44:41.010 UTC [21992][client backend] [pg_regress/index_including_gist][70/60:3308] ERROR: conflicting key value violates exclusion constraint "tbl_gist_c4_c1_c2_c3_excl" 2024-09-07 20:44:41.010 UTC [21992][client backend] [pg_regress/index_including_gist][70/60:3308] DETAIL: Key (c4)=((4,5),(2,3)) conflicts with existing key (c4)=((2,3),(1,2)). 2024-09-07 20:44:41.010 UTC [21992][client backend] [pg_regress/index_including_gist][70/60:3308] STATEMENT: INSERT INTO tbl_gist SELECT x, 2*x, 3*x, box(point(x,x+1),point(2*x,2*x+1)) FROM generate_series(1,10) AS x; 2024-09-07 20:44:41.065 UTC [21990][client backend] [pg_regress/create_view][71/383:3328] ERROR: cannot drop column f3 of table tt14t because other objects depend on it 2024-09-07 20:44:41.065 UTC [21990][client backend] [pg_regress/create_view][71/383:3328] DETAIL: view tt14v depends on column f3 of table tt14t 2024-09-07 20:44:41.065 UTC [21990][client backend] [pg_regress/create_view][71/383:3328] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:41.065 UTC [21990][client backend] [pg_regress/create_view][71/383:3328] STATEMENT: alter table tt14t drop column f3; 2024-09-07 20:44:41.076 UTC [21990][client backend] [pg_regress/create_view][71/384:3329] ERROR: attribute 3 of type record has been dropped 2024-09-07 20:44:41.076 UTC [21990][client backend] [pg_regress/create_view][71/384:3329] STATEMENT: select * from tt14v; 2024-09-07 20:44:41.077 UTC [21990][client backend] [pg_regress/create_view][71/385:3330] ERROR: cannot alter type of a column used by a view or rule 2024-09-07 20:44:41.077 UTC [21990][client backend] [pg_regress/create_view][71/385:3330] DETAIL: rule _RETURN on view tt14v depends on column "f4" 2024-09-07 20:44:41.077 UTC [21990][client backend] [pg_regress/create_view][71/385:3330] STATEMENT: alter table tt14t alter column f4 type integer using f4::integer; 2024-09-07 20:44:41.097 UTC [21992][client backend] [pg_regress/index_including_gist][:0] LOG: disconnection: session time: 0:00:01.362 user=postgres database=regression host=[local] 2024-09-07 20:44:41.108 UTC [21990][client backend] [pg_regress/create_view][71/386:3332] ERROR: attribute 4 of type record has wrong type 2024-09-07 20:44:41.108 UTC [21990][client backend] [pg_regress/create_view][71/386:3332] DETAIL: Table has type integer, but query expects text. 2024-09-07 20:44:41.108 UTC [21990][client backend] [pg_regress/create_view][71/386:3332] STATEMENT: select * from tt14v; 2024-09-07 20:44:41.134 UTC [21993][client backend] [pg_regress/index_including][:0] LOG: disconnection: session time: 0:00:01.385 user=postgres database=regression host=[local] 2024-09-07 20:44:41.198 UTC [21990][client backend] [pg_regress/create_view][71/419:0] ERROR: operator does not exist: text = text[] at character 20 2024-09-07 20:44:41.198 UTC [21990][client backend] [pg_regress/create_view][71/419:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:41.198 UTC [21990][client backend] [pg_regress/create_view][71/419:0] STATEMENT: select 'foo'::text = any((select array['abc','def','foo']::text[])); 2024-09-07 20:44:41.310 UTC [21990][client backend] [pg_regress/create_view][71/445:0] ERROR: access to non-system view "tt27v" is restricted 2024-09-07 20:44:41.310 UTC [21990][client backend] [pg_regress/create_view][71/445:0] STATEMENT: select a from tt27v where a > 0; 2024-09-07 20:44:41.310 UTC [21990][client backend] [pg_regress/create_view][71/446:0] ERROR: access to non-system view "tt27v" is restricted 2024-09-07 20:44:41.310 UTC [21990][client backend] [pg_regress/create_view][71/446:0] STATEMENT: insert into tt27v values (1); 2024-09-07 20:44:41.427 UTC [21991][client backend] [pg_regress/create_index][68/194:3379] ERROR: duplicate key value violates unique constraint "unique_idx2" 2024-09-07 20:44:41.427 UTC [21991][client backend] [pg_regress/create_index][68/194:3379] DETAIL: Key (i)=(null) already exists. 2024-09-07 20:44:41.427 UTC [21991][client backend] [pg_regress/create_index][68/194:3379] STATEMENT: INSERT INTO unique_tbl (t) VALUES ('seven'); 2024-09-07 20:44:41.433 UTC [21991][client backend] [pg_regress/create_index][68/198:3384] ERROR: could not create unique index "unique_idx4" 2024-09-07 20:44:41.433 UTC [21991][client backend] [pg_regress/create_index][68/198:3384] DETAIL: Key (i)=(null) is duplicated. 2024-09-07 20:44:41.433 UTC [21991][client backend] [pg_regress/create_index][68/198:3384] STATEMENT: CREATE UNIQUE INDEX unique_idx4 ON unique_tbl (i) NULLS NOT DISTINCT; 2024-09-07 20:44:41.567 UTC [21991][client backend] [pg_regress/create_index][68/226:3393] ERROR: duplicate key value violates unique constraint "func_index_index" 2024-09-07 20:44:41.567 UTC [21991][client backend] [pg_regress/create_index][68/226:3393] DETAIL: Key (textcat(f1, f2))=(ABCDEF) already exists. 2024-09-07 20:44:41.567 UTC [21991][client backend] [pg_regress/create_index][68/226:3393] STATEMENT: INSERT INTO func_index_heap VALUES('ABCD', 'EF'); 2024-09-07 20:44:41.641 UTC [21991][client backend] [pg_regress/create_index][68/247:3402] ERROR: duplicate key value violates unique constraint "func_index_index" 2024-09-07 20:44:41.641 UTC [21991][client backend] [pg_regress/create_index][68/247:3402] DETAIL: Key ((f1 || f2))=(ABCDEF) already exists. 2024-09-07 20:44:41.641 UTC [21991][client backend] [pg_regress/create_index][68/247:3402] STATEMENT: INSERT INTO func_index_heap VALUES('ABCD', 'EF'); 2024-09-07 20:44:41.687 UTC [21990][client backend] [pg_regress/create_view][:0] LOG: disconnection: session time: 0:00:01.945 user=postgres database=regression host=[local] 2024-09-07 20:44:41.697 UTC [21991][client backend] [pg_regress/create_index][68/263:0] ERROR: column "row" has pseudo-type record 2024-09-07 20:44:41.697 UTC [21991][client backend] [pg_regress/create_index][68/263:0] STATEMENT: create index on func_index_heap ((f1 || f2), (row(f1, f2))); 2024-09-07 20:44:41.714 UTC [21991][client backend] [pg_regress/create_index][68/268:3410] ERROR: duplicate key value violates unique constraint "covering_index_index" 2024-09-07 20:44:41.714 UTC [21991][client backend] [pg_regress/create_index][68/268:3410] DETAIL: Key (f1, f2)=(1, 2) already exists. 2024-09-07 20:44:41.714 UTC [21991][client backend] [pg_regress/create_index][68/268:3410] STATEMENT: INSERT INTO covering_index_heap VALUES(1,2,'BBB'); 2024-09-07 20:44:41.828 UTC [21991][client backend] [pg_regress/create_index][68/286:3425] ERROR: duplicate key value violates unique constraint "concur_index2" 2024-09-07 20:44:41.828 UTC [21991][client backend] [pg_regress/create_index][68/286:3425] DETAIL: Key (f1)=(b) already exists. 2024-09-07 20:44:41.828 UTC [21991][client backend] [pg_regress/create_index][68/286:3425] STATEMENT: INSERT INTO concur_heap VALUES ('b','x'); 2024-09-07 20:44:41.829 UTC [21991][client backend] [pg_regress/create_index][68/288:0] ERROR: could not create unique index "concur_index3" 2024-09-07 20:44:41.829 UTC [21991][client backend] [pg_regress/create_index][68/288:0] DETAIL: Key (f2)=(b) is duplicated. 2024-09-07 20:44:41.829 UTC [21991][client backend] [pg_regress/create_index][68/288:0] STATEMENT: CREATE UNIQUE INDEX CONCURRENTLY concur_index3 ON concur_heap(f2); 2024-09-07 20:44:41.920 UTC [21991][client backend] [pg_regress/create_index][68/301:0] ERROR: CREATE INDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:41.920 UTC [21991][client backend] [pg_regress/create_index][68/301:0] STATEMENT: CREATE INDEX CONCURRENTLY concur_index7 ON concur_heap(f1); 2024-09-07 20:44:41.972 UTC [21991][client backend] [pg_regress/create_index][68/313:3446] ERROR: could not create unique index "concur_index3" 2024-09-07 20:44:41.972 UTC [21991][client backend] [pg_regress/create_index][68/313:3446] DETAIL: Key (f2)=(b) is duplicated. 2024-09-07 20:44:41.972 UTC [21991][client backend] [pg_regress/create_index][68/313:3446] STATEMENT: REINDEX TABLE concur_heap; 2024-09-07 20:44:42.140 UTC [21991][client backend] [pg_regress/create_index][68/342:3455] ERROR: CREATE INDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:42.140 UTC [21991][client backend] [pg_regress/create_index][68/342:3455] STATEMENT: CREATE INDEX CONCURRENTLY concur_temp_ind ON concur_temp(f1); 2024-09-07 20:44:42.206 UTC [21989][client backend] [pg_regress/create_index_spgist][:0] LOG: disconnection: session time: 0:00:02.477 user=postgres database=regression host=[local] 2024-09-07 20:44:42.209 UTC [21991][client backend] [pg_regress/create_index][68/352:0] ERROR: DROP INDEX CONCURRENTLY does not support dropping multiple objects 2024-09-07 20:44:42.209 UTC [21991][client backend] [pg_regress/create_index][68/352:0] STATEMENT: DROP INDEX CONCURRENTLY "concur_index2", "concur_index3"; 2024-09-07 20:44:42.209 UTC [21991][client backend] [pg_regress/create_index][68/353:0] ERROR: DROP INDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:42.209 UTC [21991][client backend] [pg_regress/create_index][68/353:0] STATEMENT: DROP INDEX CONCURRENTLY "concur_index5"; 2024-09-07 20:44:42.389 UTC [21991][client backend] [pg_regress/create_index][68/411:3487] ERROR: cannot drop index cwi_replaced_pkey because constraint cwi_replaced_pkey on table cwi_test requires it 2024-09-07 20:44:42.389 UTC [21991][client backend] [pg_regress/create_index][68/411:3487] HINT: You can drop constraint cwi_replaced_pkey on table cwi_test instead. 2024-09-07 20:44:42.389 UTC [21991][client backend] [pg_regress/create_index][68/411:3487] STATEMENT: DROP INDEX cwi_replaced_pkey; 2024-09-07 20:44:42.399 UTC [21991][client backend] [pg_regress/create_index][68/413:3489] ERROR: index "cwi_uniq3_idx" column number 1 does not have default sorting behavior at character 26 2024-09-07 20:44:42.399 UTC [21991][client backend] [pg_regress/create_index][68/413:3489] DETAIL: Cannot create a primary key or unique constraint using such an index. 2024-09-07 20:44:42.399 UTC [21991][client backend] [pg_regress/create_index][68/413:3489] STATEMENT: ALTER TABLE cwi_test ADD UNIQUE USING INDEX cwi_uniq3_idx; 2024-09-07 20:44:42.401 UTC [21991][client backend] [pg_regress/create_index][68/415:3491] ERROR: index "cwi_uniq4_idx" column number 1 does not have default sorting behavior at character 26 2024-09-07 20:44:42.401 UTC [21991][client backend] [pg_regress/create_index][68/415:3491] DETAIL: Cannot create a primary key or unique constraint using such an index. 2024-09-07 20:44:42.401 UTC [21991][client backend] [pg_regress/create_index][68/415:3491] STATEMENT: ALTER TABLE cwi_test ADD UNIQUE USING INDEX cwi_uniq4_idx; 2024-09-07 20:44:42.421 UTC [21991][client backend] [pg_regress/create_index][68/419:3495] ERROR: ALTER TABLE / ADD CONSTRAINT USING INDEX is not supported on partitioned tables 2024-09-07 20:44:42.421 UTC [21991][client backend] [pg_regress/create_index][68/419:3495] STATEMENT: alter table cwi_test add primary key using index cwi_test_a_idx ; 2024-09-07 20:44:42.441 UTC [21991][client backend] [pg_regress/create_index][68/423:3499] ERROR: primary keys cannot use NULLS NOT DISTINCT indexes 2024-09-07 20:44:42.441 UTC [21991][client backend] [pg_regress/create_index][68/423:3499] STATEMENT: ALTER TABLE cwi_test ADD PRIMARY KEY USING INDEX cwi_a_nnd; 2024-09-07 20:44:42.445 UTC [21991][client backend] [pg_regress/create_index][68/426:0] ERROR: relation "syscolcol_table" does not exist 2024-09-07 20:44:42.445 UTC [21991][client backend] [pg_regress/create_index][68/426:0] STATEMENT: CREATE INDEX ON syscolcol_table (ctid); 2024-09-07 20:44:42.446 UTC [21991][client backend] [pg_regress/create_index][68/427:0] ERROR: index creation on system columns is not supported 2024-09-07 20:44:42.446 UTC [21991][client backend] [pg_regress/create_index][68/427:0] STATEMENT: CREATE INDEX ON syscol_table ((ctid >= '(1000,0)')); 2024-09-07 20:44:42.446 UTC [21991][client backend] [pg_regress/create_index][68/428:0] ERROR: index creation on system columns is not supported 2024-09-07 20:44:42.446 UTC [21991][client backend] [pg_regress/create_index][68/428:0] STATEMENT: CREATE INDEX ON syscol_table (a) WHERE ctid >= '(1000,0)'; 2024-09-07 20:44:42.761 UTC [21991][client backend] [pg_regress/create_index][68/542:0] ERROR: concurrent index creation for exclusion constraints is not supported 2024-09-07 20:44:42.761 UTC [21991][client backend] [pg_regress/create_index][68/542:0] STATEMENT: REINDEX INDEX CONCURRENTLY concur_reindex_tab3_c2_excl; 2024-09-07 20:44:42.761 UTC [21991][client backend] [pg_regress/create_index][68/543:0] WARNING: cannot reindex exclusion constraint index "public.concur_reindex_tab3_c2_excl" concurrently, skipping 2024-09-07 20:44:42.766 UTC [21991][client backend] [pg_regress/create_index][68/553:3539] ERROR: conflicting key value violates exclusion constraint "concur_reindex_tab3_c2_excl" 2024-09-07 20:44:42.766 UTC [21991][client backend] [pg_regress/create_index][68/553:3539] DETAIL: Key (c2)=([2,5)) conflicts with existing key (c2)=([1,3)). 2024-09-07 20:44:42.766 UTC [21991][client backend] [pg_regress/create_index][68/553:3539] STATEMENT: INSERT INTO concur_reindex_tab3 VALUES (4, '[2,4]'); 2024-09-07 20:44:43.067 UTC [21991][client backend] [pg_regress/create_index][68/737:0] ERROR: "concur_reindex_part_index" is not a table or materialized view 2024-09-07 20:44:43.067 UTC [21991][client backend] [pg_regress/create_index][68/737:0] STATEMENT: REINDEX TABLE concur_reindex_part_index; 2024-09-07 20:44:43.067 UTC [21991][client backend] [pg_regress/create_index][68/738:0] ERROR: "concur_reindex_part_index" is not a table or materialized view 2024-09-07 20:44:43.067 UTC [21991][client backend] [pg_regress/create_index][68/738:0] STATEMENT: REINDEX TABLE CONCURRENTLY concur_reindex_part_index; 2024-09-07 20:44:43.068 UTC [21991][client backend] [pg_regress/create_index][68/739:0] ERROR: "concur_reindex_part_index_10" is not a table or materialized view 2024-09-07 20:44:43.068 UTC [21991][client backend] [pg_regress/create_index][68/739:0] STATEMENT: REINDEX TABLE concur_reindex_part_index_10; 2024-09-07 20:44:43.069 UTC [21991][client backend] [pg_regress/create_index][68/740:0] ERROR: "concur_reindex_part_index_10" is not a table or materialized view 2024-09-07 20:44:43.069 UTC [21991][client backend] [pg_regress/create_index][68/740:0] STATEMENT: REINDEX TABLE CONCURRENTLY concur_reindex_part_index_10; 2024-09-07 20:44:43.069 UTC [21991][client backend] [pg_regress/create_index][68/741:3633] ERROR: REINDEX INDEX cannot run inside a transaction block 2024-09-07 20:44:43.069 UTC [21991][client backend] [pg_regress/create_index][68/741:3633] CONTEXT: while reindexing partitioned index "public.concur_reindex_part_index" 2024-09-07 20:44:43.069 UTC [21991][client backend] [pg_regress/create_index][68/741:3633] STATEMENT: REINDEX INDEX concur_reindex_part_index; 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/776:0] ERROR: "concur_reindex_part" is not an index 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/776:0] STATEMENT: REINDEX INDEX concur_reindex_part; 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/777:0] ERROR: "concur_reindex_part" is not an index 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/777:0] STATEMENT: REINDEX INDEX CONCURRENTLY concur_reindex_part; 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/778:0] ERROR: "concur_reindex_part_10" is not an index 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/778:0] STATEMENT: REINDEX INDEX concur_reindex_part_10; 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/779:0] ERROR: "concur_reindex_part_10" is not an index 2024-09-07 20:44:43.122 UTC [21991][client backend] [pg_regress/create_index][68/779:0] STATEMENT: REINDEX INDEX CONCURRENTLY concur_reindex_part_10; 2024-09-07 20:44:43.123 UTC [21991][client backend] [pg_regress/create_index][68/780:0] ERROR: REINDEX TABLE cannot run inside a transaction block 2024-09-07 20:44:43.123 UTC [21991][client backend] [pg_regress/create_index][68/780:0] CONTEXT: while reindexing partitioned table "public.concur_reindex_part" 2024-09-07 20:44:43.123 UTC [21991][client backend] [pg_regress/create_index][68/780:0] STATEMENT: REINDEX TABLE concur_reindex_part; 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/816:0] ERROR: REINDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/816:0] STATEMENT: REINDEX TABLE CONCURRENTLY concur_reindex_tab; 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/817:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/817:0] STATEMENT: REINDEX TABLE CONCURRENTLY pg_class; 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/818:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.162 UTC [21991][client backend] [pg_regress/create_index][68/818:0] STATEMENT: REINDEX INDEX CONCURRENTLY pg_class_oid_index; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/819:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/819:0] STATEMENT: REINDEX TABLE CONCURRENTLY pg_toast.pg_toast_1260; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/820:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/820:0] STATEMENT: REINDEX INDEX CONCURRENTLY pg_toast.pg_toast_1260_index; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/821:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/821:0] STATEMENT: REINDEX SYSTEM CONCURRENTLY postgres; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/822:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/822:0] STATEMENT: REINDEX (CONCURRENTLY) SYSTEM postgres; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/823:0] ERROR: cannot reindex system catalogs concurrently 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/823:0] STATEMENT: REINDEX (CONCURRENTLY) SYSTEM; 2024-09-07 20:44:43.163 UTC [21991][client backend] [pg_regress/create_index][68/824:0] WARNING: cannot reindex system catalogs concurrently, skipping all 2024-09-07 20:44:43.164 UTC [21991][client backend] [pg_regress/create_index][68/826:0] ERROR: can only reindex the currently open database 2024-09-07 20:44:43.164 UTC [21991][client backend] [pg_regress/create_index][68/826:0] STATEMENT: REINDEX DATABASE not_current_database; 2024-09-07 20:44:43.213 UTC [21991][client backend] [pg_regress/create_index][68/844:0] ERROR: could not create unique index "concur_reindex_ind5" 2024-09-07 20:44:43.213 UTC [21991][client backend] [pg_regress/create_index][68/844:0] DETAIL: Key (c1)=(1) is duplicated. 2024-09-07 20:44:43.213 UTC [21991][client backend] [pg_regress/create_index][68/844:0] STATEMENT: CREATE UNIQUE INDEX CONCURRENTLY concur_reindex_ind5 ON concur_reindex_tab4 (c1); 2024-09-07 20:44:43.214 UTC [21991][client backend] [pg_regress/create_index][68/847:0] ERROR: could not create unique index "concur_reindex_ind5_ccnew" 2024-09-07 20:44:43.214 UTC [21991][client backend] [pg_regress/create_index][68/847:0] DETAIL: Key (c1)=(1) is duplicated. 2024-09-07 20:44:43.214 UTC [21991][client backend] [pg_regress/create_index][68/847:0] STATEMENT: REINDEX INDEX CONCURRENTLY concur_reindex_ind5; 2024-09-07 20:44:43.250 UTC [21991][client backend] [pg_regress/create_index][68/859:0] WARNING: skipping reindex of invalid index "public.concur_reindex_ind5" 2024-09-07 20:44:43.250 UTC [21991][client backend] [pg_regress/create_index][68/859:0] HINT: Use DROP INDEX or REINDEX INDEX. 2024-09-07 20:44:43.350 UTC [21991][client backend] [pg_regress/create_index][68/931:0] ERROR: REINDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:43.350 UTC [21991][client backend] [pg_regress/create_index][68/931:0] STATEMENT: REINDEX INDEX CONCURRENTLY concur_temp_ind_1; 2024-09-07 20:44:43.364 UTC [21991][client backend] [pg_regress/create_index][68/936:3711] ERROR: REINDEX CONCURRENTLY cannot run inside a transaction block 2024-09-07 20:44:43.364 UTC [21991][client backend] [pg_regress/create_index][68/936:3711] STATEMENT: REINDEX INDEX CONCURRENTLY concur_temp_ind_3; 2024-09-07 20:44:43.461 UTC [21991][client backend] [pg_regress/create_index][68/949:0] ERROR: schema "schema_to_reindex" does not exist 2024-09-07 20:44:43.461 UTC [21991][client backend] [pg_regress/create_index][68/949:0] STATEMENT: REINDEX SCHEMA schema_to_reindex; 2024-09-07 20:44:43.509 UTC [21991][client backend] [pg_regress/create_index][68/978:0] ERROR: REINDEX SCHEMA cannot run inside a transaction block 2024-09-07 20:44:43.509 UTC [21991][client backend] [pg_regress/create_index][68/978:0] STATEMENT: REINDEX SCHEMA schema_to_reindex; 2024-09-07 20:44:43.541 UTC [21991][client backend] [pg_regress/create_index][68/1021:0] ERROR: must be owner of schema schema_to_reindex 2024-09-07 20:44:43.541 UTC [21991][client backend] [pg_regress/create_index][68/1021:0] STATEMENT: REINDEX SCHEMA schema_to_reindex; 2024-09-07 20:44:43.543 UTC [21991][client backend] [pg_regress/create_index][68/1025:0] ERROR: permission denied for table pg_toast_1260 2024-09-07 20:44:43.543 UTC [21991][client backend] [pg_regress/create_index][68/1025:0] STATEMENT: REINDEX TABLE pg_toast.pg_toast_1260; 2024-09-07 20:44:43.543 UTC [21991][client backend] [pg_regress/create_index][68/1026:0] ERROR: permission denied for index pg_toast_1260_index 2024-09-07 20:44:43.543 UTC [21991][client backend] [pg_regress/create_index][68/1026:0] STATEMENT: REINDEX INDEX pg_toast.pg_toast_1260_index; 2024-09-07 20:44:43.592 UTC [21991][client backend] [pg_regress/create_index][:0] LOG: disconnection: session time: 0:00:03.868 user=postgres database=regression host=[local] 2024-09-07 20:44:43.823 UTC [22359][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.825 UTC [22359][client backend] [[unknown]][73/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.825 UTC [22359][client backend] [[unknown]][73/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/triggers 2024-09-07 20:44:43.826 UTC [22362][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.828 UTC [22362][client backend] [[unknown]][74/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.828 UTC [22362][client backend] [[unknown]][74/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/vacuum 2024-09-07 20:44:43.829 UTC [22363][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.829 UTC [22360][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.830 UTC [22365][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.831 UTC [22360][client backend] [[unknown]][75/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.831 UTC [22360][client backend] [[unknown]][75/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/constraints 2024-09-07 20:44:43.832 UTC [22365][client backend] [[unknown]][76/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.832 UTC [22365][client backend] [[unknown]][76/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/typed_table 2024-09-07 20:44:43.833 UTC [22361][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.834 UTC [22361][client backend] [[unknown]][77/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.834 UTC [22361][client backend] [[unknown]][77/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_function_sql 2024-09-07 20:44:43.835 UTC [22366][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.838 UTC [22366][client backend] [[unknown]][78/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.838 UTC [22366][client backend] [[unknown]][78/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/drop_if_exists 2024-09-07 20:44:43.839 UTC [22364][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.840 UTC [22364][client backend] [[unknown]][79/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.840 UTC [22364][client backend] [[unknown]][79/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_cast 2024-09-07 20:44:43.855 UTC [22365][client backend] [pg_regress/typed_table][76/2:0] ERROR: type "nothing" does not exist 2024-09-07 20:44:43.855 UTC [22365][client backend] [pg_regress/typed_table][76/2:0] STATEMENT: CREATE TABLE ttable1 OF nothing; 2024-09-07 20:44:43.855 UTC [22369][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.856 UTC [22366][client backend] [pg_regress/drop_if_exists][78/2:0] ERROR: table "test_exists" does not exist 2024-09-07 20:44:43.856 UTC [22366][client backend] [pg_regress/drop_if_exists][78/2:0] STATEMENT: DROP TABLE test_exists; 2024-09-07 20:44:43.861 UTC [22367][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.861 UTC [22368][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.862 UTC [22369][client backend] [[unknown]][80/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.862 UTC [22369][client backend] [[unknown]][80/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select 2024-09-07 20:44:43.862 UTC [22363][client backend] [[unknown]][81/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.862 UTC [22363][client backend] [[unknown]][81/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_aggregate 2024-09-07 20:44:43.862 UTC [22367][client backend] [[unknown]][82/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.862 UTC [22367][client backend] [[unknown]][82/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/inherit 2024-09-07 20:44:43.862 UTC [22368][client backend] [[unknown]][83/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.862 UTC [22368][client backend] [[unknown]][83/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/create_am 2024-09-07 20:44:43.868 UTC [22363][client backend] [pg_regress/create_aggregate][81/3:0] ERROR: aggregate newavg_wrong(integer) does not exist 2024-09-07 20:44:43.868 UTC [22363][client backend] [pg_regress/create_aggregate][81/3:0] STATEMENT: COMMENT ON AGGREGATE newavg_wrong (int4) IS 'an agg comment'; 2024-09-07 20:44:43.873 UTC [22370][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.874 UTC [22370][client backend] [[unknown]][84/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.874 UTC [22370][client backend] [[unknown]][84/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/updatable_views 2024-09-07 20:44:43.876 UTC [22363][client backend] [pg_regress/create_aggregate][81/10:0] ERROR: aggregate nosuchagg(*) does not exist 2024-09-07 20:44:43.876 UTC [22363][client backend] [pg_regress/create_aggregate][81/10:0] STATEMENT: COMMENT ON AGGREGATE nosuchagg (*) IS 'should fail'; 2024-09-07 20:44:43.886 UTC [22372][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.887 UTC [22372][client backend] [[unknown]][85/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.887 UTC [22372][client backend] [[unknown]][85/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/roleattributes 2024-09-07 20:44:43.893 UTC [22373][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.894 UTC [22373][client backend] [[unknown]][86/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.894 UTC [22373][client backend] [[unknown]][86/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/hash_func 2024-09-07 20:44:43.898 UTC [22375][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.899 UTC [22366][client backend] [pg_regress/drop_if_exists][78/5:0] ERROR: view "test_view_exists" does not exist 2024-09-07 20:44:43.899 UTC [22366][client backend] [pg_regress/drop_if_exists][78/5:0] STATEMENT: DROP VIEW test_view_exists; 2024-09-07 20:44:43.903 UTC [22375][client backend] [[unknown]][87/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.903 UTC [22375][client backend] [[unknown]][87/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/infinite_recurse 2024-09-07 20:44:43.904 UTC [22364][client backend] [pg_regress/create_cast][79/7:0] ERROR: function casttestfunc(text) does not exist at character 8 2024-09-07 20:44:43.904 UTC [22364][client backend] [pg_regress/create_cast][79/7:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:43.904 UTC [22364][client backend] [pg_regress/create_cast][79/7:0] STATEMENT: SELECT casttestfunc('foo'::text); 2024-09-07 20:44:43.906 UTC [22376][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:43.907 UTC [22376][client backend] [[unknown]][88/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:43.907 UTC [22376][client backend] [[unknown]][88/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/errors 2024-09-07 20:44:43.907 UTC [22368][client backend] [pg_regress/create_am][83/3:0] ERROR: function int4in(internal) does not exist 2024-09-07 20:44:43.907 UTC [22368][client backend] [pg_regress/create_am][83/3:0] STATEMENT: CREATE ACCESS METHOD bogus TYPE INDEX HANDLER int4in; 2024-09-07 20:44:43.909 UTC [22368][client backend] [pg_regress/create_am][83/4:0] ERROR: function heap_tableam_handler must return type index_am_handler 2024-09-07 20:44:43.909 UTC [22368][client backend] [pg_regress/create_am][83/4:0] STATEMENT: CREATE ACCESS METHOD bogus TYPE INDEX HANDLER heap_tableam_handler; 2024-09-07 20:44:43.910 UTC [22368][client backend] [pg_regress/create_am][83/5:0] ERROR: data type box has no default operator class for access method "gist2" 2024-09-07 20:44:43.910 UTC [22368][client backend] [pg_regress/create_am][83/5:0] HINT: You must specify an operator class for the index or define a default operator class for the data type. 2024-09-07 20:44:43.910 UTC [22368][client backend] [pg_regress/create_am][83/5:0] STATEMENT: CREATE INDEX grect2ind2 ON fast_emp4000 USING gist2 (home_base); 2024-09-07 20:44:43.910 UTC [22364][client backend] [pg_regress/create_cast][79/9:0] ERROR: function casttestfunc(text) does not exist at character 8 2024-09-07 20:44:43.910 UTC [22364][client backend] [pg_regress/create_cast][79/9:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:43.910 UTC [22364][client backend] [pg_regress/create_cast][79/9:0] STATEMENT: SELECT casttestfunc('foo'::text); 2024-09-07 20:44:43.928 UTC [22363][client backend] [pg_regress/create_aggregate][81/21:0] ERROR: function least_accum(bigint, bigint) requires run-time type coercion 2024-09-07 20:44:43.928 UTC [22363][client backend] [pg_regress/create_aggregate][81/21:0] STATEMENT: create aggregate least_agg(int4) ( stype = int8, sfunc = least_accum ); 2024-09-07 20:44:43.932 UTC [22364][client backend] [pg_regress/create_cast][79/14:0] ERROR: cannot cast type integer to casttesttype at character 18 2024-09-07 20:44:43.932 UTC [22364][client backend] [pg_regress/create_cast][79/14:0] STATEMENT: SELECT 1234::int4::casttesttype; 2024-09-07 20:44:43.936 UTC [22366][client backend] [pg_regress/drop_if_exists][78/9:0] ERROR: view "test_view_exists" does not exist 2024-09-07 20:44:43.936 UTC [22366][client backend] [pg_regress/drop_if_exists][78/9:0] STATEMENT: DROP VIEW test_view_exists; 2024-09-07 20:44:43.937 UTC [22366][client backend] [pg_regress/drop_if_exists][78/10:0] ERROR: index "test_index_exists" does not exist 2024-09-07 20:44:43.937 UTC [22366][client backend] [pg_regress/drop_if_exists][78/10:0] STATEMENT: DROP INDEX test_index_exists; 2024-09-07 20:44:43.939 UTC [22363][client backend] [pg_regress/create_aggregate][81/24:0] ERROR: function least_accum(bigint, bigint) requires run-time type coercion 2024-09-07 20:44:43.939 UTC [22363][client backend] [pg_regress/create_aggregate][81/24:0] STATEMENT: create aggregate least_agg(int4) ( stype = int8, sfunc = least_accum ); 2024-09-07 20:44:43.940 UTC [22376][client backend] [pg_regress/errors][88/4:0] ERROR: relation "nonesuch" does not exist at character 15 2024-09-07 20:44:43.940 UTC [22376][client backend] [pg_regress/errors][88/4:0] STATEMENT: select * from nonesuch; 2024-09-07 20:44:43.944 UTC [22376][client backend] [pg_regress/errors][88/5:0] ERROR: column "nonesuch" does not exist at character 8 2024-09-07 20:44:43.944 UTC [22376][client backend] [pg_regress/errors][88/5:0] STATEMENT: select nonesuch from pg_database; 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/6:0] ERROR: syntax error at or near "from" at character 17 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/6:0] STATEMENT: select distinct from pg_database; 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/7:0] ERROR: column "nonesuch" does not exist at character 33 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/7:0] STATEMENT: select * from pg_database where nonesuch = pg_database.datname; 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/8:0] ERROR: column "nonesuch" does not exist at character 55 2024-09-07 20:44:43.945 UTC [22376][client backend] [pg_regress/errors][88/8:0] STATEMENT: select * from pg_database where pg_database.datname = nonesuch; 2024-09-07 20:44:43.946 UTC [22376][client backend] [pg_regress/errors][88/9:0] ERROR: column "foobar" does not exist at character 21 2024-09-07 20:44:43.946 UTC [22376][client backend] [pg_regress/errors][88/9:0] STATEMENT: select distinct on (foobar) * from pg_database; 2024-09-07 20:44:43.954 UTC [22376][client backend] [pg_regress/errors][88/10:0] ERROR: FOR UPDATE is not allowed with GROUP BY clause 2024-09-07 20:44:43.954 UTC [22376][client backend] [pg_regress/errors][88/10:0] STATEMENT: select null from pg_database group by datname for update; 2024-09-07 20:44:43.958 UTC [22376][client backend] [pg_regress/errors][88/11:0] ERROR: FOR UPDATE is not allowed with GROUP BY clause 2024-09-07 20:44:43.958 UTC [22376][client backend] [pg_regress/errors][88/11:0] STATEMENT: select null from pg_database group by grouping sets (()) for update; 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/12:0] ERROR: syntax error at or near ";" at character 12 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/12:0] STATEMENT: delete from; 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/13:0] ERROR: relation "nonesuch" does not exist at character 13 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/13:0] STATEMENT: delete from nonesuch; 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/14:0] ERROR: syntax error at or near ";" at character 11 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/14:0] STATEMENT: drop table; 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/15:0] ERROR: table "nonesuch" does not exist 2024-09-07 20:44:43.959 UTC [22376][client backend] [pg_regress/errors][88/15:0] STATEMENT: drop table nonesuch; 2024-09-07 20:44:43.960 UTC [22366][client backend] [pg_regress/drop_if_exists][78/14:0] ERROR: index "test_index_exists" does not exist 2024-09-07 20:44:43.960 UTC [22366][client backend] [pg_regress/drop_if_exists][78/14:0] STATEMENT: DROP INDEX test_index_exists; 2024-09-07 20:44:43.960 UTC [22376][client backend] [pg_regress/errors][88/16:0] ERROR: syntax error at or near ";" at character 19 2024-09-07 20:44:43.960 UTC [22376][client backend] [pg_regress/errors][88/16:0] STATEMENT: alter table rename; 2024-09-07 20:44:43.960 UTC [22376][client backend] [pg_regress/errors][88/17:0] ERROR: relation "nonesuch" does not exist 2024-09-07 20:44:43.960 UTC [22376][client backend] [pg_regress/errors][88/17:0] STATEMENT: alter table nonesuch rename to newnonesuch; 2024-09-07 20:44:43.963 UTC [22366][client backend] [pg_regress/drop_if_exists][78/15:0] ERROR: sequence "test_sequence_exists" does not exist 2024-09-07 20:44:43.963 UTC [22366][client backend] [pg_regress/drop_if_exists][78/15:0] STATEMENT: DROP SEQUENCE test_sequence_exists; 2024-09-07 20:44:43.965 UTC [22376][client backend] [pg_regress/errors][88/18:0] ERROR: relation "nonesuch" does not exist 2024-09-07 20:44:43.965 UTC [22376][client backend] [pg_regress/errors][88/18:0] STATEMENT: alter table nonesuch rename to stud_emp; 2024-09-07 20:44:43.965 UTC [22376][client backend] [pg_regress/errors][88/19:3876] ERROR: relation "student" already exists 2024-09-07 20:44:43.965 UTC [22376][client backend] [pg_regress/errors][88/19:3876] STATEMENT: alter table stud_emp rename to student; 2024-09-07 20:44:43.967 UTC [22376][client backend] [pg_regress/errors][88/20:3882] ERROR: relation "stud_emp" already exists 2024-09-07 20:44:43.967 UTC [22376][client backend] [pg_regress/errors][88/20:3882] STATEMENT: alter table stud_emp rename to stud_emp; 2024-09-07 20:44:43.968 UTC [22376][client backend] [pg_regress/errors][88/21:0] ERROR: relation "nonesuchrel" does not exist 2024-09-07 20:44:43.968 UTC [22376][client backend] [pg_regress/errors][88/21:0] STATEMENT: alter table nonesuchrel rename column nonesuchatt to newnonesuchatt; 2024-09-07 20:44:43.968 UTC [22376][client backend] [pg_regress/errors][88/22:3891] ERROR: column "nonesuchatt" does not exist 2024-09-07 20:44:43.968 UTC [22376][client backend] [pg_regress/errors][88/22:3891] STATEMENT: alter table emp rename column nonesuchatt to newnonesuchatt; 2024-09-07 20:44:43.969 UTC [22360][client backend] [pg_regress/constraints][75/16:0] ERROR: syntax error at or near ")" at character 45 2024-09-07 20:44:43.969 UTC [22360][client backend] [pg_regress/constraints][75/16:0] STATEMENT: CREATE TABLE error_tbl (i int DEFAULT (100, )); 2024-09-07 20:44:43.969 UTC [22360][client backend] [pg_regress/constraints][75/17:0] ERROR: syntax error at or near "IN" at character 43 2024-09-07 20:44:43.969 UTC [22360][client backend] [pg_regress/constraints][75/17:0] STATEMENT: CREATE TABLE error_tbl (b1 bool DEFAULT 1 IN (1, 2)); 2024-09-07 20:44:43.976 UTC [22376][client backend] [pg_regress/errors][88/23:3903] ERROR: column "manager" of relation "stud_emp" already exists 2024-09-07 20:44:43.976 UTC [22376][client backend] [pg_regress/errors][88/23:3903] STATEMENT: alter table emp rename column salary to manager; 2024-09-07 20:44:43.977 UTC [22376][client backend] [pg_regress/errors][88/24:3906] ERROR: column name "ctid" conflicts with a system column name 2024-09-07 20:44:43.977 UTC [22376][client backend] [pg_regress/errors][88/24:3906] STATEMENT: alter table emp rename column salary to ctid; 2024-09-07 20:44:43.978 UTC [22376][client backend] [pg_regress/errors][88/25:0] WARNING: there is no transaction in progress 2024-09-07 20:44:43.978 UTC [22376][client backend] [pg_regress/errors][88/26:0] WARNING: there is no transaction in progress 2024-09-07 20:44:43.978 UTC [22376][client backend] [pg_regress/errors][88/27:0] ERROR: function int2um(integer) does not exist 2024-09-07 20:44:43.978 UTC [22376][client backend] [pg_regress/errors][88/27:0] STATEMENT: create aggregate newavg2 (sfunc = int4pl, basetype = int4, stype = int4, finalfunc = int2um, initcond = '0'); 2024-09-07 20:44:43.979 UTC [22366][client backend] [pg_regress/drop_if_exists][78/19:0] ERROR: sequence "test_sequence_exists" does not exist 2024-09-07 20:44:43.979 UTC [22366][client backend] [pg_regress/drop_if_exists][78/19:0] STATEMENT: DROP SEQUENCE test_sequence_exists; 2024-09-07 20:44:43.983 UTC [22366][client backend] [pg_regress/drop_if_exists][78/20:0] ERROR: schema "test_schema_exists" does not exist 2024-09-07 20:44:43.983 UTC [22366][client backend] [pg_regress/drop_if_exists][78/20:0] STATEMENT: DROP SCHEMA test_schema_exists; 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/28:0] ERROR: aggregate input type must be specified 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/28:0] STATEMENT: create aggregate newcnt1 (sfunc = int4inc, stype = int4, initcond = '0'); 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/29:0] ERROR: syntax error at or near ";" at character 11 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/29:0] STATEMENT: drop index; 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/30:0] ERROR: syntax error at or near "314159" at character 12 2024-09-07 20:44:43.984 UTC [22376][client backend] [pg_regress/errors][88/30:0] STATEMENT: drop index 314159; 2024-09-07 20:44:43.985 UTC [22376][client backend] [pg_regress/errors][88/31:0] ERROR: index "nonesuch" does not exist 2024-09-07 20:44:43.985 UTC [22376][client backend] [pg_regress/errors][88/31:0] STATEMENT: drop index nonesuch; 2024-09-07 20:44:43.985 UTC [22376][client backend] [pg_regress/errors][88/32:0] ERROR: syntax error at or near ";" at character 15 2024-09-07 20:44:43.985 UTC [22376][client backend] [pg_regress/errors][88/32:0] STATEMENT: drop aggregate; 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/33:0] ERROR: syntax error at or near ";" at character 23 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/33:0] STATEMENT: drop aggregate newcnt1; 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/34:0] ERROR: syntax error at or near "314159" at character 16 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/34:0] STATEMENT: drop aggregate 314159 (int); 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/35:0] ERROR: type "nonesuch" does not exist 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/35:0] STATEMENT: drop aggregate newcnt (nonesuch); 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/36:0] ERROR: aggregate nonesuch(integer) does not exist 2024-09-07 20:44:43.986 UTC [22376][client backend] [pg_regress/errors][88/36:0] STATEMENT: drop aggregate nonesuch (int4); 2024-09-07 20:44:43.989 UTC [22376][client backend] [pg_regress/errors][88/37:0] ERROR: aggregate newcnt(real) does not exist 2024-09-07 20:44:43.989 UTC [22376][client backend] [pg_regress/errors][88/37:0] STATEMENT: drop aggregate newcnt (float4); 2024-09-07 20:44:43.989 UTC [22359][client backend] [pg_regress/triggers][73/23:0] ERROR: trigger "check_fkeys2_pkey_bad" for table "fkeys2" does not exist 2024-09-07 20:44:43.989 UTC [22359][client backend] [pg_regress/triggers][73/23:0] STATEMENT: COMMENT ON TRIGGER check_fkeys2_pkey_bad ON fkeys2 IS 'wrong'; 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/38:0] ERROR: syntax error at or near "(" at character 15 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/38:0] STATEMENT: drop function (); 2024-09-07 20:44:43.993 UTC [22366][client backend] [pg_regress/drop_if_exists][78/24:0] ERROR: schema "test_schema_exists" does not exist 2024-09-07 20:44:43.993 UTC [22366][client backend] [pg_regress/drop_if_exists][78/24:0] STATEMENT: DROP SCHEMA test_schema_exists; 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/39:0] ERROR: syntax error at or near "314159" at character 15 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/39:0] STATEMENT: drop function 314159(); 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/40:0] ERROR: function nonesuch() does not exist 2024-09-07 20:44:43.993 UTC [22376][client backend] [pg_regress/errors][88/40:0] STATEMENT: drop function nonesuch(); 2024-09-07 20:44:43.994 UTC [22366][client backend] [pg_regress/drop_if_exists][78/25:0] ERROR: type "test_type_exists" does not exist 2024-09-07 20:44:43.994 UTC [22366][client backend] [pg_regress/drop_if_exists][78/25:0] STATEMENT: DROP TYPE test_type_exists; 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/41:0] ERROR: syntax error at or near ";" at character 10 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/41:0] STATEMENT: drop type; 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/42:0] ERROR: syntax error at or near "314159" at character 11 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/42:0] STATEMENT: drop type 314159; 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/43:0] ERROR: type "nonesuch" does not exist 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/43:0] STATEMENT: drop type nonesuch; 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/44:0] ERROR: syntax error at or near ";" at character 14 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/44:0] STATEMENT: drop operator; 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/45:0] ERROR: syntax error at or near ";" at character 21 2024-09-07 20:44:43.994 UTC [22376][client backend] [pg_regress/errors][88/45:0] STATEMENT: drop operator equals; 2024-09-07 20:44:43.995 UTC [22376][client backend] [pg_regress/errors][88/46:0] ERROR: syntax error at or near ";" at character 18 2024-09-07 20:44:43.995 UTC [22376][client backend] [pg_regress/errors][88/46:0] STATEMENT: drop operator ===; 2024-09-07 20:44:43.995 UTC [22376][client backend] [pg_regress/errors][88/47:0] ERROR: syntax error at or near "," at character 19 2024-09-07 20:44:43.995 UTC [22376][client backend] [pg_regress/errors][88/47:0] STATEMENT: drop operator int4, int4; 2024-09-07 20:44:43.996 UTC [22376][client backend] [pg_regress/errors][88/48:0] ERROR: syntax error at or near "(" at character 15 2024-09-07 20:44:43.996 UTC [22376][client backend] [pg_regress/errors][88/48:0] STATEMENT: drop operator (int4, int4); 2024-09-07 20:44:43.997 UTC [22376][client backend] [pg_regress/errors][88/49:0] ERROR: syntax error at or near ")" at character 20 2024-09-07 20:44:43.997 UTC [22376][client backend] [pg_regress/errors][88/49:0] STATEMENT: drop operator === (); 2024-09-07 20:44:43.997 UTC [22376][client backend] [pg_regress/errors][88/50:0] ERROR: missing argument at character 24 2024-09-07 20:44:43.997 UTC [22376][client backend] [pg_regress/errors][88/50:0] HINT: Use NONE to denote the missing argument of a unary operator. 2024-09-07 20:44:43.997 UTC [22376][client backend] [pg_regress/errors][88/50:0] STATEMENT: drop operator === (int4); 2024-09-07 20:44:43.998 UTC [22376][client backend] [pg_regress/errors][88/51:0] ERROR: operator does not exist: integer === integer 2024-09-07 20:44:43.998 UTC [22376][client backend] [pg_regress/errors][88/51:0] STATEMENT: drop operator === (int4, int4); 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/52:0] ERROR: missing argument at character 26 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/52:0] HINT: Use NONE to denote the missing argument of a unary operator. 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/52:0] STATEMENT: drop operator = (nonesuch); 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/53:0] ERROR: syntax error at or near "," at character 19 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/53:0] STATEMENT: drop operator = ( , int4); 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/54:0] ERROR: type "nonesuch" does not exist 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/54:0] STATEMENT: drop operator = (nonesuch, int4); 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/55:0] ERROR: type "nonesuch" does not exist 2024-09-07 20:44:43.999 UTC [22376][client backend] [pg_regress/errors][88/55:0] STATEMENT: drop operator = (int4, nonesuch); 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/56:0] ERROR: syntax error at or near ")" at character 24 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/56:0] STATEMENT: drop operator = (int4, ); 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/57:0] ERROR: syntax error at or near ";" at character 10 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/57:0] STATEMENT: drop rule; 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/58:0] ERROR: syntax error at or near "314159" at character 11 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/58:0] STATEMENT: drop rule 314159; 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/59:0] ERROR: relation "noplace" does not exist 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/59:0] STATEMENT: drop rule nonesuch on noplace; 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/60:0] ERROR: syntax error at or near "tuple" at character 6 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/60:0] STATEMENT: drop tuple rule nonesuch; 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/61:0] ERROR: syntax error at or near "instance" at character 6 2024-09-07 20:44:44.000 UTC [22376][client backend] [pg_regress/errors][88/61:0] STATEMENT: drop instance rule nonesuch on noplace; 2024-09-07 20:44:44.002 UTC [22376][client backend] [pg_regress/errors][88/62:0] ERROR: syntax error at or near "rewrite" at character 6 2024-09-07 20:44:44.002 UTC [22376][client backend] [pg_regress/errors][88/62:0] STATEMENT: drop rewrite rule nonesuch; 2024-09-07 20:44:44.002 UTC [22376][client backend] [pg_regress/errors][88/63:0] ERROR: division by zero 2024-09-07 20:44:44.002 UTC [22376][client backend] [pg_regress/errors][88/63:0] STATEMENT: select 1/0; 2024-09-07 20:44:44.006 UTC [22376][client backend] [pg_regress/errors][88/64:0] ERROR: division by zero 2024-09-07 20:44:44.006 UTC [22376][client backend] [pg_regress/errors][88/64:0] STATEMENT: select 1::int8/0; 2024-09-07 20:44:44.013 UTC [22376][client backend] [pg_regress/errors][88/65:0] ERROR: division by zero 2024-09-07 20:44:44.013 UTC [22376][client backend] [pg_regress/errors][88/65:0] STATEMENT: select 1/0::int8; 2024-09-07 20:44:44.013 UTC [22376][client backend] [pg_regress/errors][88/66:0] ERROR: division by zero 2024-09-07 20:44:44.013 UTC [22376][client backend] [pg_regress/errors][88/66:0] STATEMENT: select 1::int2/0; 2024-09-07 20:44:44.019 UTC [22373][client backend] [pg_regress/hash_func][86/18:0] ERROR: could not identify a hash function for type bit varying 2024-09-07 20:44:44.019 UTC [22373][client backend] [pg_regress/hash_func][86/18:0] STATEMENT: SELECT v as value, hash_array(v)::bit(32) as standard FROM (VALUES ('{101}'::varbit[])) x(v); 2024-09-07 20:44:44.021 UTC [22366][client backend] [pg_regress/drop_if_exists][78/29:0] ERROR: type "test_type_exists" does not exist 2024-09-07 20:44:44.021 UTC [22366][client backend] [pg_regress/drop_if_exists][78/29:0] STATEMENT: DROP TYPE test_type_exists; 2024-09-07 20:44:44.021 UTC [22376][client backend] [pg_regress/errors][88/67:0] ERROR: division by zero 2024-09-07 20:44:44.021 UTC [22376][client backend] [pg_regress/errors][88/67:0] STATEMENT: select 1/0::int2; 2024-09-07 20:44:44.021 UTC [22359][client backend] [pg_regress/triggers][73/32:0] ERROR: tuple references non-existent key 2024-09-07 20:44:44.021 UTC [22359][client backend] [pg_regress/triggers][73/32:0] DETAIL: Trigger "check_fkeys2_pkey_exist" found tuple referencing non-existent key in "pkeys". 2024-09-07 20:44:44.021 UTC [22359][client backend] [pg_regress/triggers][73/32:0] STATEMENT: insert into fkeys2 values (70, '5', 3); 2024-09-07 20:44:44.022 UTC [22366][client backend] [pg_regress/drop_if_exists][78/30:0] ERROR: type "test_domain_exists" does not exist 2024-09-07 20:44:44.022 UTC [22366][client backend] [pg_regress/drop_if_exists][78/30:0] STATEMENT: DROP DOMAIN test_domain_exists; 2024-09-07 20:44:44.024 UTC [22376][client backend] [pg_regress/errors][88/68:0] ERROR: division by zero 2024-09-07 20:44:44.024 UTC [22376][client backend] [pg_regress/errors][88/68:0] STATEMENT: select 1::numeric/0; 2024-09-07 20:44:44.027 UTC [22373][client backend] [pg_regress/hash_func][86/19:0] ERROR: could not identify an extended hash function for type bit varying 2024-09-07 20:44:44.027 UTC [22373][client backend] [pg_regress/hash_func][86/19:0] STATEMENT: SELECT v as value, hash_array_extended(v, 0)::bit(32) as extended0 FROM (VALUES ('{101}'::varbit[])) x(v); 2024-09-07 20:44:44.028 UTC [22376][client backend] [pg_regress/errors][88/69:0] ERROR: division by zero 2024-09-07 20:44:44.028 UTC [22376][client backend] [pg_regress/errors][88/69:0] STATEMENT: select 1/0::numeric; 2024-09-07 20:44:44.029 UTC [22364][client backend] [pg_regress/create_cast][:0] LOG: disconnection: session time: 0:00:00.191 user=postgres database=regression host=[local] 2024-09-07 20:44:44.029 UTC [22376][client backend] [pg_regress/errors][88/70:0] ERROR: division by zero 2024-09-07 20:44:44.029 UTC [22376][client backend] [pg_regress/errors][88/70:0] STATEMENT: select 1::float8/0; 2024-09-07 20:44:44.034 UTC [22376][client backend] [pg_regress/errors][88/71:0] ERROR: division by zero 2024-09-07 20:44:44.034 UTC [22376][client backend] [pg_regress/errors][88/71:0] STATEMENT: select 1/0::float8; 2024-09-07 20:44:44.035 UTC [22376][client backend] [pg_regress/errors][88/72:0] ERROR: division by zero 2024-09-07 20:44:44.035 UTC [22376][client backend] [pg_regress/errors][88/72:0] STATEMENT: select 1::float4/0; 2024-09-07 20:44:44.037 UTC [22360][client backend] [pg_regress/constraints][75/23:0] ERROR: new row for relation "check_tbl" violates check constraint "check_con" 2024-09-07 20:44:44.037 UTC [22360][client backend] [pg_regress/constraints][75/23:0] DETAIL: Failing row contains (3). 2024-09-07 20:44:44.037 UTC [22360][client backend] [pg_regress/constraints][75/23:0] STATEMENT: INSERT INTO CHECK_TBL VALUES (3); 2024-09-07 20:44:44.037 UTC [22376][client backend] [pg_regress/errors][88/73:0] ERROR: division by zero 2024-09-07 20:44:44.037 UTC [22376][client backend] [pg_regress/errors][88/73:0] STATEMENT: select 1/0::float4; 2024-09-07 20:44:44.038 UTC [22360][client backend] [pg_regress/constraints][75/24:0] ERROR: new row for relation "check_tbl" violates check constraint "check_con" 2024-09-07 20:44:44.038 UTC [22360][client backend] [pg_regress/constraints][75/24:0] DETAIL: Failing row contains (2). 2024-09-07 20:44:44.038 UTC [22360][client backend] [pg_regress/constraints][75/24:0] STATEMENT: INSERT INTO CHECK_TBL VALUES (2); 2024-09-07 20:44:44.038 UTC [22376][client backend] [pg_regress/errors][88/74:0] ERROR: syntax error at or near "xxx" at character 1 2024-09-07 20:44:44.038 UTC [22376][client backend] [pg_regress/errors][88/74:0] STATEMENT: xxx; 2024-09-07 20:44:44.038 UTC [22376][client backend] [pg_regress/errors][88/75:0] ERROR: syntax error at or near "foo" at character 8 2024-09-07 20:44:44.038 UTC [22376][client backend] [pg_regress/errors][88/75:0] STATEMENT: CREATE foo; 2024-09-07 20:44:44.039 UTC [22376][client backend] [pg_regress/errors][88/76:0] ERROR: syntax error at or near ";" at character 14 2024-09-07 20:44:44.039 UTC [22376][client backend] [pg_regress/errors][88/76:0] STATEMENT: CREATE TABLE ; 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/77:0] ERROR: syntax error at end of input at character 13 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/77:0] STATEMENT: CREATE TABLE 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/78:0] ERROR: syntax error at or near "foo" at character 29 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/78:0] STATEMENT: INSERT INTO foo VALUES(123) foo; 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/79:0] ERROR: syntax error at or near "123" at character 13 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/79:0] STATEMENT: INSERT INTO 123 VALUES(123); 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/80:0] ERROR: syntax error at or near "123" at character 29 2024-09-07 20:44:44.041 UTC [22376][client backend] [pg_regress/errors][88/80:0] STATEMENT: INSERT INTO foo VALUES(123) 123 ; 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/81:0] ERROR: syntax error at or near "NUL" at character 94 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/81:0] STATEMENT: CREATE TABLE foo (id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL); 2024-09-07 20:44:44.042 UTC [22360][client backend] [pg_regress/constraints][75/26:0] ERROR: new row for relation "check_tbl" violates check constraint "check_con" 2024-09-07 20:44:44.042 UTC [22360][client backend] [pg_regress/constraints][75/26:0] DETAIL: Failing row contains (1). 2024-09-07 20:44:44.042 UTC [22360][client backend] [pg_regress/constraints][75/26:0] STATEMENT: INSERT INTO CHECK_TBL VALUES (1); 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/82:0] ERROR: syntax error at or near "NUL" at character 90 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/82:0] STATEMENT: CREATE TABLE foo(id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL); 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/83:0] ERROR: syntax error at or near "NUL" at character 35 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/83:0] STATEMENT: CREATE TABLE foo( id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL, id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY); 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/84:0] ERROR: syntax error at or near "NUL" at character 90 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/84:0] STATEMENT: CREATE TABLE foo(id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL); 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/85:0] ERROR: syntax error at or near "NUL" at character 100 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/85:0] STATEMENT: CREATE TEMPORARY TABLE foo(id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL) ; 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/86:0] ERROR: syntax error at or near "NUL" at character 45 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/86:0] STATEMENT: CREATE TEMPORARY TABLE foo( id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL, id INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY) ; 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/87:0] ERROR: syntax error at or near "NUL" at character 153 2024-09-07 20:44:44.042 UTC [22376][client backend] [pg_regress/errors][88/87:0] STATEMENT: CREATE TEMPORARY TABLE foo (id INT4 UNIQUE NOT NULL, idx INT4 UNIQUE NOT NULL, idy INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL, idz INT4 UNIQUE NOT NULL, idv INT4 UNIQUE NOT NULL); 2024-09-07 20:44:44.043 UTC [22376][client backend] [pg_regress/errors][88/88:0] ERROR: syntax error at or near "NUL" at character 180 2024-09-07 20:44:44.043 UTC [22376][client backend] [pg_regress/errors][88/88:0] STATEMENT: CREATE TEMPORARY TABLE foo (id INT4 UNIQUE NOT NULL , idm INT4 UNIQUE NOT NULL, idx INT4 UNIQUE NOT NULL, idy INT4 UNIQUE NOT NULL, id2 TEXT NOT NULL PRIMARY KEY, id3 INTEGER NOT NUL, id4 INT4 UNIQUE NOT NULL, id5 TEXT UNIQUE NOT NULL, idz INT4 UNIQUE NOT NULL, idv INT4 UNIQUE NOT NULL); 2024-09-07 20:44:44.047 UTC [22359][client backend] [pg_regress/triggers][73/37:0] ERROR: tuple references non-existent key 2024-09-07 20:44:44.047 UTC [22359][client backend] [pg_regress/triggers][73/37:0] DETAIL: Trigger "check_fkeys_pkey_exist" found tuple referencing non-existent key in "pkeys". 2024-09-07 20:44:44.047 UTC [22359][client backend] [pg_regress/triggers][73/37:0] STATEMENT: insert into fkeys values (70, '5', 1); 2024-09-07 20:44:44.047 UTC [22376][client backend] [pg_regress/errors][:0] LOG: disconnection: session time: 0:00:00.144 user=postgres database=regression host=[local] 2024-09-07 20:44:44.050 UTC [22361][client backend] [pg_regress/create_function_sql][77/42:0] ERROR: only superuser can define a leakproof function 2024-09-07 20:44:44.050 UTC [22361][client backend] [pg_regress/create_function_sql][77/42:0] STATEMENT: ALTER FUNCTION functest_E_2(int) LEAKPROOF; 2024-09-07 20:44:44.051 UTC [22359][client backend] [pg_regress/triggers][73/38:0] ERROR: tuple references non-existent key 2024-09-07 20:44:44.051 UTC [22359][client backend] [pg_regress/triggers][73/38:0] DETAIL: Trigger "check_fkeys_pkey2_exist" found tuple referencing non-existent key in "fkeys2". 2024-09-07 20:44:44.051 UTC [22359][client backend] [pg_regress/triggers][73/38:0] STATEMENT: insert into fkeys values (60, '6', 4); 2024-09-07 20:44:44.053 UTC [22361][client backend] [pg_regress/create_function_sql][77/43:0] ERROR: only superuser can define a leakproof function 2024-09-07 20:44:44.053 UTC [22361][client backend] [pg_regress/create_function_sql][77/43:0] STATEMENT: CREATE FUNCTION functest_E_3(int) RETURNS bool LANGUAGE 'sql' LEAKPROOF AS 'SELECT $1 < 200'; 2024-09-07 20:44:44.053 UTC [22366][client backend] [pg_regress/drop_if_exists][78/34:0] ERROR: type "test_domain_exists" does not exist 2024-09-07 20:44:44.053 UTC [22366][client backend] [pg_regress/drop_if_exists][78/34:0] STATEMENT: DROP DOMAIN test_domain_exists; 2024-09-07 20:44:44.057 UTC [22359][client backend] [pg_regress/triggers][73/39:4019] ERROR: "check_fkeys2_fkey_restrict": tuple is referenced in "fkeys" 2024-09-07 20:44:44.057 UTC [22359][client backend] [pg_regress/triggers][73/39:4019] CONTEXT: SQL statement "delete from fkeys2 where fkey21 = $1 and fkey22 = $2 " 2024-09-07 20:44:44.057 UTC [22359][client backend] [pg_regress/triggers][73/39:4019] STATEMENT: delete from pkeys where pkey1 = 30 and pkey2 = '3'; 2024-09-07 20:44:44.061 UTC [22366][client backend] [pg_regress/drop_if_exists][78/38:0] ERROR: role "regress_test_u2" does not exist 2024-09-07 20:44:44.061 UTC [22366][client backend] [pg_regress/drop_if_exists][78/38:0] STATEMENT: DROP USER regress_test_u2; 2024-09-07 20:44:44.063 UTC [22372][client backend] [pg_regress/roleattributes][:0] LOG: disconnection: session time: 0:00:00.177 user=postgres database=regression host=[local] 2024-09-07 20:44:44.066 UTC [22366][client backend] [pg_regress/drop_if_exists][78/40:0] ERROR: role "regress_test_u1" does not exist 2024-09-07 20:44:44.066 UTC [22366][client backend] [pg_regress/drop_if_exists][78/40:0] STATEMENT: DROP USER regress_test_u1; 2024-09-07 20:44:44.066 UTC [22366][client backend] [pg_regress/drop_if_exists][78/41:0] ERROR: role "regress_test_r2" does not exist 2024-09-07 20:44:44.066 UTC [22366][client backend] [pg_regress/drop_if_exists][78/41:0] STATEMENT: DROP ROLE regress_test_r2; 2024-09-07 20:44:44.069 UTC [22366][client backend] [pg_regress/drop_if_exists][78/43:0] ERROR: role "regress_test_r1" does not exist 2024-09-07 20:44:44.069 UTC [22366][client backend] [pg_regress/drop_if_exists][78/43:0] STATEMENT: DROP ROLE regress_test_r1; 2024-09-07 20:44:44.069 UTC [22363][client backend] [pg_regress/create_aggregate][81/37:0] ERROR: must specify both or neither of serialization and deserialization functions 2024-09-07 20:44:44.069 UTC [22363][client backend] [pg_regress/create_aggregate][81/37:0] STATEMENT: CREATE AGGREGATE myavg (numeric) ( stype = internal, sfunc = numeric_avg_accum, serialfunc = numeric_avg_serialize ); 2024-09-07 20:44:44.070 UTC [22366][client backend] [pg_regress/drop_if_exists][78/44:0] ERROR: role "regress_test_g2" does not exist 2024-09-07 20:44:44.070 UTC [22366][client backend] [pg_regress/drop_if_exists][78/44:0] STATEMENT: DROP GROUP regress_test_g2; 2024-09-07 20:44:44.072 UTC [22363][client backend] [pg_regress/create_aggregate][81/38:0] ERROR: function numeric_avg_deserialize(internal) does not exist 2024-09-07 20:44:44.072 UTC [22363][client backend] [pg_regress/create_aggregate][81/38:0] STATEMENT: CREATE AGGREGATE myavg (numeric) ( stype = internal, sfunc = numeric_avg_accum, serialfunc = numeric_avg_deserialize, deserialfunc = numeric_avg_deserialize ); 2024-09-07 20:44:44.074 UTC [22359][client backend] [pg_regress/triggers][73/41:4042] ERROR: "check_fkeys2_fkey_restrict": tuple is referenced in "fkeys" 2024-09-07 20:44:44.074 UTC [22359][client backend] [pg_regress/triggers][73/41:4042] CONTEXT: SQL statement "delete from fkeys2 where fkey21 = $1 and fkey22 = $2 " 2024-09-07 20:44:44.074 UTC [22359][client backend] [pg_regress/triggers][73/41:4042] STATEMENT: update pkeys set pkey1 = 7, pkey2 = '70' where pkey1 = 50 and pkey2 = '5'; 2024-09-07 20:44:44.077 UTC [22363][client backend] [pg_regress/create_aggregate][81/39:0] ERROR: function numeric_avg_serialize(bytea, internal) does not exist 2024-09-07 20:44:44.077 UTC [22363][client backend] [pg_regress/create_aggregate][81/39:0] STATEMENT: CREATE AGGREGATE myavg (numeric) ( stype = internal, sfunc = numeric_avg_accum, serialfunc = numeric_avg_serialize, deserialfunc = numeric_avg_serialize ); 2024-09-07 20:44:44.077 UTC [22366][client backend] [pg_regress/drop_if_exists][78/46:0] ERROR: role "regress_test_g1" does not exist 2024-09-07 20:44:44.077 UTC [22366][client backend] [pg_regress/drop_if_exists][78/46:0] STATEMENT: DROP GROUP regress_test_g1; 2024-09-07 20:44:44.080 UTC [22363][client backend] [pg_regress/create_aggregate][81/40:0] ERROR: function int4larger(internal, internal) does not exist 2024-09-07 20:44:44.080 UTC [22363][client backend] [pg_regress/create_aggregate][81/40:0] STATEMENT: CREATE AGGREGATE myavg (numeric) ( stype = internal, sfunc = numeric_avg_accum, serialfunc = numeric_avg_serialize, deserialfunc = numeric_avg_deserialize, combinefunc = int4larger ); 2024-09-07 20:44:44.083 UTC [22360][client backend] [pg_regress/constraints][75/31:0] ERROR: new row for relation "check2_tbl" violates check constraint "sequence_con" 2024-09-07 20:44:44.083 UTC [22360][client backend] [pg_regress/constraints][75/31:0] DETAIL: Failing row contains (1, x check failed, -2). 2024-09-07 20:44:44.083 UTC [22360][client backend] [pg_regress/constraints][75/31:0] STATEMENT: INSERT INTO CHECK2_TBL VALUES (1, 'x check failed', -2); 2024-09-07 20:44:44.084 UTC [22360][client backend] [pg_regress/constraints][75/32:0] ERROR: new row for relation "check2_tbl" violates check constraint "sequence_con" 2024-09-07 20:44:44.084 UTC [22360][client backend] [pg_regress/constraints][75/32:0] DETAIL: Failing row contains (5, z check failed, 10). 2024-09-07 20:44:44.084 UTC [22360][client backend] [pg_regress/constraints][75/32:0] STATEMENT: INSERT INTO CHECK2_TBL VALUES (5, 'z check failed', 10); 2024-09-07 20:44:44.088 UTC [22366][client backend] [pg_regress/drop_if_exists][78/48:0] ERROR: conversion "test_conversion_exists" does not exist 2024-09-07 20:44:44.088 UTC [22366][client backend] [pg_regress/drop_if_exists][78/48:0] STATEMENT: DROP CONVERSION test_conversion_exists; 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/33:0] ERROR: new row for relation "check2_tbl" violates check constraint "sequence_con" 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/33:0] DETAIL: Failing row contains (0, check failed, -2). 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/33:0] STATEMENT: INSERT INTO CHECK2_TBL VALUES (0, 'check failed', -2); 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/34:0] ERROR: new row for relation "check2_tbl" violates check constraint "sequence_con" 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/34:0] DETAIL: Failing row contains (6, check failed, 11). 2024-09-07 20:44:44.091 UTC [22360][client backend] [pg_regress/constraints][75/34:0] STATEMENT: INSERT INTO CHECK2_TBL VALUES (6, 'check failed', 11); 2024-09-07 20:44:44.098 UTC [22366][client backend] [pg_regress/drop_if_exists][78/52:0] ERROR: text search parser "test_tsparser_exists" does not exist 2024-09-07 20:44:44.098 UTC [22366][client backend] [pg_regress/drop_if_exists][78/52:0] STATEMENT: DROP TEXT SEARCH PARSER test_tsparser_exists; 2024-09-07 20:44:44.100 UTC [22366][client backend] [pg_regress/drop_if_exists][78/54:0] ERROR: text search dictionary "test_tsdict_exists" does not exist 2024-09-07 20:44:44.100 UTC [22366][client backend] [pg_regress/drop_if_exists][78/54:0] STATEMENT: DROP TEXT SEARCH DICTIONARY test_tsdict_exists; 2024-09-07 20:44:44.121 UTC [22366][client backend] [pg_regress/drop_if_exists][78/58:0] ERROR: text search template "test_tstemplate_exists" does not exist 2024-09-07 20:44:44.121 UTC [22366][client backend] [pg_regress/drop_if_exists][78/58:0] STATEMENT: DROP TEXT SEARCH TEMPLATE test_tstemplate_exists; 2024-09-07 20:44:44.121 UTC [22366][client backend] [pg_regress/drop_if_exists][78/60:0] ERROR: text search configuration "test_tsconfig_exists" does not exist 2024-09-07 20:44:44.121 UTC [22366][client backend] [pg_regress/drop_if_exists][78/60:0] STATEMENT: DROP TEXT SEARCH CONFIGURATION test_tsconfig_exists; 2024-09-07 20:44:44.125 UTC [22361][client backend] [pg_regress/create_function_sql][77/66:0] ERROR: duplicate function body specified 2024-09-07 20:44:44.125 UTC [22361][client backend] [pg_regress/create_function_sql][77/66:0] STATEMENT: CREATE FUNCTION functest_S_xxx(x int) RETURNS int LANGUAGE SQL AS $$ SELECT x * 2 $$ RETURN x * 3; 2024-09-07 20:44:44.125 UTC [22361][client backend] [pg_regress/create_function_sql][77/67:0] ERROR: SQL function with unquoted function body cannot have polymorphic arguments 2024-09-07 20:44:44.125 UTC [22361][client backend] [pg_regress/create_function_sql][77/67:0] STATEMENT: CREATE FUNCTION functest_S_xx(x anyarray) RETURNS anyelement LANGUAGE SQL RETURN x[1]; 2024-09-07 20:44:44.126 UTC [22360][client backend] [pg_regress/constraints][75/39:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.126 UTC [22360][client backend] [pg_regress/constraints][75/39:0] DETAIL: Failing row contains (2, -NULL-, -2). 2024-09-07 20:44:44.126 UTC [22360][client backend] [pg_regress/constraints][75/39:0] STATEMENT: INSERT INTO INSERT_TBL(x,z) VALUES (2, -2); 2024-09-07 20:44:44.129 UTC [22361][client backend] [pg_regress/create_function_sql][77/68:0] ERROR: operator does not exist: date > integer at character 85 2024-09-07 20:44:44.129 UTC [22361][client backend] [pg_regress/create_function_sql][77/68:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:44.129 UTC [22361][client backend] [pg_regress/create_function_sql][77/68:0] STATEMENT: CREATE FUNCTION functest_S_xx(x date) RETURNS boolean LANGUAGE SQL RETURN x > 1; 2024-09-07 20:44:44.134 UTC [22366][client backend] [pg_regress/drop_if_exists][78/64:0] ERROR: extension "test_extension_exists" does not exist 2024-09-07 20:44:44.134 UTC [22366][client backend] [pg_regress/drop_if_exists][78/64:0] STATEMENT: DROP EXTENSION test_extension_exists; 2024-09-07 20:44:44.134 UTC [22366][client backend] [pg_regress/drop_if_exists][78/66:0] ERROR: function test_function_exists() does not exist 2024-09-07 20:44:44.134 UTC [22366][client backend] [pg_regress/drop_if_exists][78/66:0] STATEMENT: DROP FUNCTION test_function_exists(); 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/49:0] ERROR: cannot change return type of existing function 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/49:0] HINT: Use DROP AGGREGATE myavg(numeric) first. 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/49:0] STATEMENT: CREATE OR REPLACE AGGREGATE myavg (numeric) ( stype = numeric, sfunc = numeric_add, finalfunc = numeric_out ); 2024-09-07 20:44:44.135 UTC [22366][client backend] [pg_regress/drop_if_exists][78/68:0] ERROR: function test_function_exists(integer, text, integer[]) does not exist 2024-09-07 20:44:44.135 UTC [22366][client backend] [pg_regress/drop_if_exists][78/68:0] STATEMENT: DROP FUNCTION test_function_exists(int, text, int[]); 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/50:4085] ERROR: cannot change routine kind 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/50:4085] DETAIL: "myavg" is an ordinary aggregate function. 2024-09-07 20:44:44.135 UTC [22363][client backend] [pg_regress/create_aggregate][81/50:4085] STATEMENT: CREATE OR REPLACE AGGREGATE myavg (order by numeric) ( stype = numeric, sfunc = numeric_add ); 2024-09-07 20:44:44.136 UTC [22366][client backend] [pg_regress/drop_if_exists][78/70:0] ERROR: aggregate test_aggregate_exists(*) does not exist 2024-09-07 20:44:44.136 UTC [22366][client backend] [pg_regress/drop_if_exists][78/70:0] STATEMENT: DROP AGGREGATE test_aggregate_exists(*); 2024-09-07 20:44:44.137 UTC [22366][client backend] [pg_regress/drop_if_exists][78/72:0] ERROR: aggregate test_aggregate_exists(integer) does not exist 2024-09-07 20:44:44.137 UTC [22366][client backend] [pg_regress/drop_if_exists][78/72:0] STATEMENT: DROP AGGREGATE test_aggregate_exists(int); 2024-09-07 20:44:44.141 UTC [22363][client backend] [pg_regress/create_aggregate][81/52:0] ERROR: cannot change routine kind 2024-09-07 20:44:44.141 UTC [22363][client backend] [pg_regress/create_aggregate][81/52:0] DETAIL: "sum3" is a function. 2024-09-07 20:44:44.141 UTC [22363][client backend] [pg_regress/create_aggregate][81/52:0] STATEMENT: CREATE OR REPLACE AGGREGATE sum3 (int8,int8,int8) ( stype = int8, sfunc = sum4 ); 2024-09-07 20:44:44.141 UTC [22366][client backend] [pg_regress/drop_if_exists][78/74:0] ERROR: operator does not exist: integer @#@ integer 2024-09-07 20:44:44.141 UTC [22366][client backend] [pg_regress/drop_if_exists][78/74:0] STATEMENT: DROP OPERATOR @#@ (int, int); 2024-09-07 20:44:44.141 UTC [22365][client backend] [pg_regress/typed_table][76/17:4092] ERROR: cannot add column to typed table 2024-09-07 20:44:44.141 UTC [22365][client backend] [pg_regress/typed_table][76/17:4092] STATEMENT: ALTER TABLE persons ADD COLUMN comment text; 2024-09-07 20:44:44.141 UTC [22365][client backend] [pg_regress/typed_table][76/18:4093] ERROR: cannot drop column from typed table 2024-09-07 20:44:44.141 UTC [22365][client backend] [pg_regress/typed_table][76/18:4093] STATEMENT: ALTER TABLE persons DROP COLUMN name; 2024-09-07 20:44:44.143 UTC [22360][client backend] [pg_regress/constraints][75/42:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.143 UTC [22360][client backend] [pg_regress/constraints][75/42:0] DETAIL: Failing row contains (2, Y, -2). 2024-09-07 20:44:44.143 UTC [22360][client backend] [pg_regress/constraints][75/42:0] STATEMENT: INSERT INTO INSERT_TBL(y) VALUES ('Y'); 2024-09-07 20:44:44.146 UTC [22360][client backend] [pg_regress/constraints][75/44:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_check" 2024-09-07 20:44:44.146 UTC [22360][client backend] [pg_regress/constraints][75/44:0] DETAIL: Failing row contains (1, -NULL-, -2). 2024-09-07 20:44:44.146 UTC [22360][client backend] [pg_regress/constraints][75/44:0] STATEMENT: INSERT INTO INSERT_TBL(x,z) VALUES (1, -2); 2024-09-07 20:44:44.146 UTC [22365][client backend] [pg_regress/typed_table][76/19:0] ERROR: cannot rename column of typed table 2024-09-07 20:44:44.146 UTC [22365][client backend] [pg_regress/typed_table][76/19:0] STATEMENT: ALTER TABLE persons RENAME COLUMN id TO num; 2024-09-07 20:44:44.146 UTC [22365][client backend] [pg_regress/typed_table][76/20:4100] ERROR: cannot alter column type of typed table 2024-09-07 20:44:44.146 UTC [22365][client backend] [pg_regress/typed_table][76/20:4100] STATEMENT: ALTER TABLE persons ALTER COLUMN name TYPE varchar; 2024-09-07 20:44:44.153 UTC [22363][client backend] [pg_regress/create_aggregate][81/55:0] ERROR: parameter "parallel" must be SAFE, RESTRICTED, or UNSAFE 2024-09-07 20:44:44.153 UTC [22363][client backend] [pg_regress/create_aggregate][81/55:0] STATEMENT: CREATE AGGREGATE mysum (int) ( stype = int, sfunc = int4pl, parallel = pear ); 2024-09-07 20:44:44.157 UTC [22366][client backend] [pg_regress/drop_if_exists][78/78:0] ERROR: language "test_language_exists" does not exist 2024-09-07 20:44:44.157 UTC [22366][client backend] [pg_regress/drop_if_exists][78/78:0] STATEMENT: DROP LANGUAGE test_language_exists; 2024-09-07 20:44:44.158 UTC [22366][client backend] [pg_regress/drop_if_exists][78/80:0] ERROR: cast from type text to type text does not exist 2024-09-07 20:44:44.158 UTC [22366][client backend] [pg_regress/drop_if_exists][78/80:0] STATEMENT: DROP CAST (text AS text); 2024-09-07 20:44:44.158 UTC [22363][client backend] [pg_regress/create_aggregate][81/57:0] ERROR: strictness of aggregate's forward and inverse transition functions must match 2024-09-07 20:44:44.158 UTC [22363][client backend] [pg_regress/create_aggregate][81/57:0] STATEMENT: CREATE AGGREGATE invalidsumdouble (float8) ( stype = float8, sfunc = float8pl, mstype = float8, msfunc = float8pl, minvfunc = float8mi_n ); 2024-09-07 20:44:44.160 UTC [22366][client backend] [pg_regress/drop_if_exists][78/82:0] ERROR: trigger "test_trigger_exists" for table "test_exists" does not exist 2024-09-07 20:44:44.160 UTC [22366][client backend] [pg_regress/drop_if_exists][78/82:0] STATEMENT: DROP TRIGGER test_trigger_exists ON test_exists; 2024-09-07 20:44:44.163 UTC [22360][client backend] [pg_regress/constraints][75/46:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.163 UTC [22360][client backend] [pg_regress/constraints][75/46:0] DETAIL: Failing row contains (5, check failed, -5). 2024-09-07 20:44:44.163 UTC [22360][client backend] [pg_regress/constraints][75/46:0] STATEMENT: INSERT INTO INSERT_TBL VALUES (5, 'check failed', -5); 2024-09-07 20:44:44.165 UTC [22365][client backend] [pg_regress/typed_table][76/22:4112] ERROR: cannot change inheritance of typed table 2024-09-07 20:44:44.165 UTC [22365][client backend] [pg_regress/typed_table][76/22:4112] STATEMENT: ALTER TABLE persons INHERIT stuff; 2024-09-07 20:44:44.165 UTC [22363][client backend] [pg_regress/create_aggregate][81/59:0] ERROR: return type of inverse transition function float8mi_int is not double precision 2024-09-07 20:44:44.165 UTC [22363][client backend] [pg_regress/create_aggregate][81/59:0] STATEMENT: CREATE AGGREGATE wrongreturntype (float8) ( stype = float8, sfunc = float8pl, mstype = float8, msfunc = float8pl, minvfunc = float8mi_int ); 2024-09-07 20:44:44.165 UTC [22373][client backend] [pg_regress/hash_func][86/37:0] ERROR: could not identify a hash function for type bit varying 2024-09-07 20:44:44.165 UTC [22373][client backend] [pg_regress/hash_func][86/37:0] STATEMENT: SELECT v as value, hash_record(v)::bit(32) as standard FROM (VALUES (row('10'::varbit, 'aaa')::hash_test_t2)) x(v); 2024-09-07 20:44:44.165 UTC [22366][client backend] [pg_regress/drop_if_exists][78/84:0] ERROR: relation "no_such_table" does not exist 2024-09-07 20:44:44.165 UTC [22366][client backend] [pg_regress/drop_if_exists][78/84:0] STATEMENT: DROP TRIGGER test_trigger_exists ON no_such_table; 2024-09-07 20:44:44.165 UTC [22365][client backend] [pg_regress/typed_table][76/23:0] ERROR: column "myname" does not exist 2024-09-07 20:44:44.165 UTC [22365][client backend] [pg_regress/typed_table][76/23:0] STATEMENT: CREATE TABLE personsx OF person_type (myname WITH OPTIONS NOT NULL); 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] WARNING: aggregate attribute "Sfunc1" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] WARNING: aggregate attribute "Basetype" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] WARNING: aggregate attribute "Stype1" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] WARNING: aggregate attribute "Initcond1" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] WARNING: aggregate attribute "Parallel" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] ERROR: aggregate stype must be specified 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/60:0] STATEMENT: CREATE AGGREGATE case_agg ( -- old syntax "Sfunc1" = int4pl, "Basetype" = int4, "Stype1" = int4, "Initcond1" = '0', "Parallel" = safe ); 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Stype" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Sfunc" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Finalfunc" not recognized 2024-09-07 20:44:44.166 UTC [22366][client backend] [pg_regress/drop_if_exists][78/86:0] ERROR: schema "no_such_schema" does not exist 2024-09-07 20:44:44.166 UTC [22366][client backend] [pg_regress/drop_if_exists][78/86:0] STATEMENT: DROP TRIGGER test_trigger_exists ON no_such_schema.no_such_table; 2024-09-07 20:44:44.166 UTC [22373][client backend] [pg_regress/hash_func][86/38:0] ERROR: could not identify an extended hash function for type bit varying 2024-09-07 20:44:44.166 UTC [22373][client backend] [pg_regress/hash_func][86/38:0] STATEMENT: SELECT v as value, hash_record_extended(v, 0)::bit(32) as extended0 FROM (VALUES (row('11'::varbit, 'aaa')::hash_test_t2)) x(v); 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Finalfunc_extra" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Finalfunc_modify" not recognized 2024-09-07 20:44:44.166 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] WARNING: aggregate attribute "Parallel" not recognized 2024-09-07 20:44:44.167 UTC [22360][client backend] [pg_regress/constraints][75/50:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_check" 2024-09-07 20:44:44.167 UTC [22360][client backend] [pg_regress/constraints][75/50:0] DETAIL: Failing row contains (5, check failed, 4). 2024-09-07 20:44:44.167 UTC [22360][client backend] [pg_regress/constraints][75/50:0] STATEMENT: INSERT INTO INSERT_TBL(y,z) VALUES ('check failed', 4); 2024-09-07 20:44:44.169 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] ERROR: aggregate stype must be specified 2024-09-07 20:44:44.169 UTC [22363][client backend] [pg_regress/create_aggregate][81/61:0] STATEMENT: CREATE AGGREGATE case_agg(float8) ( "Stype" = internal, "Sfunc" = ordered_set_transition, "Finalfunc" = percentile_disc_final, "Finalfunc_extra" = true, "Finalfunc_modify" = read_write, "Parallel" = safe ); 2024-09-07 20:44:44.170 UTC [22360][client backend] [pg_regress/constraints][75/51:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.170 UTC [22360][client backend] [pg_regress/constraints][75/51:0] DETAIL: Failing row contains (5, check failed, -5). 2024-09-07 20:44:44.170 UTC [22360][client backend] [pg_regress/constraints][75/51:0] STATEMENT: INSERT INTO INSERT_TBL(x,y) VALUES (5, 'check failed'); 2024-09-07 20:44:44.172 UTC [22363][client backend] [pg_regress/create_aggregate][:0] LOG: disconnection: session time: 0:00:00.346 user=postgres database=regression host=[local] 2024-09-07 20:44:44.173 UTC [22360][client backend] [pg_regress/constraints][75/56:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.173 UTC [22360][client backend] [pg_regress/constraints][75/56:0] DETAIL: Failing row contains (8, Y, -8). 2024-09-07 20:44:44.173 UTC [22360][client backend] [pg_regress/constraints][75/56:0] STATEMENT: INSERT INTO INSERT_TBL(y) VALUES ('Y'); 2024-09-07 20:44:44.191 UTC [22368][client backend] [pg_regress/create_am][83/9:4127] ERROR: cannot drop access method gist2 because other objects depend on it 2024-09-07 20:44:44.191 UTC [22368][client backend] [pg_regress/create_am][83/9:4127] DETAIL: index grect2ind2 depends on operator class box_ops for access method gist2 2024-09-07 20:44:44.191 UTC [22368][client backend] [pg_regress/create_am][83/9:4127] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:44.191 UTC [22368][client backend] [pg_regress/create_am][83/9:4127] STATEMENT: DROP ACCESS METHOD gist2; 2024-09-07 20:44:44.197 UTC [22366][client backend] [pg_regress/drop_if_exists][78/90:0] ERROR: rule "test_rule_exists" for relation "test_exists" does not exist 2024-09-07 20:44:44.197 UTC [22366][client backend] [pg_regress/drop_if_exists][78/90:0] STATEMENT: DROP RULE test_rule_exists ON test_exists; 2024-09-07 20:44:44.200 UTC [22366][client backend] [pg_regress/drop_if_exists][78/92:0] ERROR: relation "no_such_table" does not exist 2024-09-07 20:44:44.200 UTC [22366][client backend] [pg_regress/drop_if_exists][78/92:0] STATEMENT: DROP RULE test_rule_exists ON no_such_table; 2024-09-07 20:44:44.200 UTC [22373][client backend] [pg_regress/hash_func][:0] LOG: disconnection: session time: 0:00:00.308 user=postgres database=regression host=[local] 2024-09-07 20:44:44.200 UTC [22366][client backend] [pg_regress/drop_if_exists][78/94:0] ERROR: schema "no_such_schema" does not exist 2024-09-07 20:44:44.200 UTC [22366][client backend] [pg_regress/drop_if_exists][78/94:0] STATEMENT: DROP RULE test_rule_exists ON no_such_schema.no_such_table; 2024-09-07 20:44:44.210 UTC [22366][client backend] [pg_regress/drop_if_exists][78/98:0] ERROR: foreign-data wrapper "test_fdw_exists" does not exist 2024-09-07 20:44:44.210 UTC [22366][client backend] [pg_regress/drop_if_exists][78/98:0] STATEMENT: DROP FOREIGN DATA WRAPPER test_fdw_exists; 2024-09-07 20:44:44.213 UTC [22366][client backend] [pg_regress/drop_if_exists][78/100:0] ERROR: server "test_server_exists" does not exist 2024-09-07 20:44:44.213 UTC [22366][client backend] [pg_regress/drop_if_exists][78/100:0] STATEMENT: DROP SERVER test_server_exists; 2024-09-07 20:44:44.213 UTC [22366][client backend] [pg_regress/drop_if_exists][78/102:0] ERROR: operator class "test_operator_class" does not exist for access method "btree" 2024-09-07 20:44:44.213 UTC [22366][client backend] [pg_regress/drop_if_exists][78/102:0] STATEMENT: DROP OPERATOR CLASS test_operator_class USING btree; 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/104:0] ERROR: access method "no_such_am" does not exist 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/104:0] STATEMENT: DROP OPERATOR CLASS test_operator_class USING no_such_am; 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/105:0] ERROR: access method "no_such_am" does not exist 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/105:0] STATEMENT: DROP OPERATOR CLASS IF EXISTS test_operator_class USING no_such_am; 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/106:0] ERROR: operator family "test_operator_family" does not exist for access method "btree" 2024-09-07 20:44:44.214 UTC [22366][client backend] [pg_regress/drop_if_exists][78/106:0] STATEMENT: DROP OPERATOR FAMILY test_operator_family USING btree; 2024-09-07 20:44:44.214 UTC [22360][client backend] [pg_regress/constraints][75/62:0] ERROR: new row for relation "sys_col_check_tbl" violates check constraint "sys_col_check_tbl_check" 2024-09-07 20:44:44.214 UTC [22360][client backend] [pg_regress/constraints][75/62:0] DETAIL: Failing row contains (Olympia, Washington, t, 100). 2024-09-07 20:44:44.214 UTC [22360][client backend] [pg_regress/constraints][75/62:0] STATEMENT: INSERT INTO SYS_COL_CHECK_TBL VALUES ('Olympia', 'Washington', true, 100); 2024-09-07 20:44:44.219 UTC [22366][client backend] [pg_regress/drop_if_exists][78/108:0] ERROR: access method "no_such_am" does not exist 2024-09-07 20:44:44.219 UTC [22366][client backend] [pg_regress/drop_if_exists][78/108:0] STATEMENT: DROP OPERATOR FAMILY test_operator_family USING no_such_am; 2024-09-07 20:44:44.219 UTC [22366][client backend] [pg_regress/drop_if_exists][78/109:0] ERROR: access method "no_such_am" does not exist 2024-09-07 20:44:44.219 UTC [22366][client backend] [pg_regress/drop_if_exists][78/109:0] STATEMENT: DROP OPERATOR FAMILY IF EXISTS test_operator_family USING no_such_am; 2024-09-07 20:44:44.222 UTC [22366][client backend] [pg_regress/drop_if_exists][78/110:0] ERROR: access method "no_such_am" does not exist 2024-09-07 20:44:44.222 UTC [22366][client backend] [pg_regress/drop_if_exists][78/110:0] STATEMENT: DROP ACCESS METHOD no_such_am; 2024-09-07 20:44:44.234 UTC [22368][client backend] [pg_regress/create_am][83/11:0] ERROR: invalid value for parameter "default_table_access_method": "" 2024-09-07 20:44:44.234 UTC [22368][client backend] [pg_regress/create_am][83/11:0] DETAIL: "default_table_access_method" cannot be empty. 2024-09-07 20:44:44.234 UTC [22368][client backend] [pg_regress/create_am][83/11:0] STATEMENT: SET default_table_access_method = ''; 2024-09-07 20:44:44.235 UTC [22360][client backend] [pg_regress/constraints][75/65:4150] ERROR: system column "ctid" reference in check constraint is invalid at character 138 2024-09-07 20:44:44.235 UTC [22360][client backend] [pg_regress/constraints][75/65:4150] STATEMENT: CREATE TABLE SYS_COL_CHECK_TBL (city text, state text, is_capital bool, altitude int, CHECK (NOT (is_capital AND ctid::text = 'sys_col_check_tbl'))); 2024-09-07 20:44:44.235 UTC [22368][client backend] [pg_regress/create_am][83/12:0] ERROR: invalid value for parameter "default_table_access_method": "I do not exist AM" 2024-09-07 20:44:44.235 UTC [22368][client backend] [pg_regress/create_am][83/12:0] DETAIL: Table access method "I do not exist AM" does not exist. 2024-09-07 20:44:44.235 UTC [22368][client backend] [pg_regress/create_am][83/12:0] STATEMENT: SET default_table_access_method = 'I do not exist AM'; 2024-09-07 20:44:44.236 UTC [22367][client backend] [pg_regress/inherit][82/80:0] ERROR: null value in column "aa" of relation "z" violates not-null constraint 2024-09-07 20:44:44.236 UTC [22367][client backend] [pg_regress/inherit][82/80:0] DETAIL: Failing row contains (null, text). 2024-09-07 20:44:44.236 UTC [22367][client backend] [pg_regress/inherit][82/80:0] STATEMENT: INSERT INTO z VALUES (NULL, 'text'); 2024-09-07 20:44:44.236 UTC [22368][client backend] [pg_regress/create_am][83/13:0] ERROR: access method "btree" is not of type TABLE 2024-09-07 20:44:44.236 UTC [22368][client backend] [pg_regress/create_am][83/13:0] STATEMENT: SET default_table_access_method = 'btree'; 2024-09-07 20:44:44.237 UTC [22368][client backend] [pg_regress/create_am][83/15:0] ERROR: function int4in(internal) does not exist 2024-09-07 20:44:44.237 UTC [22368][client backend] [pg_regress/create_am][83/15:0] STATEMENT: CREATE ACCESS METHOD bogus TYPE TABLE HANDLER int4in; 2024-09-07 20:44:44.237 UTC [22368][client backend] [pg_regress/create_am][83/16:0] ERROR: function bthandler must return type table_am_handler 2024-09-07 20:44:44.237 UTC [22368][client backend] [pg_regress/create_am][83/16:0] STATEMENT: CREATE ACCESS METHOD bogus TYPE TABLE HANDLER bthandler; 2024-09-07 20:44:44.245 UTC [22366][client backend] [pg_regress/drop_if_exists][78/113:0] ERROR: table "test_exists" does not exist 2024-09-07 20:44:44.245 UTC [22366][client backend] [pg_regress/drop_if_exists][78/113:0] STATEMENT: DROP TABLE test_exists; 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/68:0] ERROR: new row for relation "insert_child" violates check constraint "insert_child_check" 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/68:0] DETAIL: Failing row contains (7, -NULL-, -7, 42, 6). 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/68:0] STATEMENT: INSERT INTO INSERT_CHILD(x,z,cy) VALUES (7,-7,6); 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/69:0] ERROR: new row for relation "insert_child" violates check constraint "insert_tbl_check" 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/69:0] DETAIL: Failing row contains (6, -NULL-, -7, 42, 7). 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/69:0] STATEMENT: INSERT INTO INSERT_CHILD(x,z,cy) VALUES (6,-7,7); 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/70:0] ERROR: new row for relation "insert_child" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/70:0] DETAIL: Failing row contains (6, check failed, -6, 42, 7). 2024-09-07 20:44:44.280 UTC [22360][client backend] [pg_regress/constraints][75/70:0] STATEMENT: INSERT INTO INSERT_CHILD(x,y,z,cy) VALUES (6,'check failed',-6,7); 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/148:0] ERROR: function name "test_ambiguous_funcname" is not unique 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/148:0] HINT: Specify the argument list to select the function unambiguously. 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/148:0] STATEMENT: DROP FUNCTION test_ambiguous_funcname; 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/149:0] ERROR: function name "test_ambiguous_funcname" is not unique 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/149:0] HINT: Specify the argument list to select the function unambiguously. 2024-09-07 20:44:44.288 UTC [22366][client backend] [pg_regress/drop_if_exists][78/149:0] STATEMENT: DROP FUNCTION IF EXISTS test_ambiguous_funcname; 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/23:0] ERROR: syntax error at or near "USING" at character 41 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/23:0] STATEMENT: SELECT INTO tableam_tblselectinto_heap2 USING heap2 FROM tableam_tbl_heap2; 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/24:0] ERROR: syntax error at or near "USING" at character 32 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/24:0] STATEMENT: CREATE VIEW tableam_view_heap2 USING heap2 AS SELECT * FROM tableam_tbl_heap2; 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/25:0] ERROR: syntax error at or near "USING" at character 35 2024-09-07 20:44:44.297 UTC [22368][client backend] [pg_regress/create_am][83/25:0] STATEMENT: CREATE SEQUENCE tableam_seq_heap2 USING heap2; 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/154:0] ERROR: procedure name "test_ambiguous_procname" is not unique 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/154:0] HINT: Specify the argument list to select the procedure unambiguously. 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/154:0] STATEMENT: DROP PROCEDURE test_ambiguous_procname; 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/155:0] ERROR: procedure name "test_ambiguous_procname" is not unique 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/155:0] HINT: Specify the argument list to select the procedure unambiguously. 2024-09-07 20:44:44.301 UTC [22366][client backend] [pg_regress/drop_if_exists][78/155:0] STATEMENT: DROP PROCEDURE IF EXISTS test_ambiguous_procname; 2024-09-07 20:44:44.302 UTC [22366][client backend] [pg_regress/drop_if_exists][78/156:0] ERROR: routine name "test_ambiguous_procname" is not unique 2024-09-07 20:44:44.302 UTC [22366][client backend] [pg_regress/drop_if_exists][78/156:0] HINT: Specify the argument list to select the routine unambiguously. 2024-09-07 20:44:44.302 UTC [22366][client backend] [pg_regress/drop_if_exists][78/156:0] STATEMENT: DROP ROUTINE IF EXISTS test_ambiguous_procname; 2024-09-07 20:44:44.311 UTC [22366][client backend] [pg_regress/drop_if_exists][78/159:0] ERROR: database "test_database_exists" does not exist 2024-09-07 20:44:44.311 UTC [22366][client backend] [pg_regress/drop_if_exists][78/159:0] STATEMENT: drop database test_database_exists (force); 2024-09-07 20:44:44.312 UTC [22366][client backend] [pg_regress/drop_if_exists][78/160:0] ERROR: database "test_database_exists" does not exist 2024-09-07 20:44:44.312 UTC [22366][client backend] [pg_regress/drop_if_exists][78/160:0] STATEMENT: drop database test_database_exists with (force); 2024-09-07 20:44:44.318 UTC [22366][client backend] [pg_regress/drop_if_exists][:0] LOG: disconnection: session time: 0:00:00.487 user=postgres database=regression host=[local] 2024-09-07 20:44:44.344 UTC [22360][client backend] [pg_regress/constraints][75/76:0] ERROR: new row for relation "atacc1" violates check constraint "atacc1_test_check" 2024-09-07 20:44:44.344 UTC [22360][client backend] [pg_regress/constraints][75/76:0] DETAIL: Failing row contains (-3). 2024-09-07 20:44:44.344 UTC [22360][client backend] [pg_regress/constraints][75/76:0] STATEMENT: INSERT INTO ATACC1 (TEST) VALUES (-3); 2024-09-07 20:44:44.363 UTC [22369][client backend] [pg_regress/select][:0] LOG: disconnection: session time: 0:00:00.510 user=postgres database=regression host=[local] 2024-09-07 20:44:44.370 UTC [22370][client backend] [pg_regress/updatable_views][84/29:0] ERROR: cannot delete from view "ro_view1" 2024-09-07 20:44:44.370 UTC [22370][client backend] [pg_regress/updatable_views][84/29:0] DETAIL: Views containing DISTINCT are not automatically updatable. 2024-09-07 20:44:44.370 UTC [22370][client backend] [pg_regress/updatable_views][84/29:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.370 UTC [22370][client backend] [pg_regress/updatable_views][84/29:0] STATEMENT: DELETE FROM ro_view1; 2024-09-07 20:44:44.373 UTC [22360][client backend] [pg_regress/constraints][75/80:0] ERROR: new row for relation "atacc2" violates check constraint "atacc1_test_check" 2024-09-07 20:44:44.373 UTC [22360][client backend] [pg_regress/constraints][75/80:0] DETAIL: Failing row contains (-3, null). 2024-09-07 20:44:44.373 UTC [22360][client backend] [pg_regress/constraints][75/80:0] STATEMENT: INSERT INTO ATACC2 (TEST) VALUES (-3); 2024-09-07 20:44:44.373 UTC [22362][client backend] [pg_regress/vacuum][74/56:0] ERROR: ANALYZE cannot be executed from VACUUM or ANALYZE 2024-09-07 20:44:44.373 UTC [22362][client backend] [pg_regress/vacuum][74/56:0] CONTEXT: SQL function "do_analyze" statement 1 SQL function "wrap_do_analyze" statement 1 2024-09-07 20:44:44.373 UTC [22362][client backend] [pg_regress/vacuum][74/56:0] STATEMENT: ANALYZE vaccluster; 2024-09-07 20:44:44.375 UTC [22360][client backend] [pg_regress/constraints][75/81:0] ERROR: new row for relation "atacc1" violates check constraint "atacc1_test_check" 2024-09-07 20:44:44.375 UTC [22360][client backend] [pg_regress/constraints][75/81:0] DETAIL: Failing row contains (-3, null). 2024-09-07 20:44:44.375 UTC [22360][client backend] [pg_regress/constraints][75/81:0] STATEMENT: INSERT INTO ATACC1 (TEST) VALUES (-3); 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/30:0] ERROR: cannot delete from view "ro_view2" 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/30:0] DETAIL: Views containing GROUP BY are not automatically updatable. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/30:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/30:0] STATEMENT: DELETE FROM ro_view2; 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/31:0] ERROR: cannot delete from view "ro_view3" 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/31:0] DETAIL: Views containing HAVING are not automatically updatable. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/31:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/31:0] STATEMENT: DELETE FROM ro_view3; 2024-09-07 20:44:44.377 UTC [22360][client backend] [pg_regress/constraints][75/83:0] ERROR: new row for relation "atacc1" violates check constraint "atacc1_test2_check" 2024-09-07 20:44:44.377 UTC [22360][client backend] [pg_regress/constraints][75/83:0] DETAIL: Failing row contains (null, 3). 2024-09-07 20:44:44.377 UTC [22360][client backend] [pg_regress/constraints][75/83:0] STATEMENT: INSERT INTO ATACC1 (TEST2) VALUES (3); 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/32:0] ERROR: cannot delete from view "ro_view4" 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/32:0] DETAIL: Views that return aggregate functions are not automatically updatable. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/32:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/32:0] STATEMENT: DELETE FROM ro_view4; 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/33:0] ERROR: cannot delete from view "ro_view5" 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/33:0] DETAIL: Views that return window functions are not automatically updatable. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/33:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.377 UTC [22370][client backend] [pg_regress/updatable_views][84/33:0] STATEMENT: DELETE FROM ro_view5; 2024-09-07 20:44:44.378 UTC [22370][client backend] [pg_regress/updatable_views][84/34:0] ERROR: cannot delete from view "ro_view6" 2024-09-07 20:44:44.378 UTC [22370][client backend] [pg_regress/updatable_views][84/34:0] DETAIL: Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable. 2024-09-07 20:44:44.378 UTC [22370][client backend] [pg_regress/updatable_views][84/34:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.378 UTC [22370][client backend] [pg_regress/updatable_views][84/34:0] STATEMENT: DELETE FROM ro_view6; 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/35:0] ERROR: cannot update view "ro_view7" 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/35:0] DETAIL: Views containing WITH are not automatically updatable. 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/35:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/35:0] STATEMENT: UPDATE ro_view7 SET a=a+1; 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/36:0] ERROR: cannot update view "ro_view8" 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/36:0] DETAIL: Views containing LIMIT or OFFSET are not automatically updatable. 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/36:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.389 UTC [22370][client backend] [pg_regress/updatable_views][84/36:0] STATEMENT: UPDATE ro_view8 SET a=a+1; 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/37:0] ERROR: cannot update view "ro_view9" 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/37:0] DETAIL: Views containing LIMIT or OFFSET are not automatically updatable. 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/37:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/37:0] STATEMENT: UPDATE ro_view9 SET a=a+1; 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/38:0] ERROR: cannot update view "ro_view10" 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/38:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/38:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.390 UTC [22370][client backend] [pg_regress/updatable_views][84/38:0] STATEMENT: UPDATE ro_view10 SET a=a+1; 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/39:0] ERROR: cannot update view "ro_view11" 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/39:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/39:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/39:0] STATEMENT: UPDATE ro_view11 SET a=a+1; 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/40:0] ERROR: cannot update view "ro_view12" 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/40:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/40:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/40:0] STATEMENT: UPDATE ro_view12 SET a=a+1; 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/41:0] ERROR: cannot insert into view "ro_view13" 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/41:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/41:0] HINT: To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule. 2024-09-07 20:44:44.393 UTC [22370][client backend] [pg_regress/updatable_views][84/41:0] STATEMENT: INSERT INTO ro_view13 VALUES (3, 'Row 3'); 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/42:0] ERROR: cannot delete from view "ro_view13" 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/42:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/42:0] HINT: To enable deleting from the view using MERGE, provide an INSTEAD OF DELETE trigger. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/42:0] STATEMENT: MERGE INTO ro_view13 AS t USING (VALUES (1, 'Row 1')) AS v(a,b) ON t.a = v.a WHEN MATCHED THEN DELETE; 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/43:0] ERROR: cannot update view "ro_view13" 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/43:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/43:0] HINT: To enable updating the view using MERGE, provide an INSTEAD OF UPDATE trigger. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/43:0] STATEMENT: MERGE INTO ro_view13 AS t USING (VALUES (2, 'Row 2')) AS v(a,b) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = v.b; 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/44:0] ERROR: cannot insert into view "ro_view13" 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/44:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/44:0] HINT: To enable inserting into the view using MERGE, provide an INSTEAD OF INSERT trigger. 2024-09-07 20:44:44.394 UTC [22370][client backend] [pg_regress/updatable_views][84/44:0] STATEMENT: MERGE INTO ro_view13 AS t USING (VALUES (3, 'Row 3')) AS v(a,b) ON t.a = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.a, v.b); 2024-09-07 20:44:44.396 UTC [22370][client backend] [pg_regress/updatable_views][84/47:0] ERROR: cannot insert into column "ctid" of view "rw_view14" 2024-09-07 20:44:44.396 UTC [22370][client backend] [pg_regress/updatable_views][84/47:0] DETAIL: View columns that refer to system columns are not updatable. 2024-09-07 20:44:44.396 UTC [22370][client backend] [pg_regress/updatable_views][84/47:0] STATEMENT: INSERT INTO rw_view14 VALUES (null, 3, 'Row 3'); 2024-09-07 20:44:44.404 UTC [22365][client backend] [pg_regress/typed_table][76/44:0] ERROR: column "name" specified more than once 2024-09-07 20:44:44.404 UTC [22365][client backend] [pg_regress/typed_table][76/44:0] STATEMENT: CREATE TABLE persons4 OF person_type ( name WITH OPTIONS NOT NULL, name WITH OPTIONS DEFAULT '' -- error, specified more than once ); 2024-09-07 20:44:44.405 UTC [22370][client backend] [pg_regress/updatable_views][84/49:0] ERROR: cannot update column "ctid" of view "rw_view14" 2024-09-07 20:44:44.405 UTC [22370][client backend] [pg_regress/updatable_views][84/49:0] DETAIL: View columns that refer to system columns are not updatable. 2024-09-07 20:44:44.405 UTC [22370][client backend] [pg_regress/updatable_views][84/49:0] STATEMENT: UPDATE rw_view14 SET ctid=null WHERE a=3; 2024-09-07 20:44:44.407 UTC [22365][client backend] [pg_regress/typed_table][76/45:4241] ERROR: cannot drop type person_type because other objects depend on it 2024-09-07 20:44:44.407 UTC [22365][client backend] [pg_regress/typed_table][76/45:4241] DETAIL: table persons depends on type person_type function get_all_persons() depends on type person_type table persons2 depends on type person_type table persons3 depends on type person_type 2024-09-07 20:44:44.407 UTC [22365][client backend] [pg_regress/typed_table][76/45:4241] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:44.407 UTC [22365][client backend] [pg_regress/typed_table][76/45:4241] STATEMENT: DROP TYPE person_type RESTRICT; 2024-09-07 20:44:44.414 UTC [22370][client backend] [pg_regress/updatable_views][84/53:0] ERROR: cannot merge into column "ctid" of view "rw_view14" 2024-09-07 20:44:44.414 UTC [22370][client backend] [pg_regress/updatable_views][84/53:0] DETAIL: View columns that refer to system columns are not updatable. 2024-09-07 20:44:44.414 UTC [22370][client backend] [pg_regress/updatable_views][84/53:0] STATEMENT: MERGE INTO rw_view14 AS t USING (VALUES (2, 'Merged row 2'), (3, 'Merged row 3')) AS v(a,b) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = v.b -- should be OK, except... WHEN NOT MATCHED THEN INSERT VALUES (null, v.a, v.b); 2024-09-07 20:44:44.433 UTC [22370][client backend] [pg_regress/updatable_views][84/58:0] ERROR: cannot insert into column "upper" of view "rw_view15" 2024-09-07 20:44:44.433 UTC [22370][client backend] [pg_regress/updatable_views][84/58:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:44.433 UTC [22370][client backend] [pg_regress/updatable_views][84/58:0] STATEMENT: INSERT INTO rw_view15 VALUES (3, 'ROW 3'); 2024-09-07 20:44:44.446 UTC [22360][client backend] [pg_regress/constraints][75/95:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.446 UTC [22360][client backend] [pg_regress/constraints][75/95:0] DETAIL: Failing row contains (8, try again, -8). 2024-09-07 20:44:44.446 UTC [22360][client backend] [pg_regress/constraints][75/95:0] STATEMENT: INSERT INTO INSERT_TBL(y,z) SELECT yd, -8 FROM tmp WHERE yd = 'try again'; 2024-09-07 20:44:44.459 UTC [22370][client backend] [pg_regress/updatable_views][84/66:0] ERROR: cannot insert into column "upper" of view "rw_view15" 2024-09-07 20:44:44.459 UTC [22370][client backend] [pg_regress/updatable_views][84/66:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:44.459 UTC [22370][client backend] [pg_regress/updatable_views][84/66:0] STATEMENT: INSERT INTO rw_view15 (a) VALUES (3) ON CONFLICT (a) DO UPDATE set upper = 'blarg'; 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/70:0] ERROR: cannot insert into column "upper" of view "rw_view15" 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/70:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/70:0] STATEMENT: INSERT INTO rw_view15 (a) VALUES (4); 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/71:0] ERROR: cannot update column "upper" of view "rw_view15" 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/71:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:44.463 UTC [22370][client backend] [pg_regress/updatable_views][84/71:0] STATEMENT: UPDATE rw_view15 SET upper='ROW 3' WHERE a=3; 2024-09-07 20:44:44.466 UTC [22360][client backend] [pg_regress/constraints][75/101:0] ERROR: new row for relation "insert_tbl" violates check constraint "insert_tbl_con" 2024-09-07 20:44:44.466 UTC [22360][client backend] [pg_regress/constraints][75/101:0] DETAIL: Failing row contains (-4, Y, 4). 2024-09-07 20:44:44.466 UTC [22360][client backend] [pg_regress/constraints][75/101:0] STATEMENT: UPDATE INSERT_TBL SET x = z, z = x; 2024-09-07 20:44:44.468 UTC [22370][client backend] [pg_regress/updatable_views][84/72:0] ERROR: cannot update column "upper" of view "rw_view15" 2024-09-07 20:44:44.468 UTC [22370][client backend] [pg_regress/updatable_views][84/72:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:44.468 UTC [22370][client backend] [pg_regress/updatable_views][84/72:0] STATEMENT: UPDATE rw_view15 SET upper=DEFAULT WHERE a=3; 2024-09-07 20:44:44.482 UTC [22370][client backend] [pg_regress/updatable_views][84/76:0] ERROR: multiple assignments to same column "a" 2024-09-07 20:44:44.482 UTC [22370][client backend] [pg_regress/updatable_views][84/76:0] STATEMENT: INSERT INTO rw_view16 VALUES (3, 'Row 3', 3); 2024-09-07 20:44:44.490 UTC [22370][client backend] [pg_regress/updatable_views][84/78:0] ERROR: multiple assignments to same column "a" 2024-09-07 20:44:44.490 UTC [22370][client backend] [pg_regress/updatable_views][84/78:0] STATEMENT: UPDATE rw_view16 SET a=3, aa=-3 WHERE a=3; 2024-09-07 20:44:44.491 UTC [22365][client backend] [pg_regress/typed_table][76/47:0] ERROR: type stuff is the row type of another table 2024-09-07 20:44:44.491 UTC [22365][client backend] [pg_regress/typed_table][76/47:0] DETAIL: A typed table must use a stand-alone composite type created with CREATE TYPE. 2024-09-07 20:44:44.491 UTC [22365][client backend] [pg_regress/typed_table][76/47:0] STATEMENT: CREATE TABLE persons5 OF stuff; 2024-09-07 20:44:44.499 UTC [22365][client backend] [pg_regress/typed_table][76/49:0] ERROR: type tt_enum_type is not a composite type 2024-09-07 20:44:44.499 UTC [22365][client backend] [pg_regress/typed_table][76/49:0] STATEMENT: CREATE TABLE of_tt_enum_type OF tt_enum_type; 2024-09-07 20:44:44.503 UTC [22360][client backend] [pg_regress/constraints][75/106:0] ERROR: new row for relation "copy_tbl" violates check constraint "copy_con" 2024-09-07 20:44:44.503 UTC [22360][client backend] [pg_regress/constraints][75/106:0] DETAIL: Failing row contains (7, check failed, 6). 2024-09-07 20:44:44.503 UTC [22360][client backend] [pg_regress/constraints][75/106:0] CONTEXT: COPY copy_tbl, line 2: "7 check failed 6" 2024-09-07 20:44:44.503 UTC [22360][client backend] [pg_regress/constraints][75/106:0] STATEMENT: COPY COPY_TBL FROM '/tmp/cirrus-ci-build/src/test/regress/data/constrf.data'; 2024-09-07 20:44:44.505 UTC [22370][client backend] [pg_regress/updatable_views][84/82:0] ERROR: cannot insert into view "ro_view1" 2024-09-07 20:44:44.505 UTC [22370][client backend] [pg_regress/updatable_views][84/82:0] DETAIL: Views containing DISTINCT are not automatically updatable. 2024-09-07 20:44:44.505 UTC [22370][client backend] [pg_regress/updatable_views][84/82:0] HINT: To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule. 2024-09-07 20:44:44.505 UTC [22370][client backend] [pg_regress/updatable_views][84/82:0] STATEMENT: INSERT INTO ro_view17 VALUES (3, 'ROW 3'); 2024-09-07 20:44:44.506 UTC [22370][client backend] [pg_regress/updatable_views][84/83:0] ERROR: cannot delete from view "ro_view18" 2024-09-07 20:44:44.506 UTC [22370][client backend] [pg_regress/updatable_views][84/83:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.506 UTC [22370][client backend] [pg_regress/updatable_views][84/83:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.506 UTC [22370][client backend] [pg_regress/updatable_views][84/83:0] STATEMENT: DELETE FROM ro_view18; 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/85:0] ERROR: cannot update view "ro_view19" 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/85:0] DETAIL: Views that do not select from a single table or view are not automatically updatable. 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/85:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/85:0] STATEMENT: UPDATE ro_view19 SET last_value=1000; 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/86:0] ERROR: cannot update view "ro_view20" 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/86:0] DETAIL: Views that return set-returning functions are not automatically updatable. 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/86:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.507 UTC [22370][client backend] [pg_regress/updatable_views][84/86:0] STATEMENT: UPDATE ro_view20 SET b=upper(b); 2024-09-07 20:44:44.527 UTC [22359][client backend] [pg_regress/triggers][73/113:4330] ERROR: ttdummy (tttest): you cannot change price_on and/or price_off columns (use set_ttdummy) 2024-09-07 20:44:44.527 UTC [22359][client backend] [pg_regress/triggers][73/113:4330] STATEMENT: update tttest set price_on = -1 where price_id = 1; 2024-09-07 20:44:44.547 UTC [22370][client backend] [pg_regress/updatable_views][84/90:0] ERROR: cannot insert into view "rw_view16" 2024-09-07 20:44:44.547 UTC [22370][client backend] [pg_regress/updatable_views][84/90:0] DETAIL: Views with conditional DO INSTEAD rules are not automatically updatable. 2024-09-07 20:44:44.547 UTC [22370][client backend] [pg_regress/updatable_views][84/90:0] HINT: To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule. 2024-09-07 20:44:44.547 UTC [22370][client backend] [pg_regress/updatable_views][84/90:0] STATEMENT: INSERT INTO rw_view16 (a, b) VALUES (3, 'Row 3'); 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/91:0] ERROR: cannot update view "rw_view16" 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/91:0] DETAIL: Views with conditional DO INSTEAD rules are not automatically updatable. 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/91:0] HINT: To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule. 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/91:0] STATEMENT: UPDATE rw_view16 SET b='ROW 2' WHERE a=2; 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/92:0] ERROR: cannot delete from view "rw_view16" 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/92:0] DETAIL: Views with conditional DO INSTEAD rules are not automatically updatable. 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/92:0] HINT: To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule. 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/92:0] STATEMENT: DELETE FROM rw_view16 WHERE a=2; 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/93:0] ERROR: cannot execute MERGE on relation "rw_view16" 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/93:0] DETAIL: MERGE is not supported for relations with rules. 2024-09-07 20:44:44.548 UTC [22370][client backend] [pg_regress/updatable_views][84/93:0] STATEMENT: MERGE INTO rw_view16 AS t USING (VALUES (3, 'Row 3')) AS v(a,b) ON t.a = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.a, v.b); 2024-09-07 20:44:44.555 UTC [22360][client backend] [pg_regress/constraints][75/111:4342] ERROR: duplicate key value violates unique constraint "primary_tbl_pkey" 2024-09-07 20:44:44.555 UTC [22360][client backend] [pg_regress/constraints][75/111:4342] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:44.555 UTC [22360][client backend] [pg_regress/constraints][75/111:4342] STATEMENT: INSERT INTO PRIMARY_TBL VALUES (1, 'three'); 2024-09-07 20:44:44.556 UTC [22360][client backend] [pg_regress/constraints][75/114:0] ERROR: null value in column "i" of relation "primary_tbl" violates not-null constraint 2024-09-07 20:44:44.556 UTC [22360][client backend] [pg_regress/constraints][75/114:0] DETAIL: Failing row contains (null, six). 2024-09-07 20:44:44.556 UTC [22360][client backend] [pg_regress/constraints][75/114:0] STATEMENT: INSERT INTO PRIMARY_TBL (t) VALUES ('six'); 2024-09-07 20:44:44.619 UTC [22360][client backend] [pg_regress/constraints][75/123:0] ERROR: null value in column "i" of relation "primary_tbl" violates not-null constraint 2024-09-07 20:44:44.619 UTC [22360][client backend] [pg_regress/constraints][75/123:0] DETAIL: Failing row contains (null, six). 2024-09-07 20:44:44.619 UTC [22360][client backend] [pg_regress/constraints][75/123:0] STATEMENT: INSERT INTO PRIMARY_TBL (t) VALUES ('six'); 2024-09-07 20:44:44.619 UTC [22362][client backend] [pg_regress/vacuum][74/72:4374] ERROR: ANALYZE cannot be executed from VACUUM or ANALYZE 2024-09-07 20:44:44.619 UTC [22362][client backend] [pg_regress/vacuum][74/72:4374] CONTEXT: SQL function "do_analyze" statement 1 SQL function "wrap_do_analyze" statement 1 2024-09-07 20:44:44.619 UTC [22362][client backend] [pg_regress/vacuum][74/72:4374] STATEMENT: VACUUM FULL vaccluster; 2024-09-07 20:44:44.650 UTC [22361][client backend] [pg_regress/create_function_sql][77/111:0] ERROR: could not find a function named "functest_b_1" 2024-09-07 20:44:44.650 UTC [22361][client backend] [pg_regress/create_function_sql][77/111:0] STATEMENT: DROP FUNCTION functest_b_1; 2024-09-07 20:44:44.651 UTC [22361][client backend] [pg_regress/create_function_sql][77/112:0] ERROR: function name "functest_b_2" is not unique 2024-09-07 20:44:44.651 UTC [22361][client backend] [pg_regress/create_function_sql][77/112:0] HINT: Specify the argument list to select the function unambiguously. 2024-09-07 20:44:44.651 UTC [22361][client backend] [pg_regress/create_function_sql][77/112:0] STATEMENT: DROP FUNCTION functest_b_2; 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/114:0] ERROR: cannot change routine kind 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/114:0] DETAIL: "functest1" is a function. 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/114:0] STATEMENT: CREATE OR REPLACE FUNCTION functest1(a int) RETURNS int LANGUAGE SQL WINDOW AS 'SELECT $1'; 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/115:0] ERROR: cannot change routine kind 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/115:0] DETAIL: "functest1" is a function. 2024-09-07 20:44:44.652 UTC [22361][client backend] [pg_regress/create_function_sql][77/115:0] STATEMENT: CREATE OR REPLACE PROCEDURE functest1(a int) LANGUAGE SQL AS 'SELECT $1'; 2024-09-07 20:44:44.672 UTC [22360][client backend] [pg_regress/constraints][75/129:4406] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.672 UTC [22360][client backend] [pg_regress/constraints][75/129:4406] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:44.672 UTC [22360][client backend] [pg_regress/constraints][75/129:4406] STATEMENT: INSERT INTO UNIQUE_TBL VALUES (1, 'three'); 2024-09-07 20:44:44.681 UTC [22360][client backend] [pg_regress/constraints][75/136:4421] ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time 2024-09-07 20:44:44.681 UTC [22360][client backend] [pg_regress/constraints][75/136:4421] HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values. 2024-09-07 20:44:44.681 UTC [22360][client backend] [pg_regress/constraints][75/136:4421] STATEMENT: INSERT INTO UNIQUE_TBL VALUES (1, 'a'), (2, 'b'), (2, 'b') ON CONFLICT (i) DO UPDATE SET t = 'fails'; 2024-09-07 20:44:44.723 UTC [22365][client backend] [pg_regress/typed_table][:0] LOG: disconnection: session time: 0:00:00.893 user=postgres database=regression host=[local] 2024-09-07 20:44:44.733 UTC [22360][client backend] [pg_regress/constraints][75/142:4448] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.733 UTC [22360][client backend] [pg_regress/constraints][75/142:4448] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:44.733 UTC [22360][client backend] [pg_regress/constraints][75/142:4448] STATEMENT: INSERT INTO UNIQUE_TBL VALUES (1, 'three'); 2024-09-07 20:44:44.736 UTC [22360][client backend] [pg_regress/constraints][75/146:4454] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.736 UTC [22360][client backend] [pg_regress/constraints][75/146:4454] DETAIL: Key (i)=(null) already exists. 2024-09-07 20:44:44.736 UTC [22360][client backend] [pg_regress/constraints][75/146:4454] STATEMENT: INSERT INTO UNIQUE_TBL (t) VALUES ('seven'); 2024-09-07 20:44:44.751 UTC [22361][client backend] [pg_regress/create_function_sql][77/141:4464] ERROR: return type mismatch in function declared to return integer 2024-09-07 20:44:44.751 UTC [22361][client backend] [pg_regress/create_function_sql][77/141:4464] DETAIL: Actual return type is text. 2024-09-07 20:44:44.751 UTC [22361][client backend] [pg_regress/create_function_sql][77/141:4464] CONTEXT: SQL function "test1" 2024-09-07 20:44:44.751 UTC [22361][client backend] [pg_regress/create_function_sql][77/141:4464] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'SELECT ''not an integer'';'; 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/142:4466] ERROR: syntax error at or near "not" at character 62 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/142:4466] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'not even SQL'; 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/143:4467] ERROR: return type mismatch in function declared to return integer 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/143:4467] DETAIL: Final statement must return exactly one column. 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/143:4467] CONTEXT: SQL function "test1" 2024-09-07 20:44:44.758 UTC [22361][client backend] [pg_regress/create_function_sql][77/143:4467] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'SELECT 1, 2, 3;'; 2024-09-07 20:44:44.766 UTC [22361][client backend] [pg_regress/create_function_sql][77/144:4470] ERROR: there is no parameter $2 at character 69 2024-09-07 20:44:44.766 UTC [22361][client backend] [pg_regress/create_function_sql][77/144:4470] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'SELECT $2;'; 2024-09-07 20:44:44.767 UTC [22361][client backend] [pg_regress/create_function_sql][77/145:0] ERROR: only one AS item needed for language "sql" 2024-09-07 20:44:44.767 UTC [22361][client backend] [pg_regress/create_function_sql][77/145:0] STATEMENT: CREATE FUNCTION test1 (int) RETURNS int LANGUAGE SQL AS 'a', 'b'; 2024-09-07 20:44:44.790 UTC [22360][client backend] [pg_regress/constraints][75/154:4488] ERROR: duplicate key value violates unique constraint "unique_tbl_i_t_key" 2024-09-07 20:44:44.790 UTC [22360][client backend] [pg_regress/constraints][75/154:4488] DETAIL: Key (i, t)=(1, one) already exists. 2024-09-07 20:44:44.790 UTC [22360][client backend] [pg_regress/constraints][75/154:4488] STATEMENT: INSERT INTO UNIQUE_TBL VALUES (1, 'one'); 2024-09-07 20:44:44.809 UTC [22367][client backend] [pg_regress/inherit][82/152:0] ERROR: column "tomorrow" inherits conflicting default values 2024-09-07 20:44:44.809 UTC [22367][client backend] [pg_regress/inherit][82/152:0] HINT: To resolve the conflict, specify a default explicitly. 2024-09-07 20:44:44.809 UTC [22367][client backend] [pg_regress/inherit][82/152:0] STATEMENT: CREATE TABLE otherchild () INHERITS (firstparent, thirdparent); 2024-09-07 20:44:44.813 UTC [22368][client backend] [pg_regress/create_am][83/56:4500] ERROR: cannot have multiple SET ACCESS METHOD subcommands 2024-09-07 20:44:44.813 UTC [22368][client backend] [pg_regress/create_am][83/56:4500] STATEMENT: ALTER TABLE heaptable SET ACCESS METHOD heap, SET ACCESS METHOD heap2; 2024-09-07 20:44:44.817 UTC [22368][client backend] [pg_regress/create_am][83/57:4502] ERROR: cannot have multiple SET ACCESS METHOD subcommands 2024-09-07 20:44:44.817 UTC [22368][client backend] [pg_regress/create_am][83/57:4502] STATEMENT: ALTER TABLE heaptable SET ACCESS METHOD DEFAULT, SET ACCESS METHOD heap2; 2024-09-07 20:44:44.819 UTC [22361][client backend] [pg_regress/create_function_sql][:0] LOG: disconnection: session time: 0:00:00.993 user=postgres database=regression host=[local] 2024-09-07 20:44:44.821 UTC [22368][client backend] [pg_regress/create_am][83/58:4506] ERROR: cannot have multiple SET ACCESS METHOD subcommands 2024-09-07 20:44:44.821 UTC [22368][client backend] [pg_regress/create_am][83/58:4506] STATEMENT: ALTER MATERIALIZED VIEW heapmv SET ACCESS METHOD heap, SET ACCESS METHOD heap2; 2024-09-07 20:44:44.856 UTC [22360][client backend] [pg_regress/constraints][75/165:4524] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.856 UTC [22360][client backend] [pg_regress/constraints][75/165:4524] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:44.856 UTC [22360][client backend] [pg_regress/constraints][75/165:4524] STATEMENT: UPDATE unique_tbl SET i = 1 WHERE i = 0; 2024-09-07 20:44:44.923 UTC [22360][client backend] [pg_regress/constraints][75/174:4544] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.923 UTC [22360][client backend] [pg_regress/constraints][75/174:4544] DETAIL: Key (i)=(3) already exists. 2024-09-07 20:44:44.923 UTC [22360][client backend] [pg_regress/constraints][75/174:4544] STATEMENT: COMMIT; 2024-09-07 20:44:44.925 UTC [22360][client backend] [pg_regress/constraints][75/175:4548] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.925 UTC [22360][client backend] [pg_regress/constraints][75/175:4548] DETAIL: Key (i)=(3) already exists. 2024-09-07 20:44:44.925 UTC [22360][client backend] [pg_regress/constraints][75/175:4548] STATEMENT: INSERT INTO unique_tbl VALUES (3, 'Three'); 2024-09-07 20:44:44.926 UTC [22360][client backend] [pg_regress/constraints][75/176:4549] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:44.926 UTC [22360][client backend] [pg_regress/constraints][75/176:4549] DETAIL: Key (i)=(3) already exists. 2024-09-07 20:44:44.926 UTC [22360][client backend] [pg_regress/constraints][75/176:4549] STATEMENT: SET CONSTRAINTS ALL IMMEDIATE; 2024-09-07 20:44:44.943 UTC [22359][client backend] [pg_regress/triggers][73/183:0] ERROR: duplicate trigger events specified at or near "ON" at character 63 2024-09-07 20:44:44.943 UTC [22359][client backend] [pg_regress/triggers][73/183:0] STATEMENT: CREATE TRIGGER error_upd_and_col BEFORE UPDATE OR UPDATE OF a ON main_table FOR EACH ROW EXECUTE PROCEDURE trigger_func('error_upd_and_col'); 2024-09-07 20:44:44.943 UTC [22359][client backend] [pg_regress/triggers][73/184:0] ERROR: column "a" specified more than once 2024-09-07 20:44:44.943 UTC [22359][client backend] [pg_regress/triggers][73/184:0] STATEMENT: CREATE TRIGGER error_upd_a_a BEFORE UPDATE OF a, a ON main_table FOR EACH ROW EXECUTE PROCEDURE trigger_func('error_upd_a_a'); 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/185:0] ERROR: syntax error at or near "OF" at character 42 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/185:0] STATEMENT: CREATE TRIGGER error_ins_a BEFORE INSERT OF a ON main_table FOR EACH ROW EXECUTE PROCEDURE trigger_func('error_ins_a'); 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/186:0] ERROR: INSERT trigger's WHEN condition cannot reference OLD values at character 88 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/186:0] STATEMENT: CREATE TRIGGER error_ins_when BEFORE INSERT OR UPDATE ON main_table FOR EACH ROW WHEN (OLD.a <> NEW.a) EXECUTE PROCEDURE trigger_func('error_ins_old'); 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/187:0] ERROR: DELETE trigger's WHEN condition cannot reference NEW values at character 97 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/187:0] STATEMENT: CREATE TRIGGER error_del_when BEFORE DELETE OR UPDATE ON main_table FOR EACH ROW WHEN (OLD.a <> NEW.a) EXECUTE PROCEDURE trigger_func('error_del_new'); 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/188:0] ERROR: BEFORE trigger's WHEN condition cannot reference NEW system columns at character 88 2024-09-07 20:44:44.949 UTC [22359][client backend] [pg_regress/triggers][73/188:0] STATEMENT: CREATE TRIGGER error_del_when BEFORE INSERT OR UPDATE ON main_table FOR EACH ROW WHEN (NEW.tableoid <> 0) EXECUTE PROCEDURE trigger_func('error_when_sys_column'); 2024-09-07 20:44:44.950 UTC [22359][client backend] [pg_regress/triggers][73/189:0] ERROR: statement trigger's WHEN condition cannot reference column values at character 90 2024-09-07 20:44:44.950 UTC [22359][client backend] [pg_regress/triggers][73/189:0] STATEMENT: CREATE TRIGGER error_stmt_when BEFORE UPDATE OF a ON main_table FOR EACH STATEMENT WHEN (OLD.* IS DISTINCT FROM NEW.*) EXECUTE PROCEDURE trigger_func('error_stmt_when'); 2024-09-07 20:44:44.954 UTC [22359][client backend] [pg_regress/triggers][73/190:4558] ERROR: cannot drop column b of table main_table because other objects depend on it 2024-09-07 20:44:44.954 UTC [22359][client backend] [pg_regress/triggers][73/190:4558] DETAIL: trigger after_upd_b_row_trig on table main_table depends on column b of table main_table trigger after_upd_a_b_row_trig on table main_table depends on column b of table main_table trigger after_upd_b_stmt_trig on table main_table depends on column b of table main_table 2024-09-07 20:44:44.954 UTC [22359][client backend] [pg_regress/triggers][73/190:4558] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:44.954 UTC [22359][client backend] [pg_regress/triggers][73/190:4558] STATEMENT: ALTER TABLE main_table DROP COLUMN b; 2024-09-07 20:44:44.974 UTC [22367][client backend] [pg_regress/inherit][82/161:4565] ERROR: cannot alter inherited column "f1" of relation "childtab" 2024-09-07 20:44:44.974 UTC [22367][client backend] [pg_regress/inherit][82/161:4565] STATEMENT: alter table parent1 alter column f1 type bigint; 2024-09-07 20:44:45.009 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] ERROR: duplicate key value violates unique constraint "parted_uniq_tbl_1_i_key" 2024-09-07 20:44:45.009 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:45.009 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] STATEMENT: INSERT INTO parted_uniq_tbl VALUES (1); 2024-09-07 20:44:45.010 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] ERROR: duplicate key value violates unique constraint "parted_uniq_tbl_1_i_key" 2024-09-07 20:44:45.010 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] DETAIL: Key (i)=(1) already exists. 2024-09-07 20:44:45.010 UTC [22360][client backend] [pg_regress/constraints][75/181:4570] STATEMENT: COMMIT; 2024-09-07 20:44:45.153 UTC [22370][client backend] [pg_regress/updatable_views][84/169:0] ERROR: cannot execute MERGE on relation "rw_view1" 2024-09-07 20:44:45.153 UTC [22370][client backend] [pg_regress/updatable_views][84/169:0] DETAIL: MERGE is not supported for relations with rules. 2024-09-07 20:44:45.153 UTC [22370][client backend] [pg_regress/updatable_views][84/169:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (3, 'Row 3')) AS v(a,b) ON t.a = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.a, v.b); 2024-09-07 20:44:45.160 UTC [22367][client backend] [pg_regress/inherit][82/186:4619] ERROR: constraint "p2chk" conflicts with inherited constraint on relation "c2" 2024-09-07 20:44:45.160 UTC [22367][client backend] [pg_regress/inherit][82/186:4619] STATEMENT: create table c2 (constraint p2chk check (ff1 > 10) no inherit) inherits (p1); 2024-09-07 20:44:45.165 UTC [22368][client backend] [pg_regress/create_am][83/63:0] ERROR: zero-length delimited identifier at or near """" at character 37 2024-09-07 20:44:45.165 UTC [22368][client backend] [pg_regress/create_am][83/63:0] STATEMENT: CREATE TABLE i_am_a_failure() USING ""; 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/64:0] ERROR: access method "i_do_not_exist_am" does not exist 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/64:0] STATEMENT: CREATE TABLE i_am_a_failure() USING i_do_not_exist_am; 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/65:0] ERROR: access method "I do not exist AM" does not exist 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/65:0] STATEMENT: CREATE TABLE i_am_a_failure() USING "I do not exist AM"; 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/66:0] ERROR: access method "btree" is not of type TABLE 2024-09-07 20:44:45.166 UTC [22368][client backend] [pg_regress/create_am][83/66:0] STATEMENT: CREATE TABLE i_am_a_failure() USING "btree"; 2024-09-07 20:44:45.167 UTC [22368][client backend] [pg_regress/create_am][83/67:4623] ERROR: "tableam_parted_a_heap2" is not partitioned 2024-09-07 20:44:45.167 UTC [22368][client backend] [pg_regress/create_am][83/67:4623] STATEMENT: CREATE FOREIGN TABLE fp PARTITION OF tableam_parted_a_heap2 DEFAULT SERVER x; 2024-09-07 20:44:45.170 UTC [22368][client backend] [pg_regress/create_am][83/68:4624] ERROR: cannot drop access method heap2 because other objects depend on it 2024-09-07 20:44:45.170 UTC [22368][client backend] [pg_regress/create_am][83/68:4624] DETAIL: table tableam_tbl_heap2 depends on access method heap2 table tableam_tblas_heap2 depends on access method heap2 materialized view tableam_tblmv_heap2 depends on access method heap2 table tableam_parted_b_heap2 depends on access method heap2 table tableam_parted_d_heap2 depends on access method heap2 2024-09-07 20:44:45.170 UTC [22368][client backend] [pg_regress/create_am][83/68:4624] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:44:45.170 UTC [22368][client backend] [pg_regress/create_am][83/68:4624] STATEMENT: DROP ACCESS METHOD heap2; 2024-09-07 20:44:45.185 UTC [22368][client backend] [pg_regress/create_am][:0] LOG: disconnection: session time: 0:00:01.329 user=postgres database=regression host=[local] 2024-09-07 20:44:45.316 UTC [22362][client backend] [pg_regress/vacuum][74/102:0] ERROR: parallel workers for vacuum must be between 0 and 1024 at character 9 2024-09-07 20:44:45.316 UTC [22362][client backend] [pg_regress/vacuum][74/102:0] STATEMENT: VACUUM (PARALLEL -1) pvactst; 2024-09-07 20:44:45.320 UTC [22362][client backend] [pg_regress/vacuum][74/107:0] ERROR: VACUUM FULL cannot be performed in parallel 2024-09-07 20:44:45.320 UTC [22362][client backend] [pg_regress/vacuum][74/107:0] STATEMENT: VACUUM (PARALLEL 2, FULL TRUE) pvactst; 2024-09-07 20:44:45.320 UTC [22362][client backend] [pg_regress/vacuum][74/108:0] ERROR: parallel option requires a value between 0 and 1024 at character 9 2024-09-07 20:44:45.320 UTC [22362][client backend] [pg_regress/vacuum][74/108:0] STATEMENT: VACUUM (PARALLEL) pvactst; 2024-09-07 20:44:45.333 UTC [22362][client backend] [pg_regress/vacuum][74/112:0] WARNING: disabling parallel option of vacuum on "tmp" --- cannot vacuum temporary tables in parallel 2024-09-07 20:44:45.353 UTC [22367][client backend] [pg_regress/inherit][82/213:0] ERROR: new row for relation "ac" violates check constraint "ac_check" 2024-09-07 20:44:45.353 UTC [22367][client backend] [pg_regress/inherit][82/213:0] DETAIL: Failing row contains (null). 2024-09-07 20:44:45.353 UTC [22367][client backend] [pg_regress/inherit][82/213:0] STATEMENT: insert into ac (aa) values (NULL); 2024-09-07 20:44:45.361 UTC [22367][client backend] [pg_regress/inherit][82/214:0] ERROR: new row for relation "bc" violates check constraint "ac_check" 2024-09-07 20:44:45.361 UTC [22367][client backend] [pg_regress/inherit][82/214:0] DETAIL: Failing row contains (null, null). 2024-09-07 20:44:45.361 UTC [22367][client backend] [pg_regress/inherit][82/214:0] STATEMENT: insert into bc (aa) values (NULL); 2024-09-07 20:44:45.361 UTC [22367][client backend] [pg_regress/inherit][82/215:4714] ERROR: cannot drop inherited constraint "ac_check" of relation "bc" 2024-09-07 20:44:45.361 UTC [22367][client backend] [pg_regress/inherit][82/215:4714] STATEMENT: alter table bc drop constraint ac_check; 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/262:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/262:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/262:0] STATEMENT: CREATE TRIGGER invalid_trig BEFORE INSERT ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_ins_row'); 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/263:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/263:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.370 UTC [22359][client backend] [pg_regress/triggers][73/263:0] STATEMENT: CREATE TRIGGER invalid_trig BEFORE UPDATE ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_upd_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/264:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/264:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/264:0] STATEMENT: CREATE TRIGGER invalid_trig BEFORE DELETE ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_del_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/265:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/265:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/265:0] STATEMENT: CREATE TRIGGER invalid_trig AFTER INSERT ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_ins_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/266:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/266:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/266:0] STATEMENT: CREATE TRIGGER invalid_trig AFTER UPDATE ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_upd_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/267:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/267:0] DETAIL: Views cannot have row-level BEFORE or AFTER triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/267:0] STATEMENT: CREATE TRIGGER invalid_trig AFTER DELETE ON main_view FOR EACH ROW EXECUTE PROCEDURE trigger_func('before_del_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/268:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/268:0] DETAIL: Views cannot have TRUNCATE triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/268:0] STATEMENT: CREATE TRIGGER invalid_trig BEFORE TRUNCATE ON main_view EXECUTE PROCEDURE trigger_func('before_tru_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/269:0] ERROR: "main_view" is a view 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/269:0] DETAIL: Views cannot have TRUNCATE triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/269:0] STATEMENT: CREATE TRIGGER invalid_trig AFTER TRUNCATE ON main_view EXECUTE PROCEDURE trigger_func('before_tru_row'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/270:0] ERROR: "main_table" is a table 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/270:0] DETAIL: Tables cannot have INSTEAD OF triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/270:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF INSERT ON main_table FOR EACH ROW EXECUTE PROCEDURE view_trigger('instead_of_ins'); 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/271:0] ERROR: "main_table" is a table 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/271:0] DETAIL: Tables cannot have INSTEAD OF triggers. 2024-09-07 20:44:45.371 UTC [22359][client backend] [pg_regress/triggers][73/271:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF UPDATE ON main_table FOR EACH ROW EXECUTE PROCEDURE view_trigger('instead_of_upd'); 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/272:0] ERROR: "main_table" is a table 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/272:0] DETAIL: Tables cannot have INSTEAD OF triggers. 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/272:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF DELETE ON main_table FOR EACH ROW EXECUTE PROCEDURE view_trigger('instead_of_del'); 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/273:0] ERROR: INSTEAD OF triggers cannot have WHEN conditions 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/273:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF UPDATE ON main_view FOR EACH ROW WHEN (OLD.a <> NEW.a) EXECUTE PROCEDURE view_trigger('instead_of_upd'); 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/274:0] ERROR: INSTEAD OF triggers cannot have column lists 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/274:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF UPDATE OF a ON main_view FOR EACH ROW EXECUTE PROCEDURE view_trigger('instead_of_upd'); 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/275:0] ERROR: INSTEAD OF triggers must be FOR EACH ROW 2024-09-07 20:44:45.372 UTC [22359][client backend] [pg_regress/triggers][73/275:0] STATEMENT: CREATE TRIGGER invalid_trig INSTEAD OF UPDATE ON main_view EXECUTE PROCEDURE view_trigger('instead_of_upd'); 2024-09-07 20:44:45.386 UTC [22370][client backend] [pg_regress/updatable_views][84/206:0] ERROR: cannot delete from view "rw_view1" 2024-09-07 20:44:45.386 UTC [22370][client backend] [pg_regress/updatable_views][84/206:0] DETAIL: Views containing LIMIT or OFFSET are not automatically updatable. 2024-09-07 20:44:45.386 UTC [22370][client backend] [pg_regress/updatable_views][84/206:0] HINT: To enable deleting from the view using MERGE, provide an INSTEAD OF DELETE trigger. 2024-09-07 20:44:45.386 UTC [22370][client backend] [pg_regress/updatable_views][84/206:0] STATEMENT: MERGE INTO rw_view2 t USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a WHEN MATCHED AND t.a <= 1 THEN DELETE WHEN MATCHED THEN UPDATE SET b = s.b WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b); 2024-09-07 20:44:45.388 UTC [22370][client backend] [pg_regress/updatable_views][84/209:0] ERROR: cannot insert into view "rw_view1" 2024-09-07 20:44:45.388 UTC [22370][client backend] [pg_regress/updatable_views][84/209:0] DETAIL: Views containing LIMIT or OFFSET are not automatically updatable. 2024-09-07 20:44:45.388 UTC [22370][client backend] [pg_regress/updatable_views][84/209:0] HINT: To enable inserting into the view using MERGE, provide an INSTEAD OF INSERT trigger. 2024-09-07 20:44:45.388 UTC [22370][client backend] [pg_regress/updatable_views][84/209:0] STATEMENT: MERGE INTO rw_view2 t USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = s.b WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b); 2024-09-07 20:44:45.391 UTC [22370][client backend] [pg_regress/updatable_views][84/212:0] ERROR: cannot merge into view "rw_view2" 2024-09-07 20:44:45.391 UTC [22370][client backend] [pg_regress/updatable_views][84/212:0] DETAIL: MERGE is not supported for views with INSTEAD OF triggers for some actions but not all. 2024-09-07 20:44:45.391 UTC [22370][client backend] [pg_regress/updatable_views][84/212:0] HINT: To enable merging into the view, either provide a full set of INSTEAD OF triggers or drop the existing INSTEAD OF triggers. 2024-09-07 20:44:45.391 UTC [22370][client backend] [pg_regress/updatable_views][84/212:0] STATEMENT: MERGE INTO rw_view2 t USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = s.b WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b); 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/220:0] ERROR: new row for relation "ac" violates check constraint "ac_aa_check" 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/220:0] DETAIL: Failing row contains (null). 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/220:0] STATEMENT: insert into ac (aa) values (NULL); 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/221:0] ERROR: new row for relation "bc" violates check constraint "ac_aa_check" 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/221:0] DETAIL: Failing row contains (null, null). 2024-09-07 20:44:45.393 UTC [22367][client backend] [pg_regress/inherit][82/221:0] STATEMENT: insert into bc (aa) values (NULL); 2024-09-07 20:44:45.394 UTC [22367][client backend] [pg_regress/inherit][82/222:4735] ERROR: cannot drop inherited constraint "ac_aa_check" of relation "bc" 2024-09-07 20:44:45.394 UTC [22367][client backend] [pg_regress/inherit][82/222:4735] STATEMENT: alter table bc drop constraint ac_aa_check; 2024-09-07 20:44:45.394 UTC [22360][client backend] [pg_regress/constraints][75/215:4734] ERROR: duplicate key value violates unique constraint "unique_tbl_i_key" 2024-09-07 20:44:45.394 UTC [22360][client backend] [pg_regress/constraints][75/215:4734] DETAIL: Key (i)=(3) already exists. 2024-09-07 20:44:45.394 UTC [22360][client backend] [pg_regress/constraints][75/215:4734] STATEMENT: COMMIT; 2024-09-07 20:44:45.427 UTC [22360][client backend] [pg_regress/constraints][75/224:4758] ERROR: conflicting key value violates exclusion constraint "circles_c1_c2_excl" 2024-09-07 20:44:45.427 UTC [22360][client backend] [pg_regress/constraints][75/224:4758] DETAIL: Key (c1, (c2::circle))=(<(20,20),10>, <(0,0),4>) conflicts with existing key (c1, (c2::circle))=(<(10,10),10>, <(0,0),5>). 2024-09-07 20:44:45.427 UTC [22360][client backend] [pg_regress/constraints][75/224:4758] STATEMENT: INSERT INTO circles VALUES('<(20,20), 10>', '<(0,0), 4>'); 2024-09-07 20:44:45.428 UTC [22360][client backend] [pg_regress/constraints][75/226:0] ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints 2024-09-07 20:44:45.428 UTC [22360][client backend] [pg_regress/constraints][75/226:0] STATEMENT: INSERT INTO circles VALUES('<(20,20), 10>', '<(0,0), 4>') ON CONFLICT ON CONSTRAINT circles_c1_c2_excl DO UPDATE SET c2 = EXCLUDED.c2; 2024-09-07 20:44:45.430 UTC [22360][client backend] [pg_regress/constraints][75/229:4761] ERROR: could not create exclusion constraint "circles_c1_c2_excl1" 2024-09-07 20:44:45.430 UTC [22360][client backend] [pg_regress/constraints][75/229:4761] DETAIL: Key (c1, (c2::circle))=(<(0,0),5>, <(0,0),5>) conflicts with key (c1, (c2::circle))=(<(0,0),5>, <(0,0),4>). 2024-09-07 20:44:45.430 UTC [22360][client backend] [pg_regress/constraints][75/229:4761] STATEMENT: ALTER TABLE circles ADD EXCLUDE USING gist (c1 WITH &&, (c2::circle) WITH &&); 2024-09-07 20:44:45.473 UTC [22360][client backend] [pg_regress/constraints][75/235:4783] ERROR: conflicting key value violates exclusion constraint "deferred_excl_con" 2024-09-07 20:44:45.473 UTC [22360][client backend] [pg_regress/constraints][75/235:4783] DETAIL: Key (f1)=(1) conflicts with existing key (f1)=(1). 2024-09-07 20:44:45.473 UTC [22360][client backend] [pg_regress/constraints][75/235:4783] STATEMENT: INSERT INTO deferred_excl VALUES(1); 2024-09-07 20:44:45.474 UTC [22360][client backend] [pg_regress/constraints][75/236:0] ERROR: ON CONFLICT does not support deferrable unique constraints/exclusion constraints as arbiters 2024-09-07 20:44:45.474 UTC [22360][client backend] [pg_regress/constraints][75/236:0] STATEMENT: INSERT INTO deferred_excl VALUES(1) ON CONFLICT ON CONSTRAINT deferred_excl_con DO NOTHING; 2024-09-07 20:44:45.482 UTC [22360][client backend] [pg_regress/constraints][75/237:4786] ERROR: conflicting key value violates exclusion constraint "deferred_excl_con" 2024-09-07 20:44:45.482 UTC [22360][client backend] [pg_regress/constraints][75/237:4786] DETAIL: Key (f1)=(2) conflicts with existing key (f1)=(2). 2024-09-07 20:44:45.482 UTC [22360][client backend] [pg_regress/constraints][75/237:4786] STATEMENT: COMMIT; 2024-09-07 20:44:45.483 UTC [22360][client backend] [pg_regress/constraints][75/238:4788] ERROR: conflicting key value violates exclusion constraint "deferred_excl_con" 2024-09-07 20:44:45.483 UTC [22360][client backend] [pg_regress/constraints][75/238:4788] DETAIL: Key (f1)=(3) conflicts with existing key (f1)=(3). 2024-09-07 20:44:45.483 UTC [22360][client backend] [pg_regress/constraints][75/238:4788] STATEMENT: COMMIT; 2024-09-07 20:44:45.508 UTC [22360][client backend] [pg_regress/constraints][75/243:4800] ERROR: could not create exclusion constraint "deferred_excl_f1_excl" 2024-09-07 20:44:45.508 UTC [22360][client backend] [pg_regress/constraints][75/243:4800] DETAIL: Key (f1)=(3) conflicts with key (f1)=(3). 2024-09-07 20:44:45.508 UTC [22360][client backend] [pg_regress/constraints][75/243:4800] STATEMENT: ALTER TABLE deferred_excl ADD EXCLUDE (f1 WITH =); 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/251:0] ERROR: constraint "no_constraint" for table "constraint_comments_tbl" does not exist 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/251:0] STATEMENT: COMMENT ON CONSTRAINT no_constraint ON constraint_comments_tbl IS 'yes, the comment'; 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/252:0] ERROR: constraint "no_constraint" for domain constraint_comments_dom does not exist 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/252:0] STATEMENT: COMMENT ON CONSTRAINT no_constraint ON DOMAIN constraint_comments_dom IS 'yes, another comment'; 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/253:0] ERROR: relation "no_comments_tbl" does not exist 2024-09-07 20:44:45.527 UTC [22360][client backend] [pg_regress/constraints][75/253:0] STATEMENT: COMMENT ON CONSTRAINT the_constraint ON no_comments_tbl IS 'bad comment'; 2024-09-07 20:44:45.528 UTC [22360][client backend] [pg_regress/constraints][75/254:0] ERROR: type "no_comments_dom" does not exist 2024-09-07 20:44:45.528 UTC [22360][client backend] [pg_regress/constraints][75/254:0] STATEMENT: COMMENT ON CONSTRAINT the_constraint ON DOMAIN no_comments_dom IS 'another bad comment'; 2024-09-07 20:44:45.530 UTC [22360][client backend] [pg_regress/constraints][75/260:0] ERROR: must be owner of relation constraint_comments_tbl 2024-09-07 20:44:45.530 UTC [22360][client backend] [pg_regress/constraints][75/260:0] STATEMENT: COMMENT ON CONSTRAINT the_constraint ON constraint_comments_tbl IS 'no, the comment'; 2024-09-07 20:44:45.530 UTC [22360][client backend] [pg_regress/constraints][75/261:0] ERROR: must be owner of type constraint_comments_dom 2024-09-07 20:44:45.530 UTC [22360][client backend] [pg_regress/constraints][75/261:0] STATEMENT: COMMENT ON CONSTRAINT the_constraint ON DOMAIN constraint_comments_dom IS 'no, another comment'; 2024-09-07 20:44:45.546 UTC [22360][client backend] [pg_regress/constraints][:0] LOG: disconnection: session time: 0:00:01.720 user=postgres database=regression host=[local] 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/243:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/243:0] STATEMENT: INSERT INTO base_tbl VALUES (3, 'Row 3', 3.0); 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/244:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/244:0] STATEMENT: INSERT INTO rw_view1 VALUES ('Row 3', 3.0, 3); 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/245:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/245:0] STATEMENT: INSERT INTO rw_view2 VALUES ('Row 3', 3.0, 3); 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/246:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.550 UTC [22370][client backend] [pg_regress/updatable_views][84/246:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES ('Row 3', 3.0, 3)) AS v(b,c,a) ON t.aa = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.b, v.c, v.a); 2024-09-07 20:44:45.553 UTC [22370][client backend] [pg_regress/updatable_views][84/247:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.553 UTC [22370][client backend] [pg_regress/updatable_views][84/247:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES ('Row 3', 3.0, 3)) AS v(b,c,a) ON t.aa = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.b, v.c, v.a); 2024-09-07 20:44:45.554 UTC [22370][client backend] [pg_regress/updatable_views][84/249:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.554 UTC [22370][client backend] [pg_regress/updatable_views][84/249:0] STATEMENT: UPDATE base_tbl SET b=b; 2024-09-07 20:44:45.555 UTC [22370][client backend] [pg_regress/updatable_views][84/251:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.555 UTC [22370][client backend] [pg_regress/updatable_views][84/251:0] STATEMENT: UPDATE rw_view1 SET aa=aa; 2024-09-07 20:44:45.563 UTC [22370][client backend] [pg_regress/updatable_views][84/253:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.563 UTC [22370][client backend] [pg_regress/updatable_views][84/253:0] STATEMENT: UPDATE rw_view2 SET bb=bb; 2024-09-07 20:44:45.564 UTC [22370][client backend] [pg_regress/updatable_views][84/255:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.564 UTC [22370][client backend] [pg_regress/updatable_views][84/255:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET aa = aa; 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/257:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/257:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET bb = bb; 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/258:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/258:0] STATEMENT: DELETE FROM base_tbl; 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/259:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/259:0] STATEMENT: DELETE FROM rw_view1; 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/260:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.565 UTC [22370][client backend] [pg_regress/updatable_views][84/260:0] STATEMENT: DELETE FROM rw_view2; 2024-09-07 20:44:45.572 UTC [22370][client backend] [pg_regress/updatable_views][84/267:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.572 UTC [22370][client backend] [pg_regress/updatable_views][84/267:0] STATEMENT: INSERT INTO rw_view1 VALUES ('Row 4', 4.0, 4); 2024-09-07 20:44:45.572 UTC [22367][client backend] [pg_regress/inherit][82/252:4840] ERROR: check constraint "cc" of relation "c1" is violated by some row 2024-09-07 20:44:45.572 UTC [22367][client backend] [pg_regress/inherit][82/252:4840] STATEMENT: alter table p2 add constraint cc check (f2>0); 2024-09-07 20:44:45.574 UTC [22367][client backend] [pg_regress/inherit][82/253:4847] ERROR: check constraint "p2_f2_check" of relation "c1" is violated by some row 2024-09-07 20:44:45.574 UTC [22367][client backend] [pg_regress/inherit][82/253:4847] STATEMENT: alter table p2 add check (f2>0); 2024-09-07 20:44:45.585 UTC [22370][client backend] [pg_regress/updatable_views][84/270:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.585 UTC [22370][client backend] [pg_regress/updatable_views][84/270:0] STATEMENT: DELETE FROM rw_view1 WHERE aa=2; 2024-09-07 20:44:45.586 UTC [22370][client backend] [pg_regress/updatable_views][84/272:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.586 UTC [22370][client backend] [pg_regress/updatable_views][84/272:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED AND bb = 'xxx' THEN DELETE; 2024-09-07 20:44:45.589 UTC [22367][client backend] [pg_regress/inherit][82/257:0] ERROR: new row for relation "c1" violates check constraint "p2_f2_check" 2024-09-07 20:44:45.589 UTC [22367][client backend] [pg_regress/inherit][82/257:0] DETAIL: Failing row contains (1, -1, 2). 2024-09-07 20:44:45.589 UTC [22367][client backend] [pg_regress/inherit][82/257:0] STATEMENT: insert into c1 values(1,-1,2); 2024-09-07 20:44:45.598 UTC [22370][client backend] [pg_regress/updatable_views][84/281:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.598 UTC [22370][client backend] [pg_regress/updatable_views][84/281:0] STATEMENT: INSERT INTO base_tbl VALUES (5, 'Row 5', 5.0); 2024-09-07 20:44:45.602 UTC [22370][client backend] [pg_regress/updatable_views][84/283:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.602 UTC [22370][client backend] [pg_regress/updatable_views][84/283:0] STATEMENT: INSERT INTO rw_view2 VALUES ('Row 6', 6.0, 6); 2024-09-07 20:44:45.602 UTC [22370][client backend] [pg_regress/updatable_views][84/284:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.602 UTC [22370][client backend] [pg_regress/updatable_views][84/284:0] STATEMENT: DELETE FROM base_tbl WHERE a=3; 2024-09-07 20:44:45.603 UTC [22370][client backend] [pg_regress/updatable_views][84/286:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.603 UTC [22370][client backend] [pg_regress/updatable_views][84/286:0] STATEMENT: DELETE FROM rw_view2 WHERE aa=4; 2024-09-07 20:44:45.607 UTC [22370][client backend] [pg_regress/updatable_views][84/288:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.607 UTC [22370][client backend] [pg_regress/updatable_views][84/288:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED AND bb = 'xxx' THEN DELETE; 2024-09-07 20:44:45.632 UTC [22362][client backend] [pg_regress/vacuum][74/167:4866] ERROR: null value in column "i" of relation "vac_truncate_test" violates not-null constraint 2024-09-07 20:44:45.632 UTC [22362][client backend] [pg_regress/vacuum][74/167:4866] DETAIL: Failing row contains (null, null). 2024-09-07 20:44:45.632 UTC [22362][client backend] [pg_regress/vacuum][74/167:4866] STATEMENT: INSERT INTO vac_truncate_test VALUES (1, NULL), (NULL, NULL); 2024-09-07 20:44:45.642 UTC [22370][client backend] [pg_regress/updatable_views][84/296:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.642 UTC [22370][client backend] [pg_regress/updatable_views][84/296:0] STATEMENT: SELECT * FROM rw_view1; 2024-09-07 20:44:45.642 UTC [22370][client backend] [pg_regress/updatable_views][84/297:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.642 UTC [22370][client backend] [pg_regress/updatable_views][84/297:0] STATEMENT: SELECT * FROM rw_view1 FOR UPDATE; 2024-09-07 20:44:45.643 UTC [22370][client backend] [pg_regress/updatable_views][84/298:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.643 UTC [22370][client backend] [pg_regress/updatable_views][84/298:0] STATEMENT: UPDATE rw_view1 SET b = 'foo' WHERE a = 1; 2024-09-07 20:44:45.643 UTC [22370][client backend] [pg_regress/updatable_views][84/299:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.643 UTC [22370][client backend] [pg_regress/updatable_views][84/299:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.646 UTC [22370][client backend] [pg_regress/updatable_views][84/302:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.646 UTC [22370][client backend] [pg_regress/updatable_views][84/302:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/303:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/303:0] STATEMENT: SELECT * FROM rw_view2 FOR UPDATE; 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/304:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/304:0] STATEMENT: UPDATE rw_view2 SET b = 'bar' WHERE a = 1; 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/305:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.649 UTC [22370][client backend] [pg_regress/updatable_views][84/305:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/310:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/310:0] STATEMENT: SELECT * FROM rw_view1 FOR UPDATE; 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/311:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/311:0] STATEMENT: UPDATE rw_view1 SET b = 'foo' WHERE a = 1; 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/312:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.653 UTC [22370][client backend] [pg_regress/updatable_views][84/312:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/314:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/314:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/315:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/315:0] STATEMENT: SELECT * FROM rw_view2 FOR UPDATE; 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/316:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.654 UTC [22370][client backend] [pg_regress/updatable_views][84/316:0] STATEMENT: UPDATE rw_view2 SET b = 'bar' WHERE a = 1; 2024-09-07 20:44:45.657 UTC [22370][client backend] [pg_regress/updatable_views][84/317:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.657 UTC [22370][client backend] [pg_regress/updatable_views][84/317:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.658 UTC [22370][client backend] [pg_regress/updatable_views][84/322:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.658 UTC [22370][client backend] [pg_regress/updatable_views][84/322:0] STATEMENT: SELECT * FROM rw_view2 FOR UPDATE; 2024-09-07 20:44:45.659 UTC [22370][client backend] [pg_regress/updatable_views][84/323:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.659 UTC [22370][client backend] [pg_regress/updatable_views][84/323:0] STATEMENT: UPDATE rw_view2 SET b = 'bar' WHERE a = 1; 2024-09-07 20:44:45.659 UTC [22370][client backend] [pg_regress/updatable_views][84/324:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.659 UTC [22370][client backend] [pg_regress/updatable_views][84/324:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.676 UTC [22370][client backend] [pg_regress/updatable_views][84/334:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.676 UTC [22370][client backend] [pg_regress/updatable_views][84/334:0] STATEMENT: SELECT * FROM rw_view2 FOR UPDATE; 2024-09-07 20:44:45.676 UTC [22370][client backend] [pg_regress/updatable_views][84/335:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.676 UTC [22370][client backend] [pg_regress/updatable_views][84/335:0] STATEMENT: UPDATE rw_view2 SET b = 'bar' WHERE a = 1; 2024-09-07 20:44:45.677 UTC [22370][client backend] [pg_regress/updatable_views][84/336:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.677 UTC [22370][client backend] [pg_regress/updatable_views][84/336:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'bar'; 2024-09-07 20:44:45.686 UTC [22370][client backend] [pg_regress/updatable_views][84/348:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.686 UTC [22370][client backend] [pg_regress/updatable_views][84/348:0] STATEMENT: SELECT * FROM rw_view1 FOR UPDATE; 2024-09-07 20:44:45.691 UTC [22370][client backend] [pg_regress/updatable_views][84/349:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.691 UTC [22370][client backend] [pg_regress/updatable_views][84/349:0] STATEMENT: UPDATE rw_view1 SET b = 'foo' WHERE a = 1; 2024-09-07 20:44:45.692 UTC [22370][client backend] [pg_regress/updatable_views][84/350:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.692 UTC [22370][client backend] [pg_regress/updatable_views][84/350:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.693 UTC [22370][client backend] [pg_regress/updatable_views][84/353:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.693 UTC [22370][client backend] [pg_regress/updatable_views][84/353:0] STATEMENT: SELECT * FROM rw_view2 FOR UPDATE; 2024-09-07 20:44:45.694 UTC [22370][client backend] [pg_regress/updatable_views][84/354:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.694 UTC [22370][client backend] [pg_regress/updatable_views][84/354:0] STATEMENT: UPDATE rw_view2 SET b = 'bar' WHERE a = 1; 2024-09-07 20:44:45.694 UTC [22370][client backend] [pg_regress/updatable_views][84/355:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.694 UTC [22370][client backend] [pg_regress/updatable_views][84/355:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET b = 'foo'; 2024-09-07 20:44:45.745 UTC [22362][client backend] [pg_regress/vacuum][74/202:0] ERROR: column "a" of relation "vacparted" appears more than once 2024-09-07 20:44:45.745 UTC [22362][client backend] [pg_regress/vacuum][74/202:0] STATEMENT: VACUUM ANALYZE vacparted(a,b,a); 2024-09-07 20:44:45.746 UTC [22362][client backend] [pg_regress/vacuum][74/204:0] ERROR: column "b" of relation "vacparted" appears more than once 2024-09-07 20:44:45.746 UTC [22362][client backend] [pg_regress/vacuum][74/204:0] STATEMENT: ANALYZE vacparted(a,b,b); 2024-09-07 20:44:45.769 UTC [22370][client backend] [pg_regress/updatable_views][84/367:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.769 UTC [22370][client backend] [pg_regress/updatable_views][84/367:0] STATEMENT: SELECT * FROM base_tbl; 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/368:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/368:0] STATEMENT: SELECT * FROM rw_view1; 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/369:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/369:0] STATEMENT: INSERT INTO base_tbl VALUES (3, 'Row 3', 3.0); 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/370:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.777 UTC [22370][client backend] [pg_regress/updatable_views][84/370:0] STATEMENT: INSERT INTO rw_view1 VALUES ('Row 3', 3.0, 3); 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/371:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/371:0] STATEMENT: UPDATE base_tbl SET a=a; 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/372:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/372:0] STATEMENT: UPDATE rw_view1 SET bb=bb, cc=cc; 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/373:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/373:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET bb = bb; 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/374:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.778 UTC [22370][client backend] [pg_regress/updatable_views][84/374:0] STATEMENT: DELETE FROM base_tbl; 2024-09-07 20:44:45.779 UTC [22370][client backend] [pg_regress/updatable_views][84/375:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.779 UTC [22370][client backend] [pg_regress/updatable_views][84/375:0] STATEMENT: DELETE FROM rw_view1; 2024-09-07 20:44:45.779 UTC [22370][client backend] [pg_regress/updatable_views][84/376:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.779 UTC [22370][client backend] [pg_regress/updatable_views][84/376:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN DELETE; 2024-09-07 20:44:45.793 UTC [22370][client backend] [pg_regress/updatable_views][84/384:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.793 UTC [22370][client backend] [pg_regress/updatable_views][84/384:0] STATEMENT: UPDATE base_tbl SET b=b; 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/387:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/387:0] STATEMENT: UPDATE rw_view1 SET aa=aa; 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/388:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/388:0] STATEMENT: UPDATE rw_view1 SET bb=bb; 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/389:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.794 UTC [22370][client backend] [pg_regress/updatable_views][84/389:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET aa = aa; 2024-09-07 20:44:45.795 UTC [22370][client backend] [pg_regress/updatable_views][84/390:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.795 UTC [22370][client backend] [pg_regress/updatable_views][84/390:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET bb = bb; 2024-09-07 20:44:45.803 UTC [22370][client backend] [pg_regress/updatable_views][84/395:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.803 UTC [22370][client backend] [pg_regress/updatable_views][84/395:0] STATEMENT: INSERT INTO rw_view1 VALUES ('Row 4', 4.0, 4); 2024-09-07 20:44:45.804 UTC [22370][client backend] [pg_regress/updatable_views][84/397:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.804 UTC [22370][client backend] [pg_regress/updatable_views][84/397:0] STATEMENT: DELETE FROM rw_view1 WHERE aa=2; 2024-09-07 20:44:45.804 UTC [22370][client backend] [pg_regress/updatable_views][84/398:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.804 UTC [22370][client backend] [pg_regress/updatable_views][84/398:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN DELETE; 2024-09-07 20:44:45.806 UTC [22370][client backend] [pg_regress/updatable_views][84/403:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.806 UTC [22370][client backend] [pg_regress/updatable_views][84/403:0] STATEMENT: INSERT INTO rw_view1 VALUES ('Row 4', 4.0, 4); 2024-09-07 20:44:45.813 UTC [22370][client backend] [pg_regress/updatable_views][84/404:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.813 UTC [22370][client backend] [pg_regress/updatable_views][84/404:0] STATEMENT: DELETE FROM rw_view1 WHERE aa=2; 2024-09-07 20:44:45.813 UTC [22370][client backend] [pg_regress/updatable_views][84/405:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.813 UTC [22370][client backend] [pg_regress/updatable_views][84/405:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN DELETE; 2024-09-07 20:44:45.874 UTC [22370][client backend] [pg_regress/updatable_views][84/420:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.874 UTC [22370][client backend] [pg_regress/updatable_views][84/420:0] STATEMENT: SELECT * FROM rw_view1; 2024-09-07 20:44:45.881 UTC [22370][client backend] [pg_regress/updatable_views][84/421:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.881 UTC [22370][client backend] [pg_regress/updatable_views][84/421:0] STATEMENT: UPDATE rw_view1 SET aa=aa; 2024-09-07 20:44:45.882 UTC [22359][client backend] [pg_regress/triggers][73/323:0] ERROR: No such country: "Japon" 2024-09-07 20:44:45.882 UTC [22359][client backend] [pg_regress/triggers][73/323:0] CONTEXT: PL/pgSQL function city_update() line 9 at RAISE 2024-09-07 20:44:45.882 UTC [22359][client backend] [pg_regress/triggers][73/323:0] STATEMENT: UPDATE city_view SET country_name = 'Japon' WHERE city_name = 'Tokyo'; 2024-09-07 20:44:45.882 UTC [22370][client backend] [pg_regress/updatable_views][84/422:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.882 UTC [22370][client backend] [pg_regress/updatable_views][84/422:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (2, 'Row 2', 2.0)) AS v(a,b,c) ON t.aa = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.b, v.c, v.a); 2024-09-07 20:44:45.893 UTC [22370][client backend] [pg_regress/updatable_views][84/426:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.893 UTC [22370][client backend] [pg_regress/updatable_views][84/426:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.893 UTC [22370][client backend] [pg_regress/updatable_views][84/427:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.893 UTC [22370][client backend] [pg_regress/updatable_views][84/427:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.894 UTC [22370][client backend] [pg_regress/updatable_views][84/428:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.894 UTC [22370][client backend] [pg_regress/updatable_views][84/428:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (2, 'Row 2', 2.0)) AS v(a,b,c) ON t.aaa = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.c, v.a, v.b); 2024-09-07 20:44:45.903 UTC [22370][client backend] [pg_regress/updatable_views][84/435:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.903 UTC [22370][client backend] [pg_regress/updatable_views][84/435:0] STATEMENT: UPDATE rw_view1 SET cc=cc; 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/437:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/437:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET cc = cc; 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/439:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/439:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/440:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.904 UTC [22370][client backend] [pg_regress/updatable_views][84/440:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.905 UTC [22370][client backend] [pg_regress/updatable_views][84/441:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.905 UTC [22370][client backend] [pg_regress/updatable_views][84/441:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.905 UTC [22370][client backend] [pg_regress/updatable_views][84/443:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.905 UTC [22370][client backend] [pg_regress/updatable_views][84/443:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.909 UTC [22370][client backend] [pg_regress/updatable_views][84/444:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.909 UTC [22370][client backend] [pg_regress/updatable_views][84/444:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.917 UTC [22370][client backend] [pg_regress/updatable_views][84/445:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.917 UTC [22370][client backend] [pg_regress/updatable_views][84/445:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.919 UTC [22370][client backend] [pg_regress/updatable_views][84/450:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.919 UTC [22370][client backend] [pg_regress/updatable_views][84/450:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.919 UTC [22370][client backend] [pg_regress/updatable_views][84/451:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.919 UTC [22370][client backend] [pg_regress/updatable_views][84/451:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.920 UTC [22370][client backend] [pg_regress/updatable_views][84/452:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.920 UTC [22370][client backend] [pg_regress/updatable_views][84/452:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.923 UTC [22362][client backend] [pg_regress/vacuum][74/233:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:45.923 UTC [22362][client backend] [pg_regress/vacuum][74/233:0] STATEMENT: VACUUM vacparted, does_not_exist; 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/454:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/454:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/455:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/455:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/456:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.929 UTC [22370][client backend] [pg_regress/updatable_views][84/456:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.930 UTC [22362][client backend] [pg_regress/vacuum][74/240:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:45.930 UTC [22362][client backend] [pg_regress/vacuum][74/240:0] STATEMENT: VACUUM (FREEZE) does_not_exist, vaccluster; 2024-09-07 20:44:45.932 UTC [22370][client backend] [pg_regress/updatable_views][84/462:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.932 UTC [22370][client backend] [pg_regress/updatable_views][84/462:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.932 UTC [22370][client backend] [pg_regress/updatable_views][84/463:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.932 UTC [22370][client backend] [pg_regress/updatable_views][84/463:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.933 UTC [22370][client backend] [pg_regress/updatable_views][84/465:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.933 UTC [22370][client backend] [pg_regress/updatable_views][84/465:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.933 UTC [22370][client backend] [pg_regress/updatable_views][84/466:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.933 UTC [22370][client backend] [pg_regress/updatable_views][84/466:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/469:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/469:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/470:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/470:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.941 UTC [22362][client backend] [pg_regress/vacuum][74/251:0] ERROR: column "does_not_exist" of relation "vactst" does not exist 2024-09-07 20:44:45.941 UTC [22362][client backend] [pg_regress/vacuum][74/251:0] STATEMENT: VACUUM ANALYZE vactst (does_not_exist), vacparted (b); 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/471:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.941 UTC [22370][client backend] [pg_regress/updatable_views][84/471:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/472:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/472:0] STATEMENT: UPDATE rw_view2 SET ccc=ccc; 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/473:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/473:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/474:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.942 UTC [22370][client backend] [pg_regress/updatable_views][84/474:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.943 UTC [22370][client backend] [pg_regress/updatable_views][84/475:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.943 UTC [22370][client backend] [pg_regress/updatable_views][84/475:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET ccc = ccc; 2024-09-07 20:44:45.945 UTC [22370][client backend] [pg_regress/updatable_views][84/481:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.945 UTC [22370][client backend] [pg_regress/updatable_views][84/481:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.945 UTC [22370][client backend] [pg_regress/updatable_views][84/482:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.945 UTC [22370][client backend] [pg_regress/updatable_views][84/482:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.949 UTC [22370][client backend] [pg_regress/updatable_views][84/484:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.949 UTC [22370][client backend] [pg_regress/updatable_views][84/484:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.949 UTC [22370][client backend] [pg_regress/updatable_views][84/485:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.949 UTC [22370][client backend] [pg_regress/updatable_views][84/485:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.955 UTC [22370][client backend] [pg_regress/updatable_views][84/490:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.955 UTC [22370][client backend] [pg_regress/updatable_views][84/490:0] STATEMENT: SELECT * FROM rw_view1; 2024-09-07 20:44:45.957 UTC [22370][client backend] [pg_regress/updatable_views][84/491:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.957 UTC [22370][client backend] [pg_regress/updatable_views][84/491:0] STATEMENT: UPDATE rw_view1 SET aa=aa; 2024-09-07 20:44:45.957 UTC [22370][client backend] [pg_regress/updatable_views][84/492:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.957 UTC [22370][client backend] [pg_regress/updatable_views][84/492:0] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (1)) AS v(a) ON t.aa = v.a WHEN MATCHED THEN UPDATE SET aa = aa; 2024-09-07 20:44:45.958 UTC [22370][client backend] [pg_regress/updatable_views][84/495:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.958 UTC [22370][client backend] [pg_regress/updatable_views][84/495:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.958 UTC [22370][client backend] [pg_regress/updatable_views][84/496:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.958 UTC [22370][client backend] [pg_regress/updatable_views][84/496:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.965 UTC [22370][client backend] [pg_regress/updatable_views][84/498:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.965 UTC [22370][client backend] [pg_regress/updatable_views][84/498:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.966 UTC [22367][client backend] [pg_regress/inherit][82/317:4991] ERROR: cannot rename inherited column "b" 2024-09-07 20:44:45.966 UTC [22367][client backend] [pg_regress/inherit][82/317:4991] STATEMENT: ALTER TABLE inht1 RENAME b TO bb; 2024-09-07 20:44:45.966 UTC [22367][client backend] [pg_regress/inherit][82/318:4992] ERROR: cannot rename inherited column "aa" 2024-09-07 20:44:45.966 UTC [22367][client backend] [pg_regress/inherit][82/318:4992] STATEMENT: ALTER TABLE inhts RENAME aa TO aaa; 2024-09-07 20:44:45.969 UTC [22370][client backend] [pg_regress/updatable_views][84/499:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.969 UTC [22370][client backend] [pg_regress/updatable_views][84/499:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.972 UTC [22362][client backend] [pg_regress/vacuum][74/257:0] ERROR: ANALYZE option must be specified when a column list is provided 2024-09-07 20:44:45.972 UTC [22362][client backend] [pg_regress/vacuum][74/257:0] STATEMENT: VACUUM FULL vactst, vacparted (a, b), vaccluster (i); 2024-09-07 20:44:45.978 UTC [22370][client backend] [pg_regress/updatable_views][84/503:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.978 UTC [22370][client backend] [pg_regress/updatable_views][84/503:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.978 UTC [22370][client backend] [pg_regress/updatable_views][84/504:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.978 UTC [22370][client backend] [pg_regress/updatable_views][84/504:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.979 UTC [22370][client backend] [pg_regress/updatable_views][84/506:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.979 UTC [22370][client backend] [pg_regress/updatable_views][84/506:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:45.979 UTC [22370][client backend] [pg_regress/updatable_views][84/507:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.979 UTC [22370][client backend] [pg_regress/updatable_views][84/507:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:45.985 UTC [22362][client backend] [pg_regress/vacuum][74/268:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:45.985 UTC [22362][client backend] [pg_regress/vacuum][74/268:0] STATEMENT: ANALYZE vactst, does_not_exist, vacparted; 2024-09-07 20:44:45.988 UTC [22362][client backend] [pg_regress/vacuum][74/271:0] ERROR: column "does_not_exist" of relation "vacparted" does not exist 2024-09-07 20:44:45.988 UTC [22362][client backend] [pg_regress/vacuum][74/271:0] STATEMENT: ANALYZE vactst (i), vacparted (does_not_exist); 2024-09-07 20:44:45.994 UTC [22370][client backend] [pg_regress/updatable_views][84/512:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.994 UTC [22370][client backend] [pg_regress/updatable_views][84/512:0] STATEMENT: SELECT * FROM rw_view2; 2024-09-07 20:44:45.994 UTC [22370][client backend] [pg_regress/updatable_views][84/513:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.994 UTC [22370][client backend] [pg_regress/updatable_views][84/513:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/514:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/514:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/515:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/515:0] STATEMENT: UPDATE rw_view2 SET ccc=ccc; 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/516:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:45.995 UTC [22370][client backend] [pg_regress/updatable_views][84/516:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:46.001 UTC [22370][client backend] [pg_regress/updatable_views][84/517:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:46.001 UTC [22370][client backend] [pg_regress/updatable_views][84/517:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:46.001 UTC [22370][client backend] [pg_regress/updatable_views][84/518:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:46.001 UTC [22370][client backend] [pg_regress/updatable_views][84/518:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET ccc = ccc; 2024-09-07 20:44:46.005 UTC [22362][client backend] [pg_regress/vacuum][74/277:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:46.005 UTC [22362][client backend] [pg_regress/vacuum][74/277:0] STATEMENT: ANALYZE (VERBOSE) does_not_exist; 2024-09-07 20:44:46.006 UTC [22362][client backend] [pg_regress/vacuum][74/278:0] ERROR: syntax error at or near "arg" at character 22 2024-09-07 20:44:46.006 UTC [22362][client backend] [pg_regress/vacuum][74/278:0] STATEMENT: ANALYZE (nonexistent-arg) does_not_exist; 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/279:0] ERROR: unrecognized ANALYZE option "nonexistentarg" at character 10 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/279:0] STATEMENT: ANALYZE (nonexistentarg) does_not_exit; 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/281:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/281:0] STATEMENT: ANALYZE (SKIP_LOCKED, VERBOSE) does_not_exist; 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/282:0] ERROR: relation "does_not_exist" does not exist 2024-09-07 20:44:46.008 UTC [22362][client backend] [pg_regress/vacuum][74/282:0] STATEMENT: ANALYZE (VERBOSE, SKIP_LOCKED) does_not_exist; 2024-09-07 20:44:46.009 UTC [22370][client backend] [pg_regress/updatable_views][84/521:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:46.009 UTC [22370][client backend] [pg_regress/updatable_views][84/521:0] STATEMENT: UPDATE rw_view2 SET aaa=aaa; 2024-09-07 20:44:46.010 UTC [22370][client backend] [pg_regress/updatable_views][84/522:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:46.010 UTC [22370][client backend] [pg_regress/updatable_views][84/522:0] STATEMENT: UPDATE rw_view2 SET bbb=bbb; 2024-09-07 20:44:46.010 UTC [22370][client backend] [pg_regress/updatable_views][84/524:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:46.010 UTC [22370][client backend] [pg_regress/updatable_views][84/524:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET aaa = aaa; 2024-09-07 20:44:46.011 UTC [22370][client backend] [pg_regress/updatable_views][84/525:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:46.011 UTC [22370][client backend] [pg_regress/updatable_views][84/525:0] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (1)) AS v(a) ON t.aaa = v.a WHEN MATCHED THEN UPDATE SET bbb = bbb; 2024-09-07 20:44:46.074 UTC [22375][client backend] [pg_regress/infinite_recurse][87/4:0] ERROR: stack depth limit exceeded 2024-09-07 20:44:46.074 UTC [22375][client backend] [pg_regress/infinite_recurse][87/4:0] HINT: Increase the configuration parameter "max_stack_depth" (currently 2048kB), after ensuring the platform's stack depth limit is adequate. 2024-09-07 20:44:46.074 UTC [22375][client backend] [pg_regress/infinite_recurse][87/4:0] CONTEXT: SQL function "infinite_recurse" during inlining SQL function "infinite_recurse" during startup SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 SQL function "infinite_recurse" statement 1 2024-09-07 20:44:46.074 UTC [22375][client backend] [pg_regress/infinite_recurse][87/4:0] STATEMENT: select infinite_recurse(); 2024-09-07 20:44:46.165 UTC [22362][client backend] [pg_regress/vacuum][74/311:0] ERROR: PROCESS_TOAST required with VACUUM FULL 2024-09-07 20:44:46.165 UTC [22362][client backend] [pg_regress/vacuum][74/311:0] STATEMENT: VACUUM (PROCESS_TOAST FALSE, FULL) vac_option_tab; 2024-09-07 20:44:46.194 UTC [22367][client backend] [pg_regress/inherit][82/357:5071] ERROR: cannot rename inherited column "b" 2024-09-07 20:44:46.194 UTC [22367][client backend] [pg_regress/inherit][82/357:5071] STATEMENT: ALTER TABLE inht1 RENAME b TO bb; 2024-09-07 20:44:46.240 UTC [22375][client backend] [pg_regress/infinite_recurse][:0] LOG: disconnection: session time: 0:00:02.343 user=postgres database=regression host=[local] 2024-09-07 20:44:46.248 UTC [22362][client backend] [pg_regress/vacuum][74/339:0] ERROR: BUFFER_USAGE_LIMIT option must be 0 or between 128 kB and 16777216 kB 2024-09-07 20:44:46.248 UTC [22362][client backend] [pg_regress/vacuum][74/339:0] STATEMENT: VACUUM (BUFFER_USAGE_LIMIT 16777220) vac_option_tab; 2024-09-07 20:44:46.248 UTC [22362][client backend] [pg_regress/vacuum][74/340:0] ERROR: BUFFER_USAGE_LIMIT option must be 0 or between 128 kB and 16777216 kB 2024-09-07 20:44:46.248 UTC [22362][client backend] [pg_regress/vacuum][74/340:0] STATEMENT: VACUUM (BUFFER_USAGE_LIMIT 120) vac_option_tab; 2024-09-07 20:44:46.249 UTC [22362][client backend] [pg_regress/vacuum][74/341:0] ERROR: BUFFER_USAGE_LIMIT option must be 0 or between 128 kB and 16777216 kB 2024-09-07 20:44:46.249 UTC [22362][client backend] [pg_regress/vacuum][74/341:0] HINT: Value exceeds integer range. 2024-09-07 20:44:46.249 UTC [22362][client backend] [pg_regress/vacuum][74/341:0] STATEMENT: VACUUM (BUFFER_USAGE_LIMIT 10000000000) vac_option_tab; 2024-09-07 20:44:46.249 UTC [22362][client backend] [pg_regress/vacuum][74/342:0] ERROR: BUFFER_USAGE_LIMIT cannot be specified for VACUUM FULL 2024-09-07 20:44:46.249 UTC [22362][client backend] [pg_regress/vacuum][74/342:0] STATEMENT: VACUUM (BUFFER_USAGE_LIMIT '512 kB', FULL) vac_option_tab; 2024-09-07 20:44:46.258 UTC [22362][client backend] [pg_regress/vacuum][74/348:0] ERROR: ONLY_DATABASE_STATS cannot be specified with a list of tables 2024-09-07 20:44:46.258 UTC [22362][client backend] [pg_regress/vacuum][74/348:0] STATEMENT: VACUUM (ONLY_DATABASE_STATS) vactst; 2024-09-07 20:44:46.267 UTC [22370][client backend] [pg_regress/updatable_views][84/574:0] ERROR: cannot insert into column "ctid" of view "rw_view1" 2024-09-07 20:44:46.267 UTC [22370][client backend] [pg_regress/updatable_views][84/574:0] DETAIL: View columns that refer to system columns are not updatable. 2024-09-07 20:44:46.267 UTC [22370][client backend] [pg_regress/updatable_views][84/574:0] STATEMENT: INSERT INTO rw_view1 VALUES (null, null, 1.1, null); 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/575:0] ERROR: cannot insert into column "s" of view "rw_view1" 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/575:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/575:0] STATEMENT: INSERT INTO rw_view1 (s, c, a) VALUES (null, null, 1.1); 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/576:0] ERROR: cannot insert into column "s" of view "rw_view1" 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/576:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.269 UTC [22370][client backend] [pg_regress/updatable_views][84/576:0] STATEMENT: INSERT INTO rw_view1 (s, c, a) VALUES (default, default, 1.1); 2024-09-07 20:44:46.281 UTC [22370][client backend] [pg_regress/updatable_views][84/578:0] ERROR: cannot update column "s" of view "rw_view1" 2024-09-07 20:44:46.281 UTC [22370][client backend] [pg_regress/updatable_views][84/578:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.281 UTC [22370][client backend] [pg_regress/updatable_views][84/578:0] STATEMENT: UPDATE rw_view1 SET s = s WHERE a = 1.1; 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/582:0] ERROR: cannot insert into column "t" of view "rw_view2" 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/582:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/582:0] STATEMENT: INSERT INTO rw_view2 VALUES (null, null, null, 1.1, null); 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/583:0] ERROR: cannot insert into column "s" of view "rw_view1" 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/583:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.301 UTC [22370][client backend] [pg_regress/updatable_views][84/583:0] STATEMENT: INSERT INTO rw_view2(s, c, base_a) VALUES (null, null, 1.1); 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/585:0] ERROR: cannot update column "s" of view "rw_view1" 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/585:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/585:0] STATEMENT: UPDATE rw_view2 SET s = s WHERE base_a = 1.1; 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/586:0] ERROR: cannot update column "t" of view "rw_view2" 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/586:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.302 UTC [22370][client backend] [pg_regress/updatable_views][84/586:0] STATEMENT: UPDATE rw_view2 SET t = t WHERE base_a = 1.1; 2024-09-07 20:44:46.302 UTC [22359][client backend] [pg_regress/triggers][73/362:0] ERROR: U9999 2024-09-07 20:44:46.302 UTC [22359][client backend] [pg_regress/triggers][73/362:0] CONTEXT: PL/pgSQL function depth_c_tf() line 5 at RAISE SQL statement "insert into depth_c values (1)" PL/pgSQL function depth_b_tf() line 12 at EXECUTE SQL statement "insert into depth_b values (new.id)" PL/pgSQL function depth_a_tf() line 4 at SQL statement 2024-09-07 20:44:46.302 UTC [22359][client backend] [pg_regress/triggers][73/362:0] STATEMENT: insert into depth_a values (1); 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/590:0] ERROR: cannot insert into column "t" of view "rw_view3" 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/590:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/590:0] STATEMENT: INSERT INTO rw_view3 VALUES (null, null, null, null); 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/591:0] ERROR: cannot insert into column "s" of view "rw_view1" 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/591:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/591:0] STATEMENT: INSERT INTO rw_view3(s) VALUES (null); 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/592:0] ERROR: cannot update column "s" of view "rw_view1" 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/592:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:46.309 UTC [22370][client backend] [pg_regress/updatable_views][84/592:0] STATEMENT: UPDATE rw_view3 SET s = s; 2024-09-07 20:44:46.357 UTC [22362][client backend] [pg_regress/vacuum][74/361:0] WARNING: permission denied to vacuum "vacowned", skipping it 2024-09-07 20:44:46.358 UTC [22362][client backend] [pg_regress/vacuum][74/363:0] WARNING: permission denied to analyze "vacowned", skipping it 2024-09-07 20:44:46.359 UTC [22362][client backend] [pg_regress/vacuum][74/364:0] WARNING: permission denied to vacuum "vacowned", skipping it 2024-09-07 20:44:46.361 UTC [22362][client backend] [pg_regress/vacuum][74/366:0] WARNING: permission denied to vacuum "pg_class", skipping it 2024-09-07 20:44:46.361 UTC [22362][client backend] [pg_regress/vacuum][74/368:0] WARNING: permission denied to analyze "pg_class", skipping it 2024-09-07 20:44:46.361 UTC [22362][client backend] [pg_regress/vacuum][74/369:0] WARNING: permission denied to vacuum "pg_class", skipping it 2024-09-07 20:44:46.363 UTC [22362][client backend] [pg_regress/vacuum][74/371:0] WARNING: permission denied to vacuum "pg_authid", skipping it 2024-09-07 20:44:46.365 UTC [22362][client backend] [pg_regress/vacuum][74/373:0] WARNING: permission denied to analyze "pg_authid", skipping it 2024-09-07 20:44:46.365 UTC [22362][client backend] [pg_regress/vacuum][74/374:0] WARNING: permission denied to vacuum "pg_authid", skipping it 2024-09-07 20:44:46.368 UTC [22362][client backend] [pg_regress/vacuum][74/376:0] WARNING: permission denied to vacuum "vacowned_parted", skipping it 2024-09-07 20:44:46.368 UTC [22362][client backend] [pg_regress/vacuum][74/377:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.368 UTC [22362][client backend] [pg_regress/vacuum][74/378:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.369 UTC [22362][client backend] [pg_regress/vacuum][74/380:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.371 UTC [22362][client backend] [pg_regress/vacuum][74/382:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.375 UTC [22362][client backend] [pg_regress/vacuum][74/384:0] WARNING: permission denied to analyze "vacowned_parted", skipping it 2024-09-07 20:44:46.375 UTC [22362][client backend] [pg_regress/vacuum][74/385:0] WARNING: permission denied to analyze "vacowned_part1", skipping it 2024-09-07 20:44:46.375 UTC [22362][client backend] [pg_regress/vacuum][74/386:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.375 UTC [22362][client backend] [pg_regress/vacuum][74/388:0] WARNING: permission denied to analyze "vacowned_part1", skipping it 2024-09-07 20:44:46.376 UTC [22362][client backend] [pg_regress/vacuum][74/389:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.378 UTC [22362][client backend] [pg_regress/vacuum][74/390:0] WARNING: permission denied to vacuum "vacowned_parted", skipping it 2024-09-07 20:44:46.378 UTC [22362][client backend] [pg_regress/vacuum][74/391:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.378 UTC [22362][client backend] [pg_regress/vacuum][74/392:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.378 UTC [22362][client backend] [pg_regress/vacuum][74/394:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.379 UTC [22362][client backend] [pg_regress/vacuum][74/396:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.389 UTC [22362][client backend] [pg_regress/vacuum][74/405:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.397 UTC [22362][client backend] [pg_regress/vacuum][74/410:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.398 UTC [22362][client backend] [pg_regress/vacuum][74/415:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.403 UTC [22362][client backend] [pg_regress/vacuum][74/418:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.404 UTC [22362][client backend] [pg_regress/vacuum][74/424:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.410 UTC [22362][client backend] [pg_regress/vacuum][74/430:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/606:0] ERROR: cannot insert a non-DEFAULT value into column "idplus1" 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/606:0] DETAIL: Column "idplus1" is a generated column. 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/606:0] STATEMENT: INSERT INTO base_tbl (id, idplus1) VALUES (5, 6); 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/607:0] ERROR: cannot insert a non-DEFAULT value into column "idplus1" 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/607:0] DETAIL: Column "idplus1" is a generated column. 2024-09-07 20:44:46.410 UTC [22370][client backend] [pg_regress/updatable_views][84/607:0] STATEMENT: INSERT INTO rw_view1 (id, idplus1) VALUES (6, 7); 2024-09-07 20:44:46.417 UTC [22362][client backend] [pg_regress/vacuum][74/435:0] WARNING: permission denied to vacuum "vacowned_parted", skipping it 2024-09-07 20:44:46.418 UTC [22362][client backend] [pg_regress/vacuum][74/437:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.420 UTC [22362][client backend] [pg_regress/vacuum][74/442:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.420 UTC [22362][client backend] [pg_regress/vacuum][74/444:0] WARNING: permission denied to analyze "vacowned_parted", skipping it 2024-09-07 20:44:46.421 UTC [22362][client backend] [pg_regress/vacuum][74/446:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.424 UTC [22362][client backend] [pg_regress/vacuum][74/449:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.424 UTC [22362][client backend] [pg_regress/vacuum][74/450:0] WARNING: permission denied to vacuum "vacowned_parted", skipping it 2024-09-07 20:44:46.424 UTC [22362][client backend] [pg_regress/vacuum][74/453:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.430 UTC [22362][client backend] [pg_regress/vacuum][74/459:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.436 UTC [22362][client backend] [pg_regress/vacuum][74/467:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.436 UTC [22362][client backend] [pg_regress/vacuum][74/468:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.437 UTC [22362][client backend] [pg_regress/vacuum][74/470:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.445 UTC [22362][client backend] [pg_regress/vacuum][74/472:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.446 UTC [22362][client backend] [pg_regress/vacuum][74/476:0] WARNING: permission denied to analyze "vacowned_part1", skipping it 2024-09-07 20:44:46.446 UTC [22362][client backend] [pg_regress/vacuum][74/477:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.449 UTC [22362][client backend] [pg_regress/vacuum][74/479:0] WARNING: permission denied to analyze "vacowned_part1", skipping it 2024-09-07 20:44:46.449 UTC [22362][client backend] [pg_regress/vacuum][74/480:0] WARNING: permission denied to analyze "vacowned_part2", skipping it 2024-09-07 20:44:46.449 UTC [22362][client backend] [pg_regress/vacuum][74/484:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.449 UTC [22362][client backend] [pg_regress/vacuum][74/485:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.450 UTC [22362][client backend] [pg_regress/vacuum][74/487:0] WARNING: permission denied to vacuum "vacowned_part1", skipping it 2024-09-07 20:44:46.450 UTC [22362][client backend] [pg_regress/vacuum][74/489:0] WARNING: permission denied to vacuum "vacowned_part2", skipping it 2024-09-07 20:44:46.484 UTC [22362][client backend] [pg_regress/vacuum][:0] LOG: disconnection: session time: 0:00:02.658 user=postgres database=regression host=[local] 2024-09-07 20:44:46.489 UTC [22359][client backend] [pg_regress/triggers][73/384:5171] ERROR: tuple to be updated was already modified by an operation triggered by the current command 2024-09-07 20:44:46.489 UTC [22359][client backend] [pg_regress/triggers][73/384:5171] HINT: Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows. 2024-09-07 20:44:46.489 UTC [22359][client backend] [pg_regress/triggers][73/384:5171] STATEMENT: update parent set val1 = 'b' where aid = 1; 2024-09-07 20:44:46.497 UTC [22359][client backend] [pg_regress/triggers][73/385:5174] ERROR: tuple to be updated or deleted was already modified by an operation triggered by the current command 2024-09-07 20:44:46.497 UTC [22359][client backend] [pg_regress/triggers][73/385:5174] HINT: Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows. 2024-09-07 20:44:46.497 UTC [22359][client backend] [pg_regress/triggers][73/385:5174] STATEMENT: merge into parent p using (values (1)) as v(id) on p.aid = v.id when matched then update set val1 = 'b'; 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/388:5176] ERROR: tuple to be deleted was already modified by an operation triggered by the current command 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/388:5176] HINT: Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows. 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/388:5176] STATEMENT: delete from parent where aid = 1; 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/389:5177] ERROR: tuple to be updated or deleted was already modified by an operation triggered by the current command 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/389:5177] HINT: Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows. 2024-09-07 20:44:46.503 UTC [22359][client backend] [pg_regress/triggers][73/389:5177] STATEMENT: merge into parent p using (values (1)) as v(id) on p.aid = v.id when matched then delete; 2024-09-07 20:44:46.650 UTC [22370][client backend] [pg_regress/updatable_views][84/660:5214] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.650 UTC [22370][client backend] [pg_regress/updatable_views][84/660:5214] DETAIL: Failing row contains (4, 3). 2024-09-07 20:44:46.650 UTC [22370][client backend] [pg_regress/updatable_views][84/660:5214] STATEMENT: INSERT INTO rw_view1 VALUES(4,3); 2024-09-07 20:44:46.653 UTC [22370][client backend] [pg_regress/updatable_views][84/661:5216] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.653 UTC [22370][client backend] [pg_regress/updatable_views][84/661:5216] DETAIL: Failing row contains (5, null). 2024-09-07 20:44:46.653 UTC [22370][client backend] [pg_regress/updatable_views][84/661:5216] STATEMENT: INSERT INTO rw_view1 VALUES(5,null); 2024-09-07 20:44:46.655 UTC [22370][client backend] [pg_regress/updatable_views][84/663:5218] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.655 UTC [22370][client backend] [pg_regress/updatable_views][84/663:5218] DETAIL: Failing row contains (3, -5). 2024-09-07 20:44:46.655 UTC [22370][client backend] [pg_regress/updatable_views][84/663:5218] STATEMENT: UPDATE rw_view1 SET b = -5 WHERE a = 3; 2024-09-07 20:44:46.656 UTC [22370][client backend] [pg_regress/updatable_views][84/665:5221] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.656 UTC [22370][client backend] [pg_regress/updatable_views][84/665:5221] DETAIL: Failing row contains (10, 10). 2024-09-07 20:44:46.656 UTC [22370][client backend] [pg_regress/updatable_views][84/665:5221] STATEMENT: INSERT INTO rw_view1(a) VALUES (10); 2024-09-07 20:44:46.657 UTC [22359][client backend] [pg_regress/triggers][73/413:5219] ERROR: tuple to be updated was already modified by an operation triggered by the current command 2024-09-07 20:44:46.657 UTC [22359][client backend] [pg_regress/triggers][73/413:5219] HINT: Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows. 2024-09-07 20:44:46.657 UTC [22359][client backend] [pg_regress/triggers][73/413:5219] STATEMENT: delete from self_ref_trigger; 2024-09-07 20:44:46.661 UTC [22370][client backend] [pg_regress/updatable_views][84/668:5223] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.661 UTC [22370][client backend] [pg_regress/updatable_views][84/668:5223] DETAIL: Failing row contains (11, 10). 2024-09-07 20:44:46.661 UTC [22370][client backend] [pg_regress/updatable_views][84/668:5223] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (11)) AS v(a) ON t.a = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.a, v.a - 1); 2024-09-07 20:44:46.663 UTC [22370][client backend] [pg_regress/updatable_views][84/670:5225] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.663 UTC [22370][client backend] [pg_regress/updatable_views][84/670:5225] DETAIL: Failing row contains (3, 3). 2024-09-07 20:44:46.663 UTC [22370][client backend] [pg_regress/updatable_views][84/670:5225] STATEMENT: MERGE INTO rw_view1 t USING (VALUES (2)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET a = t.a + 1; 2024-09-07 20:44:46.722 UTC [22370][client backend] [pg_regress/updatable_views][84/682:5241] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.722 UTC [22370][client backend] [pg_regress/updatable_views][84/682:5241] DETAIL: Failing row contains (-5). 2024-09-07 20:44:46.722 UTC [22370][client backend] [pg_regress/updatable_views][84/682:5241] STATEMENT: INSERT INTO rw_view2 VALUES (-5); 2024-09-07 20:44:46.726 UTC [22370][client backend] [pg_regress/updatable_views][84/684:5245] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.726 UTC [22370][client backend] [pg_regress/updatable_views][84/684:5245] DETAIL: Failing row contains (15). 2024-09-07 20:44:46.726 UTC [22370][client backend] [pg_regress/updatable_views][84/684:5245] STATEMENT: INSERT INTO rw_view2 VALUES (15); 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/686:5246] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/686:5246] DETAIL: Failing row contains (-5). 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/686:5246] STATEMENT: UPDATE rw_view2 SET a = a - 10; 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/687:5247] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/687:5247] DETAIL: Failing row contains (15). 2024-09-07 20:44:46.727 UTC [22370][client backend] [pg_regress/updatable_views][84/687:5247] STATEMENT: UPDATE rw_view2 SET a = a + 10; 2024-09-07 20:44:46.747 UTC [22370][client backend] [pg_regress/updatable_views][84/696:5251] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.747 UTC [22370][client backend] [pg_regress/updatable_views][84/696:5251] DETAIL: Failing row contains (20). 2024-09-07 20:44:46.747 UTC [22370][client backend] [pg_regress/updatable_views][84/696:5251] STATEMENT: INSERT INTO rw_view2 VALUES (20); 2024-09-07 20:44:46.751 UTC [22370][client backend] [pg_regress/updatable_views][84/698:5252] ERROR: invalid value for enum option "check_option": here 2024-09-07 20:44:46.751 UTC [22370][client backend] [pg_regress/updatable_views][84/698:5252] DETAIL: Valid values are "local" and "cascaded". 2024-09-07 20:44:46.751 UTC [22370][client backend] [pg_regress/updatable_views][84/698:5252] STATEMENT: ALTER VIEW rw_view1 SET (check_option=here); 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/700:5254] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/700:5254] DETAIL: Failing row contains (-20). 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/700:5254] STATEMENT: INSERT INTO rw_view2 VALUES (-20); 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/701:5255] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/701:5255] DETAIL: Failing row contains (30). 2024-09-07 20:44:46.753 UTC [22370][client backend] [pg_regress/updatable_views][84/701:5255] STATEMENT: INSERT INTO rw_view2 VALUES (30); 2024-09-07 20:44:46.780 UTC [22359][client backend] [pg_regress/triggers][73/430:5263] ERROR: cannot ALTER TABLE "trigger_ddl_table" because it is being used by active queries in this session 2024-09-07 20:44:46.780 UTC [22359][client backend] [pg_regress/triggers][73/430:5263] CONTEXT: SQL statement "alter table trigger_ddl_table add primary key (col1)" PL/pgSQL function trigger_ddl_func() line 3 at SQL statement 2024-09-07 20:44:46.780 UTC [22359][client backend] [pg_regress/triggers][73/430:5263] STATEMENT: insert into trigger_ddl_table values (1, 42); 2024-09-07 20:44:46.789 UTC [22359][client backend] [pg_regress/triggers][73/432:0] ERROR: cannot CREATE INDEX "trigger_ddl_table" because it is being used by active queries in this session 2024-09-07 20:44:46.789 UTC [22359][client backend] [pg_regress/triggers][73/432:0] CONTEXT: SQL statement "create index on trigger_ddl_table (col2)" PL/pgSQL function trigger_ddl_func() line 3 at SQL statement 2024-09-07 20:44:46.789 UTC [22359][client backend] [pg_regress/triggers][73/432:0] STATEMENT: insert into trigger_ddl_table values (1, 42); 2024-09-07 20:44:46.807 UTC [22370][client backend] [pg_regress/updatable_views][84/721:5277] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.807 UTC [22370][client backend] [pg_regress/updatable_views][84/721:5277] DETAIL: Failing row contains (-3). 2024-09-07 20:44:46.807 UTC [22370][client backend] [pg_regress/updatable_views][84/721:5277] STATEMENT: INSERT INTO rw_view3 VALUES (-3); 2024-09-07 20:44:46.836 UTC [22370][client backend] [pg_regress/updatable_views][84/727:5286] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.836 UTC [22370][client backend] [pg_regress/updatable_views][84/727:5286] DETAIL: Failing row contains (10, {4,5}). 2024-09-07 20:44:46.836 UTC [22370][client backend] [pg_regress/updatable_views][84/727:5286] STATEMENT: INSERT INTO rw_view1 VALUES (10, ARRAY[4,5]); 2024-09-07 20:44:46.839 UTC [22359][client backend] [pg_regress/triggers][73/440:0] WARNING: before insert (new): (1,black) 2024-09-07 20:44:46.839 UTC [22359][client backend] [pg_regress/triggers][73/440:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.839 UTC [22370][client backend] [pg_regress/updatable_views][84/729:5289] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.839 UTC [22370][client backend] [pg_regress/updatable_views][84/729:5289] DETAIL: Failing row contains (1, {-1,-2,3}). 2024-09-07 20:44:46.839 UTC [22370][client backend] [pg_regress/updatable_views][84/729:5289] STATEMENT: UPDATE rw_view1 SET b[1] = -b[1] WHERE a = 1; 2024-09-07 20:44:46.839 UTC [22359][client backend] [pg_regress/triggers][73/440:5290] WARNING: after insert (new): (1,black) 2024-09-07 20:44:46.839 UTC [22359][client backend] [pg_regress/triggers][73/440:5290] CONTEXT: PL/pgSQL function upsert_after_func() line 7 at RAISE 2024-09-07 20:44:46.841 UTC [22359][client backend] [pg_regress/triggers][73/441:0] WARNING: before insert (new): (2,red) 2024-09-07 20:44:46.841 UTC [22359][client backend] [pg_regress/triggers][73/441:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.842 UTC [22359][client backend] [pg_regress/triggers][73/441:0] WARNING: before insert (new, modified): (3,"red trig modified") 2024-09-07 20:44:46.842 UTC [22359][client backend] [pg_regress/triggers][73/441:0] CONTEXT: PL/pgSQL function upsert_before_func() line 11 at RAISE 2024-09-07 20:44:46.842 UTC [22370][client backend] [pg_regress/updatable_views][84/732:5292] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.842 UTC [22370][client backend] [pg_regress/updatable_views][84/732:5292] DETAIL: Failing row contains (10, {4,5}). 2024-09-07 20:44:46.842 UTC [22370][client backend] [pg_regress/updatable_views][84/732:5292] STATEMENT: EXECUTE ins(10, ARRAY[4,5]); 2024-09-07 20:44:46.842 UTC [22359][client backend] [pg_regress/triggers][73/441:5293] WARNING: after insert (new): (3,"red trig modified") 2024-09-07 20:44:46.842 UTC [22359][client backend] [pg_regress/triggers][73/441:5293] CONTEXT: PL/pgSQL function upsert_after_func() line 7 at RAISE 2024-09-07 20:44:46.843 UTC [22359][client backend] [pg_regress/triggers][73/442:0] WARNING: before insert (new): (3,orange) 2024-09-07 20:44:46.843 UTC [22359][client backend] [pg_regress/triggers][73/442:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] WARNING: before update (old): (3,"red trig modified") 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] CONTEXT: PL/pgSQL function upsert_before_func() line 4 at RAISE 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] WARNING: before update (new): (3,"updated red trig modified") 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] CONTEXT: PL/pgSQL function upsert_before_func() line 5 at RAISE 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] WARNING: after update (old): (3,"red trig modified") 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] CONTEXT: PL/pgSQL function upsert_after_func() line 4 at RAISE 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] WARNING: after update (new): (3,"updated red trig modified") 2024-09-07 20:44:46.844 UTC [22359][client backend] [pg_regress/triggers][73/442:5294] CONTEXT: PL/pgSQL function upsert_after_func() line 5 at RAISE 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:0] WARNING: before insert (new): (4,green) 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:0] WARNING: before insert (new, modified): (5,"green trig modified") 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:0] CONTEXT: PL/pgSQL function upsert_before_func() line 11 at RAISE 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:5296] WARNING: after insert (new): (5,"green trig modified") 2024-09-07 20:44:46.846 UTC [22359][client backend] [pg_regress/triggers][73/443:5296] CONTEXT: PL/pgSQL function upsert_after_func() line 7 at RAISE 2024-09-07 20:44:46.847 UTC [22359][client backend] [pg_regress/triggers][73/444:0] WARNING: before insert (new): (5,purple) 2024-09-07 20:44:46.847 UTC [22359][client backend] [pg_regress/triggers][73/444:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] WARNING: before update (old): (5,"green trig modified") 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] CONTEXT: PL/pgSQL function upsert_before_func() line 4 at RAISE 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] WARNING: before update (new): (5,"updated green trig modified") 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] CONTEXT: PL/pgSQL function upsert_before_func() line 5 at RAISE 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] WARNING: after update (old): (5,"green trig modified") 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] CONTEXT: PL/pgSQL function upsert_after_func() line 4 at RAISE 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] WARNING: after update (new): (5,"updated green trig modified") 2024-09-07 20:44:46.848 UTC [22359][client backend] [pg_regress/triggers][73/444:5297] CONTEXT: PL/pgSQL function upsert_after_func() line 5 at RAISE 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:0] WARNING: before insert (new): (6,white) 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:0] WARNING: before insert (new, modified): (7,"white trig modified") 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:0] CONTEXT: PL/pgSQL function upsert_before_func() line 11 at RAISE 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:5299] WARNING: after insert (new): (7,"white trig modified") 2024-09-07 20:44:46.856 UTC [22359][client backend] [pg_regress/triggers][73/445:5299] CONTEXT: PL/pgSQL function upsert_after_func() line 7 at RAISE 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:0] WARNING: before insert (new): (7,pink) 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] WARNING: before update (old): (7,"white trig modified") 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] CONTEXT: PL/pgSQL function upsert_before_func() line 4 at RAISE 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] WARNING: before update (new): (7,"updated white trig modified") 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] CONTEXT: PL/pgSQL function upsert_before_func() line 5 at RAISE 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] WARNING: after update (old): (7,"white trig modified") 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] CONTEXT: PL/pgSQL function upsert_after_func() line 4 at RAISE 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] WARNING: after update (new): (7,"updated white trig modified") 2024-09-07 20:44:46.858 UTC [22359][client backend] [pg_regress/triggers][73/446:5301] CONTEXT: PL/pgSQL function upsert_after_func() line 5 at RAISE 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:0] WARNING: before insert (new): (8,yellow) 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:0] CONTEXT: PL/pgSQL function upsert_before_func() line 7 at RAISE 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:0] WARNING: before insert (new, modified): (9,"yellow trig modified") 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:0] CONTEXT: PL/pgSQL function upsert_before_func() line 11 at RAISE 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:5303] WARNING: after insert (new): (9,"yellow trig modified") 2024-09-07 20:44:46.860 UTC [22359][client backend] [pg_regress/triggers][73/447:5303] CONTEXT: PL/pgSQL function upsert_after_func() line 7 at RAISE 2024-09-07 20:44:46.876 UTC [22370][client backend] [pg_regress/updatable_views][84/740:5312] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.876 UTC [22370][client backend] [pg_regress/updatable_views][84/740:5312] DETAIL: Failing row contains (15). 2024-09-07 20:44:46.876 UTC [22370][client backend] [pg_regress/updatable_views][84/740:5312] STATEMENT: INSERT INTO rw_view1 VALUES (15); 2024-09-07 20:44:46.881 UTC [22370][client backend] [pg_regress/updatable_views][84/742:5318] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.881 UTC [22370][client backend] [pg_regress/updatable_views][84/742:5318] DETAIL: Failing row contains (15). 2024-09-07 20:44:46.881 UTC [22370][client backend] [pg_regress/updatable_views][84/742:5318] STATEMENT: UPDATE rw_view1 SET a = a + 5; 2024-09-07 20:44:46.887 UTC [22359][client backend] [pg_regress/triggers][73/455:0] ERROR: "my_view" is a view 2024-09-07 20:44:46.887 UTC [22359][client backend] [pg_regress/triggers][73/455:0] DETAIL: Triggers on views cannot have transition tables. 2024-09-07 20:44:46.887 UTC [22359][client backend] [pg_regress/triggers][73/455:0] STATEMENT: create trigger my_trigger after update on my_view referencing old table as old_table for each statement execute procedure my_trigger_function(); 2024-09-07 20:44:46.902 UTC [22359][client backend] [pg_regress/triggers][73/461:0] ERROR: "parted_trig" is a table 2024-09-07 20:44:46.902 UTC [22359][client backend] [pg_regress/triggers][73/461:0] DETAIL: Tables cannot have INSTEAD OF triggers. 2024-09-07 20:44:46.902 UTC [22359][client backend] [pg_regress/triggers][73/461:0] STATEMENT: create trigger failed instead of update on parted_trig for each row execute procedure trigger_nothing(); 2024-09-07 20:44:46.903 UTC [22359][client backend] [pg_regress/triggers][73/462:0] ERROR: "parted_trig" is a partitioned table 2024-09-07 20:44:46.903 UTC [22359][client backend] [pg_regress/triggers][73/462:0] DETAIL: ROW triggers with transition tables are not supported on partitioned tables. 2024-09-07 20:44:46.903 UTC [22359][client backend] [pg_regress/triggers][73/462:0] STATEMENT: create trigger failed after update on parted_trig referencing old table as old_table for each row execute procedure trigger_nothing(); 2024-09-07 20:44:46.923 UTC [22370][client backend] [pg_regress/updatable_views][84/751:5341] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.923 UTC [22370][client backend] [pg_regress/updatable_views][84/751:5341] DETAIL: Failing row contains (15, 10). 2024-09-07 20:44:46.923 UTC [22370][client backend] [pg_regress/updatable_views][84/751:5341] STATEMENT: INSERT INTO rw_view1 VALUES (15, 20); 2024-09-07 20:44:46.925 UTC [22370][client backend] [pg_regress/updatable_views][84/752:5342] ERROR: new row violates check option for view "rw_view1" 2024-09-07 20:44:46.925 UTC [22370][client backend] [pg_regress/updatable_views][84/752:5342] DETAIL: Failing row contains (20, 10). 2024-09-07 20:44:46.925 UTC [22370][client backend] [pg_regress/updatable_views][84/752:5342] STATEMENT: UPDATE rw_view1 SET a = 20, b = 30; 2024-09-07 20:44:46.958 UTC [22370][client backend] [pg_regress/updatable_views][84/760:5360] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.958 UTC [22370][client backend] [pg_regress/updatable_views][84/760:5360] DETAIL: Failing row contains (-5). 2024-09-07 20:44:46.958 UTC [22370][client backend] [pg_regress/updatable_views][84/760:5360] STATEMENT: INSERT INTO rw_view2 VALUES (-5); 2024-09-07 20:44:46.967 UTC [22370][client backend] [pg_regress/updatable_views][84/761:5364] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.967 UTC [22370][client backend] [pg_regress/updatable_views][84/761:5364] DETAIL: Failing row contains (-5). 2024-09-07 20:44:46.967 UTC [22370][client backend] [pg_regress/updatable_views][84/761:5364] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (-5)) AS v(a) ON t.a = v.a WHEN NOT MATCHED THEN INSERT VALUES (v.a); 2024-09-07 20:44:46.973 UTC [22367][client backend] [pg_regress/inherit][82/499:5372] ERROR: cannot drop inherited constraint "f1_pos" of relation "p1_c1" 2024-09-07 20:44:46.973 UTC [22367][client backend] [pg_regress/inherit][82/499:5372] STATEMENT: alter table p1_c1 drop constraint f1_pos; 2024-09-07 20:44:46.974 UTC [22370][client backend] [pg_regress/updatable_views][84/766:5373] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.974 UTC [22370][client backend] [pg_regress/updatable_views][84/766:5373] DETAIL: Failing row contains (-5). 2024-09-07 20:44:46.974 UTC [22370][client backend] [pg_regress/updatable_views][84/766:5373] STATEMENT: UPDATE rw_view2 SET a = a - 10; 2024-09-07 20:44:46.975 UTC [22370][client backend] [pg_regress/updatable_views][84/767:5375] ERROR: new row violates check option for view "rw_view2" 2024-09-07 20:44:46.975 UTC [22370][client backend] [pg_regress/updatable_views][84/767:5375] DETAIL: Failing row contains (-4). 2024-09-07 20:44:46.975 UTC [22370][client backend] [pg_regress/updatable_views][84/767:5375] STATEMENT: MERGE INTO rw_view2 t USING (VALUES (6)) AS v(a) ON t.a = v.a WHEN MATCHED THEN UPDATE SET a = t.a - 10; 2024-09-07 20:44:46.986 UTC [22359][client backend] [pg_regress/triggers][73/475:0] ERROR: cannot drop trigger trg1 on table trigpart1 because trigger trg1 on table trigpart requires it 2024-09-07 20:44:46.986 UTC [22359][client backend] [pg_regress/triggers][73/475:0] HINT: You can drop trigger trg1 on table trigpart instead. 2024-09-07 20:44:46.986 UTC [22359][client backend] [pg_regress/triggers][73/475:0] STATEMENT: drop trigger trg1 on trigpart1; 2024-09-07 20:44:46.989 UTC [22359][client backend] [pg_regress/triggers][73/476:0] ERROR: cannot drop trigger trg1 on table trigpart2 because trigger trg1 on table trigpart requires it 2024-09-07 20:44:46.989 UTC [22359][client backend] [pg_regress/triggers][73/476:0] HINT: You can drop trigger trg1 on table trigpart instead. 2024-09-07 20:44:46.989 UTC [22359][client backend] [pg_regress/triggers][73/476:0] STATEMENT: drop trigger trg1 on trigpart2; 2024-09-07 20:44:46.990 UTC [22359][client backend] [pg_regress/triggers][73/477:0] ERROR: cannot drop trigger trg1 on table trigpart3 because trigger trg1 on table trigpart requires it 2024-09-07 20:44:46.990 UTC [22359][client backend] [pg_regress/triggers][73/477:0] HINT: You can drop trigger trg1 on table trigpart instead. 2024-09-07 20:44:46.990 UTC [22359][client backend] [pg_regress/triggers][73/477:0] STATEMENT: drop trigger trg1 on trigpart3; 2024-09-07 20:44:47.083 UTC [22359][client backend] [pg_regress/triggers][73/496:0] ERROR: trigger "trg1" for table "trigpart3" does not exist 2024-09-07 20:44:47.083 UTC [22359][client backend] [pg_regress/triggers][73/496:0] STATEMENT: drop trigger trg1 on trigpart3; 2024-09-07 20:44:47.092 UTC [22359][client backend] [pg_regress/triggers][73/498:0] ERROR: trigger "trg1" for table "trigpart41" does not exist 2024-09-07 20:44:47.092 UTC [22359][client backend] [pg_regress/triggers][73/498:0] STATEMENT: drop trigger trg1 on trigpart41; 2024-09-07 20:44:47.255 UTC [22359][client backend] [pg_regress/triggers][73/518:5444] ERROR: trigger "trg1" for relation "trigpart3" already exists 2024-09-07 20:44:47.255 UTC [22359][client backend] [pg_regress/triggers][73/518:5444] STATEMENT: alter table trigpart attach partition trigpart3 FOR VALUES FROM (2000) to (3000); 2024-09-07 20:44:47.256 UTC [22367][client backend] [pg_regress/inherit][82/561:5447] ERROR: cannot drop inherited constraint "f1_pos" of relation "p1_c2" 2024-09-07 20:44:47.256 UTC [22367][client backend] [pg_regress/inherit][82/561:5447] STATEMENT: alter table p1_c2 drop constraint f1_pos; 2024-09-07 20:44:47.261 UTC [22367][client backend] [pg_regress/inherit][82/563:5450] ERROR: cannot drop inherited constraint "f1_pos" of relation "p1_c1c2" 2024-09-07 20:44:47.261 UTC [22367][client backend] [pg_regress/inherit][82/563:5450] STATEMENT: alter table p1_c1c2 drop constraint f1_pos; 2024-09-07 20:44:47.330 UTC [22367][client backend] [pg_regress/inherit][82/577:5468] ERROR: constraint "inh_check_constraint" conflicts with NOT VALID constraint on relation "invalid_check_con_child" 2024-09-07 20:44:47.330 UTC [22367][client backend] [pg_regress/inherit][82/577:5468] STATEMENT: alter table invalid_check_con add constraint inh_check_constraint check(f1 > 0); 2024-09-07 20:44:47.339 UTC [22367][client backend] [pg_regress/inherit][82/582:0] ERROR: new row for relation "invalid_check_con" violates check constraint "inh_check_constraint" 2024-09-07 20:44:47.339 UTC [22367][client backend] [pg_regress/inherit][82/582:0] DETAIL: Failing row contains (0). 2024-09-07 20:44:47.339 UTC [22367][client backend] [pg_regress/inherit][82/582:0] STATEMENT: insert into invalid_check_con values(0); 2024-09-07 20:44:47.340 UTC [22367][client backend] [pg_regress/inherit][82/583:0] ERROR: new row for relation "invalid_check_con_child" violates check constraint "inh_check_constraint" 2024-09-07 20:44:47.340 UTC [22367][client backend] [pg_regress/inherit][82/583:0] DETAIL: Failing row contains (0). 2024-09-07 20:44:47.340 UTC [22367][client backend] [pg_regress/inherit][82/583:0] STATEMENT: insert into invalid_check_con_child values(0); 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/912:5600] ERROR: new row violates check option for view "v1" 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/912:5600] DETAIL: Failing row contains (-2, minus two, 20). 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/912:5600] STATEMENT: INSERT INTO v2 VALUES (-2, 'minus two', 20); 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/913:5601] ERROR: new row violates check option for view "v2" 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/913:5601] DETAIL: Failing row contains (3, three, 30). 2024-09-07 20:44:47.630 UTC [22370][client backend] [pg_regress/updatable_views][84/913:5601] STATEMENT: INSERT INTO v2 VALUES (3, 'three', 30); 2024-09-07 20:44:47.633 UTC [22370][client backend] [pg_regress/updatable_views][84/915:5605] ERROR: new row violates check option for view "v1" 2024-09-07 20:44:47.633 UTC [22370][client backend] [pg_regress/updatable_views][84/915:5605] DETAIL: Failing row contains (-1, ONE, 10). 2024-09-07 20:44:47.633 UTC [22370][client backend] [pg_regress/updatable_views][84/915:5605] STATEMENT: UPDATE v2 SET a = -1 WHERE a = 1; 2024-09-07 20:44:47.634 UTC [22370][client backend] [pg_regress/updatable_views][84/916:5607] ERROR: new row violates check option for view "v2" 2024-09-07 20:44:47.634 UTC [22370][client backend] [pg_regress/updatable_views][84/916:5607] DETAIL: Failing row contains (1, ONE, 30). 2024-09-07 20:44:47.634 UTC [22370][client backend] [pg_regress/updatable_views][84/916:5607] STATEMENT: UPDATE v2 SET c = 30 WHERE a = 1; 2024-09-07 20:44:47.718 UTC [22370][client backend] [pg_regress/updatable_views][84/935:5641] ERROR: new row violates check option for view "v1" 2024-09-07 20:44:47.718 UTC [22370][client backend] [pg_regress/updatable_views][84/935:5641] DETAIL: Failing row contains (-1, invalid). 2024-09-07 20:44:47.718 UTC [22370][client backend] [pg_regress/updatable_views][84/935:5641] STATEMENT: INSERT INTO v1 VALUES (-1, 'invalid'); 2024-09-07 20:44:47.821 UTC [22367][client backend] [pg_regress/inherit][82/698:5686] ERROR: must be owner of table inh_child 2024-09-07 20:44:47.821 UTC [22367][client backend] [pg_regress/inherit][82/698:5686] STATEMENT: alter table inh_parent alter a drop not null; 2024-09-07 20:44:47.833 UTC [22367][client backend] [pg_regress/inherit][82/708:0] ERROR: cannot inherit from temporary relation "inh_temp_parent" 2024-09-07 20:44:47.833 UTC [22367][client backend] [pg_regress/inherit][82/708:0] STATEMENT: create table inh_perm_child () inherits (inh_temp_parent); 2024-09-07 20:44:47.841 UTC [22370][client backend] [pg_regress/updatable_views][84/956:5704] ERROR: new row violates check option for view "uv_ptv_wco" 2024-09-07 20:44:47.841 UTC [22370][client backend] [pg_regress/updatable_views][84/956:5704] DETAIL: Failing row contains (1, 2, null). 2024-09-07 20:44:47.841 UTC [22370][client backend] [pg_regress/updatable_views][84/956:5704] STATEMENT: insert into uv_ptv_wco values (1, 2); 2024-09-07 20:44:47.844 UTC [22370][client backend] [pg_regress/updatable_views][84/957:5705] ERROR: MERGE command cannot affect row a second time 2024-09-07 20:44:47.844 UTC [22370][client backend] [pg_regress/updatable_views][84/957:5705] HINT: Ensure that not more than one source row matches any one target row. 2024-09-07 20:44:47.844 UTC [22370][client backend] [pg_regress/updatable_views][84/957:5705] STATEMENT: merge into uv_ptv t using (values (1,2), (1,4)) as v(a,b) on t.a = v.a -- fail: matches 2 src rows when matched then update set b = t.b + 1 when not matched then insert values (v.a, v.b + 1); 2024-09-07 20:44:47.845 UTC [22370][client backend] [pg_regress/updatable_views][84/958:5706] ERROR: no partition of relation "uv_pt1" found for row 2024-09-07 20:44:47.845 UTC [22370][client backend] [pg_regress/updatable_views][84/958:5706] DETAIL: Partition key of the failing row contains (b) = (5). 2024-09-07 20:44:47.845 UTC [22370][client backend] [pg_regress/updatable_views][84/958:5706] STATEMENT: merge into uv_ptv t using (values (1,2), (1,4)) as v(a,b) on t.a = v.a and t.b = v.b when matched then update set b = t.b + 1 when not matched then insert values (v.a, v.b + 1); 2024-09-07 20:44:47.879 UTC [22370][client backend] [pg_regress/updatable_views][84/966:5726] ERROR: new row violates check option for view "wcowrtest_v" 2024-09-07 20:44:47.879 UTC [22370][client backend] [pg_regress/updatable_views][84/966:5726] DETAIL: Failing row contains (1). 2024-09-07 20:44:47.879 UTC [22370][client backend] [pg_regress/updatable_views][84/966:5726] STATEMENT: insert into wcowrtest_v values (1); 2024-09-07 20:44:47.935 UTC [22370][client backend] [pg_regress/updatable_views][84/974:5744] ERROR: new row violates check option for view "wcowrtest_v2" 2024-09-07 20:44:47.935 UTC [22370][client backend] [pg_regress/updatable_views][84/974:5744] DETAIL: Failing row contains (2, no such row in sometable). 2024-09-07 20:44:47.935 UTC [22370][client backend] [pg_regress/updatable_views][84/974:5744] STATEMENT: insert into wcowrtest_v2 values (2, 'no such row in sometable'); 2024-09-07 20:44:48.032 UTC [22370][client backend] [pg_regress/updatable_views][84/1007:0] ERROR: cannot insert into column "cc" of view "uv_iocu_view" 2024-09-07 20:44:48.032 UTC [22370][client backend] [pg_regress/updatable_views][84/1007:0] DETAIL: View columns that are not columns of their base relation are not updatable. 2024-09-07 20:44:48.032 UTC [22370][client backend] [pg_regress/updatable_views][84/1007:0] STATEMENT: insert into uv_iocu_view (aa) values (1) on conflict (aa) do update set cc = 'XXX'; 2024-09-07 20:44:48.059 UTC [22370][client backend] [pg_regress/updatable_views][84/1020:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:48.059 UTC [22370][client backend] [pg_regress/updatable_views][84/1020:0] STATEMENT: insert into rw_view1 values ('yyy',2.0,1) on conflict (aa) do update set bb = excluded.cc; 2024-09-07 20:44:48.059 UTC [22370][client backend] [pg_regress/updatable_views][84/1021:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:48.059 UTC [22370][client backend] [pg_regress/updatable_views][84/1021:0] STATEMENT: insert into rw_view1 values ('yyy',2.0,1) on conflict (aa) do update set bb = rw_view1.cc; 2024-09-07 20:44:48.062 UTC [22370][client backend] [pg_regress/updatable_views][84/1024:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:48.062 UTC [22370][client backend] [pg_regress/updatable_views][84/1024:0] STATEMENT: insert into rw_view1 values ('zzz',2.0,1) on conflict (aa) do update set cc = 3.0; 2024-09-07 20:44:48.075 UTC [22370][client backend] [pg_regress/updatable_views][84/1033:0] ERROR: permission denied for table base_tbl 2024-09-07 20:44:48.075 UTC [22370][client backend] [pg_regress/updatable_views][84/1033:0] STATEMENT: insert into rw_view2 (aa,bb) values (1,'xxx') on conflict (aa) do update set bb = excluded.bb; 2024-09-07 20:44:48.087 UTC [22370][client backend] [pg_regress/updatable_views][84/1040:0] ERROR: permission denied for view rw_view1 2024-09-07 20:44:48.087 UTC [22370][client backend] [pg_regress/updatable_views][84/1040:0] STATEMENT: insert into rw_view4 (aa,bb) values (1,'yyy') on conflict (aa) do update set bb = excluded.bb; 2024-09-07 20:44:48.097 UTC [22359][client backend] [pg_regress/triggers][73/628:0] ERROR: moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported 2024-09-07 20:44:48.097 UTC [22359][client backend] [pg_regress/triggers][73/628:0] DETAIL: Before executing trigger "t", the row was to be in partition "public.parted_1_1". 2024-09-07 20:44:48.097 UTC [22359][client backend] [pg_regress/triggers][73/628:0] STATEMENT: insert into parted values (1, 1, 'uno uno v2'); 2024-09-07 20:44:48.099 UTC [22359][client backend] [pg_regress/triggers][73/629:5835] ERROR: no partition of relation "parted" found for row 2024-09-07 20:44:48.099 UTC [22359][client backend] [pg_regress/triggers][73/629:5835] DETAIL: Partition key of the failing row contains (a) = (2). 2024-09-07 20:44:48.099 UTC [22359][client backend] [pg_regress/triggers][73/629:5835] STATEMENT: update parted set c = c || 'v3'; 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/631:0] ERROR: moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/631:0] DETAIL: Before executing trigger "t", the row was to be in partition "public.parted_1_1". 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/631:0] STATEMENT: insert into parted values (1, 1, 'uno uno v4'); 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/632:5840] ERROR: no partition of relation "parted_1" found for row 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/632:5840] DETAIL: Partition key of the failing row contains (b) = (2). 2024-09-07 20:44:48.114 UTC [22359][client backend] [pg_regress/triggers][73/632:5840] STATEMENT: update parted set c = c || 'v5'; 2024-09-07 20:44:48.294 UTC [22370][client backend] [pg_regress/updatable_views][:0] LOG: disconnection: session time: 0:00:04.425 user=postgres database=regression host=[local] 2024-09-07 20:44:48.396 UTC [22359][client backend] [pg_regress/triggers][73/658:0] ERROR: moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported 2024-09-07 20:44:48.396 UTC [22359][client backend] [pg_regress/triggers][73/658:0] DETAIL: Before executing trigger "t", the row was to be in partition "public.parted_1". 2024-09-07 20:44:48.396 UTC [22359][client backend] [pg_regress/triggers][73/658:0] STATEMENT: insert into parted values (1, 1, 'one fail'); 2024-09-07 20:44:48.397 UTC [22359][client backend] [pg_regress/triggers][73/659:0] ERROR: moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported 2024-09-07 20:44:48.397 UTC [22359][client backend] [pg_regress/triggers][73/659:0] DETAIL: Before executing trigger "t", the row was to be in partition "public.parted_2". 2024-09-07 20:44:48.397 UTC [22359][client backend] [pg_regress/triggers][73/659:0] STATEMENT: insert into parted values (1, 2, 'two fail'); 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/885:0] ERROR: new row for relation "errtst_child_fastdef" violates check constraint "errtest_child_fastdef_data_check" 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/885:0] DETAIL: Failing row contains (0, 1, 10). 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/885:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ( '0', '1', '10'); 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/886:0] ERROR: new row for relation "errtst_child_plaindef" violates check constraint "errtst_child_plaindef_data_check" 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/886:0] DETAIL: Failing row contains (10, 1, 10). 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/886:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('10', '1', '10'); 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/887:0] ERROR: new row for relation "errtst_child_reorder" violates check constraint "errtst_child_reorder_data_check" 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/887:0] DETAIL: Failing row contains (20, 1, 10). 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/887:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('20', '1', '10'); 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/888:0] ERROR: null value in column "data" of relation "errtst_child_fastdef" violates not-null constraint 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/888:0] DETAIL: Failing row contains (0, 1, null). 2024-09-07 20:44:48.528 UTC [22367][client backend] [pg_regress/inherit][82/888:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ( '0', '1', NULL); 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/889:0] ERROR: null value in column "data" of relation "errtst_child_plaindef" violates not-null constraint 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/889:0] DETAIL: Failing row contains (10, 1, null). 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/889:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('10', '1', NULL); 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/890:0] ERROR: null value in column "data" of relation "errtst_child_reorder" violates not-null constraint 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/890:0] DETAIL: Failing row contains (20, 1, null). 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/890:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('20', '1', NULL); 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/891:0] ERROR: new row for relation "errtst_child_fastdef" violates check constraint "shdata_small" 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/891:0] DETAIL: Failing row contains (0, 5, 5). 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/891:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ( '0', '5', '5'); 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/892:0] ERROR: new row for relation "errtst_child_plaindef" violates check constraint "shdata_small" 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/892:0] DETAIL: Failing row contains (10, 5, 5). 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/892:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('10', '5', '5'); 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/893:0] ERROR: new row for relation "errtst_child_reorder" violates check constraint "shdata_small" 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/893:0] DETAIL: Failing row contains (20, 5, 5). 2024-09-07 20:44:48.529 UTC [22367][client backend] [pg_regress/inherit][82/893:0] STATEMENT: INSERT INTO errtst_parent(partid, shdata, data) VALUES ('20', '5', '5'); 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/895:0] ERROR: new row for relation "errtst_child_fastdef" violates check constraint "errtest_child_fastdef_data_check" 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/895:0] DETAIL: Failing row contains (0, 1, 15). 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/895:0] STATEMENT: UPDATE errtst_parent SET data = data + 10 WHERE partid = 0; 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/896:0] ERROR: new row for relation "errtst_child_plaindef" violates check constraint "errtst_child_plaindef_data_check" 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/896:0] DETAIL: Failing row contains (10, 1, 15). 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/896:0] STATEMENT: UPDATE errtst_parent SET data = data + 10 WHERE partid = 10; 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/897:0] ERROR: new row for relation "errtst_child_reorder" violates check constraint "errtst_child_reorder_data_check" 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/897:0] DETAIL: Failing row contains (20, 1, 15). 2024-09-07 20:44:48.539 UTC [22367][client backend] [pg_regress/inherit][82/897:0] STATEMENT: UPDATE errtst_parent SET data = data + 10 WHERE partid = 20; 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/899:0] ERROR: new row for relation "errtst_child_fastdef" violates partition constraint 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/899:0] DETAIL: Failing row contains (10, 1, 5). 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/899:0] STATEMENT: UPDATE errtst_child_fastdef SET partid = partid + 10 WHERE partid = 0; 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/900:0] ERROR: new row for relation "errtst_child_plaindef" violates partition constraint 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/900:0] DETAIL: Failing row contains (20, 1, 5). 2024-09-07 20:44:48.544 UTC [22367][client backend] [pg_regress/inherit][82/900:0] STATEMENT: UPDATE errtst_child_plaindef SET partid = partid + 10 WHERE partid = 10; 2024-09-07 20:44:48.546 UTC [22367][client backend] [pg_regress/inherit][82/901:0] ERROR: new row for relation "errtst_child_reorder" violates partition constraint 2024-09-07 20:44:48.546 UTC [22367][client backend] [pg_regress/inherit][82/901:0] DETAIL: Failing row contains (5, 1, 30). 2024-09-07 20:44:48.546 UTC [22367][client backend] [pg_regress/inherit][82/901:0] STATEMENT: UPDATE errtst_child_reorder SET partid = partid + 10 WHERE partid = 20; 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/903:6016] ERROR: new row for relation "errtst_child_plaindef" violates check constraint "errtst_child_plaindef_data_check" 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/903:6016] DETAIL: Failing row contains (10, 1, 15). 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/903:6016] STATEMENT: UPDATE errtst_parent SET partid = 10, data = data + 10 WHERE partid = 0; 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/904:6017] ERROR: new row for relation "errtst_child_reorder" violates check constraint "errtst_child_reorder_data_check" 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/904:6017] DETAIL: Failing row contains (20, 1, 15). 2024-09-07 20:44:48.549 UTC [22367][client backend] [pg_regress/inherit][82/904:6017] STATEMENT: UPDATE errtst_parent SET partid = 20, data = data + 10 WHERE partid = 10; 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/905:6018] ERROR: new row for relation "errtst_child_fastdef" violates check constraint "errtest_child_fastdef_data_check" 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/905:6018] DETAIL: Failing row contains (0, 1, 15). 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/905:6018] STATEMENT: UPDATE errtst_parent SET partid = 0, data = data + 10 WHERE partid = 20; 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/906:6019] ERROR: no partition of relation "errtst_parent" found for row 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/906:6019] DETAIL: Partition key of the failing row contains (partid) = (30). 2024-09-07 20:44:48.550 UTC [22367][client backend] [pg_regress/inherit][82/906:6019] STATEMENT: UPDATE errtst_parent SET partid = 30, data = data + 10 WHERE partid = 20; 2024-09-07 20:44:48.572 UTC [22367][client backend] [pg_regress/inherit][:0] LOG: disconnection: session time: 0:00:04.711 user=postgres database=regression host=[local] 2024-09-07 20:44:49.100 UTC [22359][client backend] [pg_regress/triggers][73/758:6093] ERROR: except 2024-09-07 20:44:49.100 UTC [22359][client backend] [pg_regress/triggers][73/758:6093] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.100 UTC [22359][client backend] [pg_regress/triggers][73/758:6093] STATEMENT: INSERT INTO trgfire VALUES (1); 2024-09-07 20:44:49.192 UTC [22359][client backend] [pg_regress/triggers][73/775:6109] ERROR: except 2024-09-07 20:44:49.192 UTC [22359][client backend] [pg_regress/triggers][73/775:6109] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.192 UTC [22359][client backend] [pg_regress/triggers][73/775:6109] STATEMENT: INSERT INTO trgfire VALUES (1); 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/776:6110] ERROR: except 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/776:6110] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/776:6110] STATEMENT: INSERT INTO trgfire VALUES (11); 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/777:6111] ERROR: except 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/777:6111] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.193 UTC [22359][client backend] [pg_regress/triggers][73/777:6111] STATEMENT: INSERT INTO trgfire VALUES (21); 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/778:6112] ERROR: except 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/778:6112] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/778:6112] STATEMENT: INSERT INTO trgfire VALUES (30); 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/779:6113] ERROR: except 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/779:6113] CONTEXT: PL/pgSQL function tgf() line 1 at RAISE 2024-09-07 20:44:49.194 UTC [22359][client backend] [pg_regress/triggers][73/779:6113] STATEMENT: INSERT INTO trgfire VALUES (40); 2024-09-07 20:44:49.583 UTC [22359][client backend] [pg_regress/triggers][73/836:0] ERROR: ROW triggers with transition tables are not supported on partitions 2024-09-07 20:44:49.583 UTC [22359][client backend] [pg_regress/triggers][73/836:0] STATEMENT: create trigger child_row_trig after insert on child referencing new table as new_table for each row execute procedure dump_insert(); 2024-09-07 20:44:49.600 UTC [22359][client backend] [pg_regress/triggers][73/839:6171] ERROR: trigger "child_row_trig" prevents table "child" from becoming a partition 2024-09-07 20:44:49.600 UTC [22359][client backend] [pg_regress/triggers][73/839:6171] DETAIL: ROW triggers with transition tables are not supported on partitions. 2024-09-07 20:44:49.600 UTC [22359][client backend] [pg_regress/triggers][73/839:6171] STATEMENT: alter table parent attach partition child for values in ('AAA'); 2024-09-07 20:44:49.925 UTC [22359][client backend] [pg_regress/triggers][73/887:0] ERROR: ROW triggers with transition tables are not supported on inheritance children 2024-09-07 20:44:49.925 UTC [22359][client backend] [pg_regress/triggers][73/887:0] STATEMENT: create trigger child_row_trig after insert on child referencing new table as new_table for each row execute procedure dump_insert(); 2024-09-07 20:44:49.953 UTC [22359][client backend] [pg_regress/triggers][73/890:6221] ERROR: trigger "child_row_trig" prevents table "child" from becoming an inheritance child 2024-09-07 20:44:49.953 UTC [22359][client backend] [pg_regress/triggers][73/890:6221] DETAIL: ROW triggers with transition tables are not supported in inheritance hierarchies. 2024-09-07 20:44:49.953 UTC [22359][client backend] [pg_regress/triggers][73/890:6221] STATEMENT: alter table child inherit parent; 2024-09-07 20:44:50.243 UTC [22359][client backend] [pg_regress/triggers][73/921:0] ERROR: transition tables cannot be specified for triggers with more than one event 2024-09-07 20:44:50.243 UTC [22359][client backend] [pg_regress/triggers][73/921:0] STATEMENT: create trigger my_table_multievent_trig after insert or update on my_table referencing new table as new_table for each statement execute procedure dump_insert(); 2024-09-07 20:44:50.244 UTC [22359][client backend] [pg_regress/triggers][73/922:0] ERROR: transition tables cannot be specified for triggers with column lists 2024-09-07 20:44:50.244 UTC [22359][client backend] [pg_regress/triggers][73/922:0] STATEMENT: create trigger my_table_col_update_trig after update of b on my_table referencing new table as new_table for each statement execute procedure dump_insert(); 2024-09-07 20:44:50.621 UTC [22359][client backend] [pg_regress/triggers][73/968:0] ERROR: trigger "my_trig" for relation "my_table" already exists 2024-09-07 20:44:50.621 UTC [22359][client backend] [pg_regress/triggers][73/968:0] STATEMENT: create trigger my_trig before insert on my_table for each row execute procedure funcB(); 2024-09-07 20:44:50.769 UTC [22359][client backend] [pg_regress/triggers][73/985:0] ERROR: trigger "my_trig" for relation "parted_trig_1" is an internal or a child trigger 2024-09-07 20:44:50.769 UTC [22359][client backend] [pg_regress/triggers][73/985:0] STATEMENT: create or replace trigger my_trig after insert on parted_trig_1 for each row execute procedure funcB(); 2024-09-07 20:44:50.815 UTC [22359][client backend] [pg_regress/triggers][73/991:6312] ERROR: trigger "my_trig" for relation "parted_trig_1" already exists 2024-09-07 20:44:50.815 UTC [22359][client backend] [pg_regress/triggers][73/991:6312] STATEMENT: create trigger my_trig after insert on parted_trig for each row execute procedure funcB(); 2024-09-07 20:44:51.240 UTC [22359][client backend] [pg_regress/triggers][73/1033:6354] ERROR: BOOM! 2024-09-07 20:44:51.240 UTC [22359][client backend] [pg_regress/triggers][73/1033:6354] CONTEXT: PL/pgSQL function convslot_trig4() line 1 at RAISE 2024-09-07 20:44:51.240 UTC [22359][client backend] [pg_regress/triggers][73/1033:6354] STATEMENT: update convslot_test_parent set val = 3; 2024-09-07 20:44:51.379 UTC [22359][client backend] [pg_regress/triggers][73/1044:0] ERROR: syntax error at or near "only" at character 20 2024-09-07 20:44:51.379 UTC [22359][client backend] [pg_regress/triggers][73/1044:0] STATEMENT: alter trigger a on only grandparent rename to b; 2024-09-07 20:44:51.380 UTC [22359][client backend] [pg_regress/triggers][73/1045:6365] ERROR: cannot rename trigger "b" on table "middle" 2024-09-07 20:44:51.380 UTC [22359][client backend] [pg_regress/triggers][73/1045:6365] HINT: Rename the trigger on the partitioned table "grandparent" instead. 2024-09-07 20:44:51.380 UTC [22359][client backend] [pg_regress/triggers][73/1045:6365] STATEMENT: alter trigger b on middle rename to c; 2024-09-07 20:44:51.389 UTC [22359][client backend] [pg_regress/triggers][73/1047:6367] ERROR: trigger "c" for relation "middle" already exists 2024-09-07 20:44:51.389 UTC [22359][client backend] [pg_regress/triggers][73/1047:6367] STATEMENT: alter trigger b on grandparent rename to c; 2024-09-07 20:44:51.600 UTC [22359][client backend] [pg_regress/triggers][:0] LOG: disconnection: session time: 0:00:07.779 user=postgres database=regression host=[local] 2024-09-07 20:44:51.972 UTC [23174][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:51.975 UTC [23174][client backend] [[unknown]][89/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:51.975 UTC [23174][client backend] [[unknown]][89/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/sanity_check 2024-09-07 20:44:52.357 UTC [23174][client backend] [pg_regress/sanity_check][:0] LOG: disconnection: session time: 0:00:00.386 user=postgres database=regression host=[local] 2024-09-07 20:44:52.497 UTC [23249][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.498 UTC [23249][client backend] [[unknown]][90/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.498 UTC [23249][client backend] [[unknown]][90/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select_implicit 2024-09-07 20:44:52.501 UTC [23250][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.501 UTC [23251][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.502 UTC [23251][client backend] [[unknown]][91/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.502 UTC [23251][client backend] [[unknown]][91/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select_distinct_on 2024-09-07 20:44:52.506 UTC [23252][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.507 UTC [23252][client backend] [[unknown]][92/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.507 UTC [23252][client backend] [[unknown]][92/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/union 2024-09-07 20:44:52.510 UTC [23250][client backend] [[unknown]][93/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.510 UTC [23250][client backend] [[unknown]][93/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/aggregates 2024-09-07 20:44:52.513 UTC [23253][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.514 UTC [23253][client backend] [[unknown]][94/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.514 UTC [23253][client backend] [[unknown]][94/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/transactions 2024-09-07 20:44:52.521 UTC [23254][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.522 UTC [23254][client backend] [[unknown]][95/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.522 UTC [23254][client backend] [[unknown]][95/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/join 2024-09-07 20:44:52.525 UTC [23255][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.526 UTC [23255][client backend] [[unknown]][96/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.526 UTC [23255][client backend] [[unknown]][96/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select_distinct 2024-09-07 20:44:52.530 UTC [23256][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.531 UTC [23256][client backend] [[unknown]][97/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.531 UTC [23256][client backend] [[unknown]][97/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select_into 2024-09-07 20:44:52.551 UTC [23261][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.553 UTC [23259][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.553 UTC [23261][client backend] [[unknown]][98/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.553 UTC [23261][client backend] [[unknown]][98/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/update 2024-09-07 20:44:52.554 UTC [23259][client backend] [[unknown]][99/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.554 UTC [23259][client backend] [[unknown]][99/1:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/select_having 2024-09-07 20:44:52.561 UTC [23260][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.562 UTC [23260][client backend] [[unknown]][0/2:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.562 UTC [23260][client backend] [[unknown]][0/2:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/portals 2024-09-07 20:44:52.566 UTC [23264][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.567 UTC [23264][client backend] [[unknown]][1/4:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.568 UTC [23264][client backend] [[unknown]][1/4:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/arrays 2024-09-07 20:44:52.569 UTC [23263][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.570 UTC [23263][client backend] [[unknown]][2/126:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.570 UTC [23263][client backend] [[unknown]][2/126:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/case 2024-09-07 20:44:52.577 UTC [23262][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.578 UTC [23262][client backend] [[unknown]][6/35:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.578 UTC [23262][client backend] [[unknown]][6/35:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/random 2024-09-07 20:44:52.597 UTC [23267][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.598 UTC [23267][client backend] [[unknown]][10/78:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.598 UTC [23267][client backend] [[unknown]][10/78:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/delete 2024-09-07 20:44:52.601 UTC [23268][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.602 UTC [23268][client backend] [[unknown]][8/75:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.602 UTC [23268][client backend] [[unknown]][8/75:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/btree_index 2024-09-07 20:44:52.613 UTC [23269][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.614 UTC [23269][client backend] [[unknown]][5/25:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.614 UTC [23269][client backend] [[unknown]][5/25:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/hash_index 2024-09-07 20:44:52.631 UTC [23272][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.632 UTC [23272][client backend] [[unknown]][3/96:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.632 UTC [23272][client backend] [[unknown]][3/96:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/prepared_xacts 2024-09-07 20:44:52.640 UTC [23273][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.642 UTC [23273][client backend] [[unknown]][9/39:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.642 UTC [23273][client backend] [[unknown]][9/39:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/namespace 2024-09-07 20:44:52.667 UTC [23277][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.668 UTC [23277][client backend] [[unknown]][19/33:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.668 UTC [23277][client backend] [[unknown]][19/33:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/subselect 2024-09-07 20:44:52.702 UTC [23253][client backend] [pg_regress/transactions][94/7:0] ERROR: parameter "transaction_isolation" cannot be reset 2024-09-07 20:44:52.702 UTC [23253][client backend] [pg_regress/transactions][94/7:0] STATEMENT: RESET transaction_isolation; 2024-09-07 20:44:52.703 UTC [23253][client backend] [pg_regress/transactions][94/8:0] ERROR: parameter "transaction_read_only" cannot be reset 2024-09-07 20:44:52.703 UTC [23253][client backend] [pg_regress/transactions][94/8:0] STATEMENT: RESET transaction_read_only; 2024-09-07 20:44:52.704 UTC [23253][client backend] [pg_regress/transactions][94/9:0] ERROR: parameter "transaction_deferrable" cannot be reset 2024-09-07 20:44:52.704 UTC [23253][client backend] [pg_regress/transactions][94/9:0] STATEMENT: RESET transaction_deferrable; 2024-09-07 20:44:52.713 UTC [23251][client backend] [pg_regress/select_distinct_on][91/3:0] ERROR: SELECT DISTINCT ON expressions must match initial ORDER BY expressions at character 30 2024-09-07 20:44:52.713 UTC [23251][client backend] [pg_regress/select_distinct_on][91/3:0] STATEMENT: SELECT DISTINCT ON (string4, ten) string4, two, ten FROM onek ORDER BY string4 using <, two using <, ten using <; 2024-09-07 20:44:52.717 UTC [23253][client backend] [pg_regress/transactions][94/10:6436] ERROR: parameter "transaction_read_only" cannot be set locally in functions 2024-09-07 20:44:52.717 UTC [23253][client backend] [pg_regress/transactions][94/10:6436] STATEMENT: CREATE FUNCTION errfunc() RETURNS int LANGUAGE SQL AS 'SELECT 1' SET transaction_read_only = on; 2024-09-07 20:44:52.773 UTC [23251][client backend] [pg_regress/select_distinct_on][:0] LOG: disconnection: session time: 0:00:00.275 user=postgres database=regression host=[local] 2024-09-07 20:44:52.777 UTC [23254][client backend] [pg_regress/join][95/34:0] ERROR: column reference "i" is ambiguous at character 8 2024-09-07 20:44:52.777 UTC [23254][client backend] [pg_regress/join][95/34:0] STATEMENT: SELECT i, k, t FROM J1_TBL CROSS JOIN J2_TBL; 2024-09-07 20:44:52.780 UTC [23249][client backend] [pg_regress/select_implicit][90/15:0] ERROR: column "test_missing_target.b" must appear in the GROUP BY clause or be used in an aggregate function at character 62 2024-09-07 20:44:52.780 UTC [23249][client backend] [pg_regress/select_implicit][90/15:0] STATEMENT: SELECT count(*) FROM test_missing_target GROUP BY a ORDER BY b; 2024-09-07 20:44:52.789 UTC [23273][client backend] [pg_regress/namespace][9/43:6477] ERROR: column "c" does not exist at character 70 2024-09-07 20:44:52.789 UTC [23273][client backend] [pg_regress/namespace][9/43:6477] STATEMENT: CREATE SCHEMA test_ns_schema_2 CREATE VIEW abc_view AS SELECT c FROM abc; 2024-09-07 20:44:52.789 UTC [23253][client backend] [pg_regress/transactions][94/13:0] ERROR: transaction read-write mode must be set before any query 2024-09-07 20:44:52.789 UTC [23253][client backend] [pg_regress/transactions][94/13:0] STATEMENT: SET TRANSACTION READ WRITE; 2024-09-07 20:44:52.791 UTC [23253][client backend] [pg_regress/transactions][94/14:0] ERROR: cannot set transaction read-write mode inside a read-only transaction 2024-09-07 20:44:52.791 UTC [23253][client backend] [pg_regress/transactions][94/14:0] STATEMENT: SET TRANSACTION READ WRITE; 2024-09-07 20:44:52.791 UTC [23253][client backend] [pg_regress/transactions][94/15:0] ERROR: cannot set transaction read-write mode inside a read-only transaction 2024-09-07 20:44:52.791 UTC [23253][client backend] [pg_regress/transactions][94/15:0] STATEMENT: SET TRANSACTION READ WRITE; 2024-09-07 20:44:52.793 UTC [23253][client backend] [pg_regress/transactions][94/18:0] ERROR: cannot execute DROP TABLE in a read-only transaction 2024-09-07 20:44:52.793 UTC [23253][client backend] [pg_regress/transactions][94/18:0] STATEMENT: DROP TABLE writetest; 2024-09-07 20:44:52.794 UTC [23253][client backend] [pg_regress/transactions][94/19:0] ERROR: cannot execute INSERT in a read-only transaction 2024-09-07 20:44:52.794 UTC [23253][client backend] [pg_regress/transactions][94/19:0] STATEMENT: INSERT INTO writetest VALUES (1); 2024-09-07 20:44:52.795 UTC [23253][client backend] [pg_regress/transactions][94/24:0] ERROR: cannot execute UPDATE in a read-only transaction 2024-09-07 20:44:52.795 UTC [23253][client backend] [pg_regress/transactions][94/24:0] STATEMENT: EXECUTE test; 2024-09-07 20:44:52.795 UTC [23253][client backend] [pg_regress/transactions][94/26:0] ERROR: cannot execute CREATE TABLE AS in a read-only transaction 2024-09-07 20:44:52.795 UTC [23253][client backend] [pg_regress/transactions][94/26:0] STATEMENT: CREATE TABLE test AS SELECT * FROM writetest; 2024-09-07 20:44:52.811 UTC [23249][client backend] [pg_regress/select_implicit][90/22:0] ERROR: GROUP BY position 3 is not in select list at character 54 2024-09-07 20:44:52.811 UTC [23249][client backend] [pg_regress/select_implicit][90/22:0] STATEMENT: SELECT c, count(*) FROM test_missing_target GROUP BY 3; 2024-09-07 20:44:52.811 UTC [23249][client backend] [pg_regress/select_implicit][90/23:0] ERROR: column reference "b" is ambiguous at character 105 2024-09-07 20:44:52.811 UTC [23249][client backend] [pg_regress/select_implicit][90/23:0] STATEMENT: SELECT count(*) FROM test_missing_target x, test_missing_target y WHERE x.a = y.a GROUP BY b ORDER BY b; 2024-09-07 20:44:52.816 UTC [23272][client backend] [pg_regress/prepared_xacts][3/111:6494] ERROR: transaction identifier "regress_foo3" is already in use 2024-09-07 20:44:52.816 UTC [23272][client backend] [pg_regress/prepared_xacts][3/111:6494] STATEMENT: PREPARE TRANSACTION 'regress_foo3'; 2024-09-07 20:44:52.823 UTC [23272][client backend] [pg_regress/prepared_xacts][3/117:6504] ERROR: could not serialize access due to read/write dependencies among transactions 2024-09-07 20:44:52.823 UTC [23272][client backend] [pg_regress/prepared_xacts][3/117:6504] DETAIL: Reason code: Canceled on identification as a pivot, during write. 2024-09-07 20:44:52.823 UTC [23272][client backend] [pg_regress/prepared_xacts][3/117:6504] HINT: The transaction might succeed if retried. 2024-09-07 20:44:52.823 UTC [23272][client backend] [pg_regress/prepared_xacts][3/117:6504] STATEMENT: INSERT INTO pxtest1 VALUES ('fff'); 2024-09-07 20:44:52.834 UTC [23264][client backend] [pg_regress/arrays][1/12:0] ERROR: value too long for type character(5) 2024-09-07 20:44:52.834 UTC [23264][client backend] [pg_regress/arrays][1/12:0] STATEMENT: INSERT INTO arrtest (f) VALUES ('{"too long"}'); 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/15:0] ERROR: subscripted assignment to "b" requires type integer but expression is of type timestamp with time zone at character 22 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/15:0] HINT: You will need to rewrite or cast the expression. 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/15:0] STATEMENT: INSERT INTO arrtest (b[2]) VALUES(now()); 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/16:0] ERROR: subscripted assignment to "b" requires type integer[] but expression is of type timestamp with time zone at character 22 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/16:0] HINT: You will need to rewrite or cast the expression. 2024-09-07 20:44:52.838 UTC [23264][client backend] [pg_regress/arrays][1/16:0] STATEMENT: INSERT INTO arrtest (b[1:2]) VALUES(now()); 2024-09-07 20:44:52.838 UTC [23259][client backend] [pg_regress/select_having][99/19:0] ERROR: column "test_having.a" must appear in the GROUP BY clause or be used in an aggregate function at character 8 2024-09-07 20:44:52.838 UTC [23259][client backend] [pg_regress/select_having][99/19:0] STATEMENT: SELECT a FROM test_having HAVING min(a) < max(a); 2024-09-07 20:44:52.839 UTC [23259][client backend] [pg_regress/select_having][99/20:0] ERROR: column "test_having.a" must appear in the GROUP BY clause or be used in an aggregate function at character 41 2024-09-07 20:44:52.839 UTC [23259][client backend] [pg_regress/select_having][99/20:0] STATEMENT: SELECT 1 AS one FROM test_having HAVING a > 1; 2024-09-07 20:44:52.841 UTC [23263][client backend] [pg_regress/case][2/147:0] ERROR: division by zero 2024-09-07 20:44:52.841 UTC [23263][client backend] [pg_regress/case][2/147:0] STATEMENT: SELECT CASE WHEN i > 100 THEN 1/0 ELSE 0 END FROM case_tbl; 2024-09-07 20:44:52.855 UTC [23272][client backend] [pg_regress/prepared_xacts][3/122:6518] ERROR: cannot PREPARE while holding both session-level and transaction-level locks on the same object 2024-09-07 20:44:52.855 UTC [23272][client backend] [pg_regress/prepared_xacts][3/122:6518] STATEMENT: PREPARE TRANSACTION 'regress_foo6'; 2024-09-07 20:44:52.858 UTC [23261][client backend] [pg_regress/update][98/13:0] ERROR: column "t" of relation "update_test" does not exist at character 26 2024-09-07 20:44:52.858 UTC [23261][client backend] [pg_regress/update][98/13:0] HINT: SET target columns cannot be qualified with the relation name. 2024-09-07 20:44:52.858 UTC [23261][client backend] [pg_regress/update][98/13:0] STATEMENT: UPDATE update_test t SET t.b = t.b + 10 WHERE t.a = 10; 2024-09-07 20:44:52.859 UTC [23261][client backend] [pg_regress/update][98/16:0] ERROR: column "a" is of type integer but expression is of type record at character 28 2024-09-07 20:44:52.859 UTC [23261][client backend] [pg_regress/update][98/16:0] HINT: You will need to rewrite or cast the expression. 2024-09-07 20:44:52.859 UTC [23261][client backend] [pg_regress/update][98/16:0] STATEMENT: UPDATE update_test SET a = v.* FROM (VALUES(100, 20)) AS v(i, j) WHERE update_test.b = v.j; 2024-09-07 20:44:52.871 UTC [23249][client backend] [pg_regress/select_implicit][90/33:0] ERROR: column "test_missing_target.b" must appear in the GROUP BY clause or be used in an aggregate function at character 62 2024-09-07 20:44:52.871 UTC [23249][client backend] [pg_regress/select_implicit][90/33:0] STATEMENT: SELECT count(a) FROM test_missing_target GROUP BY a ORDER BY b; 2024-09-07 20:44:52.875 UTC [23261][client backend] [pg_regress/update][98/23:0] ERROR: multiple assignments to same column "b" 2024-09-07 20:44:52.875 UTC [23261][client backend] [pg_regress/update][98/23:0] STATEMENT: UPDATE update_test SET (c,b) = ('car', a+b), b = a + 1 WHERE a = 10; 2024-09-07 20:44:52.878 UTC [23256][client backend] [pg_regress/select_into][97/12:0] ERROR: permission denied for table tbl_withdata1 2024-09-07 20:44:52.878 UTC [23256][client backend] [pg_regress/select_into][97/12:0] STATEMENT: INSERT INTO selinto_schema.tbl_withdata1 VALUES (4); 2024-09-07 20:44:52.878 UTC [23261][client backend] [pg_regress/update][98/28:0] ERROR: more than one row returned by a subquery used as an expression 2024-09-07 20:44:52.878 UTC [23261][client backend] [pg_regress/update][98/28:0] STATEMENT: UPDATE update_test SET (b,a) = (select a+1,b from update_test); 2024-09-07 20:44:52.882 UTC [23273][client backend] [pg_regress/namespace][9/56:0] ERROR: schema "test_ns_schema_renamed" already exists 2024-09-07 20:44:52.882 UTC [23273][client backend] [pg_regress/namespace][9/56:0] STATEMENT: CREATE SCHEMA test_ns_schema_renamed; 2024-09-07 20:44:52.882 UTC [23273][client backend] [pg_regress/namespace][9/58:0] ERROR: CREATE SCHEMA IF NOT EXISTS cannot include schema elements at character 79 2024-09-07 20:44:52.882 UTC [23273][client backend] [pg_regress/namespace][9/58:0] STATEMENT: CREATE SCHEMA IF NOT EXISTS test_ns_schema_renamed -- fail, disallowed CREATE TABLE abc ( a serial, b int UNIQUE ); 2024-09-07 20:44:52.886 UTC [23249][client backend] [pg_regress/select_implicit][90/38:0] ERROR: column reference "b" is ambiguous at character 109 2024-09-07 20:44:52.886 UTC [23249][client backend] [pg_regress/select_implicit][90/38:0] STATEMENT: SELECT count(x.a) FROM test_missing_target x, test_missing_target y WHERE x.a = y.a GROUP BY b/2 ORDER BY b/2; 2024-09-07 20:44:52.887 UTC [23249][client backend] [pg_regress/select_implicit][90/40:0] ERROR: column reference "b" is ambiguous at character 14 2024-09-07 20:44:52.887 UTC [23249][client backend] [pg_regress/select_implicit][90/40:0] STATEMENT: SELECT count(b) FROM test_missing_target x, test_missing_target y WHERE x.a = y.a GROUP BY x.b/2; 2024-09-07 20:44:52.889 UTC [23277][client backend] [pg_regress/subselect][19/69:0] ERROR: more than one row returned by a subquery used as an expression 2024-09-07 20:44:52.889 UTC [23277][client backend] [pg_regress/subselect][19/69:0] STATEMENT: SELECT ROW(1, 2) = (SELECT f1, f2 FROM SUBSELECT_TBL); 2024-09-07 20:44:52.892 UTC [23252][client backend] [pg_regress/union][92/36:0] ERROR: FOR NO KEY UPDATE is not allowed with UNION/INTERSECT/EXCEPT 2024-09-07 20:44:52.892 UTC [23252][client backend] [pg_regress/union][92/36:0] STATEMENT: SELECT q1 FROM int8_tbl EXCEPT ALL SELECT q1 FROM int8_tbl FOR NO KEY UPDATE; 2024-09-07 20:44:52.897 UTC [23261][client backend] [pg_regress/update][98/32:0] ERROR: source for a multiple-column UPDATE item must be a sub-SELECT or ROW() expression at character 33 2024-09-07 20:44:52.897 UTC [23261][client backend] [pg_regress/update][98/32:0] STATEMENT: UPDATE update_test SET (a,b) = (v.*) FROM (VALUES(21, 101)) AS v(i, j) WHERE update_test.a = v.i; 2024-09-07 20:44:52.897 UTC [23259][client backend] [pg_regress/select_having][:0] LOG: disconnection: session time: 0:00:00.347 user=postgres database=regression host=[local] 2024-09-07 20:44:52.897 UTC [23261][client backend] [pg_regress/update][98/33:0] ERROR: invalid reference to FROM-clause entry for table "update_test" at character 33 2024-09-07 20:44:52.897 UTC [23261][client backend] [pg_regress/update][98/33:0] HINT: Perhaps you meant to reference the table alias "t". 2024-09-07 20:44:52.897 UTC [23261][client backend] [pg_regress/update][98/33:0] STATEMENT: UPDATE update_test AS t SET b = update_test.b + 10 WHERE t.a = 10; 2024-09-07 20:44:52.908 UTC [23253][client backend] [pg_regress/transactions][94/32:0] ERROR: relation "trans_bar" does not exist at character 15 2024-09-07 20:44:52.908 UTC [23253][client backend] [pg_regress/transactions][94/32:0] STATEMENT: SELECT * FROM trans_bar; 2024-09-07 20:44:52.909 UTC [23253][client backend] [pg_regress/transactions][94/35:6566] ERROR: relation "trans_bar" does not exist at character 13 2024-09-07 20:44:52.909 UTC [23253][client backend] [pg_regress/transactions][94/35:6566] STATEMENT: INSERT into trans_bar VALUES (1); 2024-09-07 20:44:52.917 UTC [23267][client backend] [pg_regress/delete][10/84:0] ERROR: invalid reference to FROM-clause entry for table "delete_test" at character 34 2024-09-07 20:44:52.917 UTC [23267][client backend] [pg_regress/delete][10/84:0] HINT: Perhaps you meant to reference the table alias "dt". 2024-09-07 20:44:52.917 UTC [23267][client backend] [pg_regress/delete][10/84:0] STATEMENT: DELETE FROM delete_test dt WHERE delete_test.a > 25; 2024-09-07 20:44:52.933 UTC [23272][client backend] [pg_regress/prepared_xacts][3/126:0] ERROR: cursor "foo" does not exist 2024-09-07 20:44:52.933 UTC [23272][client backend] [pg_regress/prepared_xacts][3/126:0] STATEMENT: FETCH 1 FROM foo; 2024-09-07 20:44:52.936 UTC [23272][client backend] [pg_regress/prepared_xacts][3/127:0] ERROR: relation "pxtest2" does not exist at character 15 2024-09-07 20:44:52.936 UTC [23272][client backend] [pg_regress/prepared_xacts][3/127:0] STATEMENT: SELECT * FROM pxtest2; 2024-09-07 20:44:52.938 UTC [23272][client backend] [pg_regress/prepared_xacts][3/129:0] ERROR: could not obtain lock on relation "pxtest3" 2024-09-07 20:44:52.938 UTC [23272][client backend] [pg_regress/prepared_xacts][3/129:0] STATEMENT: lock table pxtest3 in access share mode nowait; 2024-09-07 20:44:52.943 UTC [23253][client backend] [pg_regress/transactions][94/38:0] ERROR: column "trans_foo" does not exist at character 8 2024-09-07 20:44:52.943 UTC [23253][client backend] [pg_regress/transactions][94/38:0] STATEMENT: SELECT trans_foo; 2024-09-07 20:44:52.946 UTC [23264][client backend] [pg_regress/arrays][1/44:0] ERROR: number of array dimensions (7) exceeds the maximum allowed (6) 2024-09-07 20:44:52.946 UTC [23264][client backend] [pg_regress/arrays][1/44:0] STATEMENT: SELECT ('{}'::int[])[1][2][3][4][5][6][7]; 2024-09-07 20:44:52.947 UTC [23264][client backend] [pg_regress/arrays][1/48:0] ERROR: array subscript in assignment must not be null 2024-09-07 20:44:52.947 UTC [23264][client backend] [pg_regress/arrays][1/48:0] STATEMENT: UPDATE arrtest SET c[NULL] = '{"can''t assign"}' WHERE array_dims(c) is not null; 2024-09-07 20:44:52.947 UTC [23264][client backend] [pg_regress/arrays][1/49:0] ERROR: array subscript in assignment must not be null 2024-09-07 20:44:52.947 UTC [23264][client backend] [pg_regress/arrays][1/49:0] STATEMENT: UPDATE arrtest SET c[NULL:1] = '{"can''t assign"}' WHERE array_dims(c) is not null; 2024-09-07 20:44:52.948 UTC [23264][client backend] [pg_regress/arrays][1/50:0] ERROR: array subscript in assignment must not be null 2024-09-07 20:44:52.948 UTC [23264][client backend] [pg_regress/arrays][1/50:0] STATEMENT: UPDATE arrtest SET c[1:NULL] = '{"can''t assign"}' WHERE array_dims(c) is not null; 2024-09-07 20:44:52.948 UTC [23264][client backend] [pg_regress/arrays][1/51:0] ERROR: cannot subscript type timestamp with time zone because it does not support subscripting at character 9 2024-09-07 20:44:52.948 UTC [23264][client backend] [pg_regress/arrays][1/51:0] STATEMENT: SELECT (now())[1]; 2024-09-07 20:44:52.949 UTC [23291][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:44:52.950 UTC [23291][client backend] [[unknown]][16/42:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:44:52.950 UTC [23291][client backend] [[unknown]][16/42:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/prepared_xacts 2024-09-07 20:44:52.954 UTC [23272][client backend] [pg_regress/prepared_xacts][:0] LOG: disconnection: session time: 0:00:00.324 user=postgres database=regression host=[local] 2024-09-07 20:44:52.966 UTC [23262][client backend] [pg_regress/random][6/45:0] ERROR: lower bound must be less than or equal to upper bound 2024-09-07 20:44:52.966 UTC [23262][client backend] [pg_regress/random][6/45:0] STATEMENT: SELECT random(1, 0); 2024-09-07 20:44:52.966 UTC [23260][client backend] [pg_regress/portals][0/5:0] ERROR: cursor can only scan forward 2024-09-07 20:44:52.966 UTC [23260][client backend] [pg_regress/portals][0/5:0] HINT: Declare it with SCROLL option to enable backward scan. 2024-09-07 20:44:52.966 UTC [23260][client backend] [pg_regress/portals][0/5:0] STATEMENT: FETCH BACKWARD 1 FROM foo24; 2024-09-07 20:44:52.967 UTC [23262][client backend] [pg_regress/random][6/46:0] ERROR: lower bound must be less than or equal to upper bound 2024-09-07 20:44:52.967 UTC [23262][client backend] [pg_regress/random][6/46:0] STATEMENT: SELECT random(1000000000001, 1000000000000); 2024-09-07 20:44:52.968 UTC [23262][client backend] [pg_regress/random][6/47:0] ERROR: lower bound must be less than or equal to upper bound 2024-09-07 20:44:52.968 UTC [23262][client backend] [pg_regress/random][6/47:0] STATEMENT: SELECT random(-2.0, -3.0); 2024-09-07 20:44:52.969 UTC [23262][client backend] [pg_regress/random][6/48:0] ERROR: lower bound cannot be NaN 2024-09-07 20:44:52.969 UTC [23262][client backend] [pg_regress/random][6/48:0] STATEMENT: SELECT random('NaN'::numeric, 10); 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/49:0] ERROR: lower bound cannot be infinity 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/49:0] STATEMENT: SELECT random('-Inf'::numeric, 0); 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/50:0] ERROR: upper bound cannot be NaN 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/50:0] STATEMENT: SELECT random(0, 'NaN'::numeric); 2024-09-07 20:44:52.970 UTC [23260][client backend] [pg_regress/portals][0/6:0] ERROR: cursor can only scan forward 2024-09-07 20:44:52.970 UTC [23260][client backend] [pg_regress/portals][0/6:0] HINT: Declare it with SCROLL option to enable backward scan. 2024-09-07 20:44:52.970 UTC [23260][client backend] [pg_regress/portals][0/6:0] STATEMENT: FETCH ABSOLUTE 1 FROM foo24; 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/51:0] ERROR: upper bound cannot be infinity 2024-09-07 20:44:52.970 UTC [23262][client backend] [pg_regress/random][6/51:0] STATEMENT: SELECT random(0, 'Inf'::numeric); 2024-09-07 20:44:53.002 UTC [23253][client backend] [pg_regress/transactions][94/39:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.004 UTC [23267][client backend] [pg_regress/delete][:0] LOG: disconnection: session time: 0:00:00.411 user=postgres database=regression host=[local] 2024-09-07 20:44:53.005 UTC [23253][client backend] [pg_regress/transactions][94/42:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.005 UTC [23253][client backend] [pg_regress/transactions][94/44:6614] ERROR: column "trans_foo" does not exist at character 8 2024-09-07 20:44:53.005 UTC [23253][client backend] [pg_regress/transactions][94/44:6614] STATEMENT: SELECT trans_foo; 2024-09-07 20:44:53.009 UTC [23249][client backend] [pg_regress/select_implicit][:0] LOG: disconnection: session time: 0:00:00.518 user=postgres database=regression host=[local] 2024-09-07 20:44:53.021 UTC [23264][client backend] [pg_regress/arrays][1/65:0] ERROR: source array too small 2024-09-07 20:44:53.021 UTC [23264][client backend] [pg_regress/arrays][1/65:0] STATEMENT: UPDATE arrtest_s SET a[:] = '{23, 24, 25}'; 2024-09-07 20:44:53.022 UTC [23264][client backend] [pg_regress/arrays][1/67:6636] ERROR: array slice subscript must provide both boundaries 2024-09-07 20:44:53.022 UTC [23264][client backend] [pg_regress/arrays][1/67:6636] DETAIL: When assigning to a slice of an empty array value, slice boundaries must be fully specified. 2024-09-07 20:44:53.022 UTC [23264][client backend] [pg_regress/arrays][1/67:6636] STATEMENT: UPDATE arrtest_s SET a[:] = '{11, 12, 13, 14, 15}'; 2024-09-07 20:44:53.041 UTC [23256][client backend] [pg_regress/select_into][97/30:0] ERROR: too many column names were specified 2024-09-07 20:44:53.041 UTC [23256][client backend] [pg_regress/select_into][97/30:0] STATEMENT: CREATE TABLE ctas_nodata (ii, jj, kk) AS SELECT i, j FROM ctas_base; 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/57:0] ERROR: SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/57:0] STATEMENT: SAVEPOINT one; 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/58:0] ERROR: ROLLBACK TO SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/58:0] STATEMENT: ROLLBACK TO SAVEPOINT one; 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/59:0] ERROR: RELEASE SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.041 UTC [23253][client backend] [pg_regress/transactions][94/59:0] STATEMENT: RELEASE SAVEPOINT one; 2024-09-07 20:44:53.041 UTC [23256][client backend] [pg_regress/select_into][97/31:0] ERROR: too many column names were specified 2024-09-07 20:44:53.041 UTC [23256][client backend] [pg_regress/select_into][97/31:0] STATEMENT: CREATE TABLE ctas_nodata (ii, jj, kk) AS SELECT i, j FROM ctas_base WITH NO DATA; 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] ERROR: division by zero 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] STATEMENT: SELECT 0/0; 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] ERROR: current transaction is aborted, commands ignored until end of transaction block 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] STATEMENT: SAVEPOINT two; 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] ERROR: current transaction is aborted, commands ignored until end of transaction block 2024-09-07 20:44:53.043 UTC [23253][client backend] [pg_regress/transactions][94/60:0] STATEMENT: RELEASE SAVEPOINT one; 2024-09-07 20:44:53.049 UTC [23291][client backend] [pg_regress/prepared_xacts][16/44:0] ERROR: could not obtain lock on relation "pxtest3" 2024-09-07 20:44:53.049 UTC [23291][client backend] [pg_regress/prepared_xacts][16/44:0] STATEMENT: lock table pxtest3 in access share mode nowait; 2024-09-07 20:44:53.062 UTC [23264][client backend] [pg_regress/arrays][1/70:0] ERROR: slices of fixed-length arrays not implemented 2024-09-07 20:44:53.062 UTC [23264][client backend] [pg_regress/arrays][1/70:0] STATEMENT: SELECT f1[0:1] FROM POINT_TBL; 2024-09-07 20:44:53.062 UTC [23264][client backend] [pg_regress/arrays][1/71:0] ERROR: slices of fixed-length arrays not implemented 2024-09-07 20:44:53.062 UTC [23264][client backend] [pg_regress/arrays][1/71:0] STATEMENT: SELECT f1[0:] FROM POINT_TBL; 2024-09-07 20:44:53.063 UTC [23264][client backend] [pg_regress/arrays][1/72:0] ERROR: slices of fixed-length arrays not implemented 2024-09-07 20:44:53.063 UTC [23264][client backend] [pg_regress/arrays][1/72:0] STATEMENT: SELECT f1[:1] FROM POINT_TBL; 2024-09-07 20:44:53.063 UTC [23264][client backend] [pg_regress/arrays][1/73:0] ERROR: slices of fixed-length arrays not implemented 2024-09-07 20:44:53.063 UTC [23264][client backend] [pg_regress/arrays][1/73:0] STATEMENT: SELECT f1[:] FROM POINT_TBL; 2024-09-07 20:44:53.065 UTC [23264][client backend] [pg_regress/arrays][1/78:0] ERROR: array subscript out of range 2024-09-07 20:44:53.065 UTC [23264][client backend] [pg_regress/arrays][1/78:0] STATEMENT: UPDATE point_tbl SET f1[3] = 10 WHERE f1::text = '(-10,-10)'::point::text RETURNING *; 2024-09-07 20:44:53.073 UTC [23263][client backend] [pg_regress/case][:0] LOG: disconnection: session time: 0:00:00.508 user=postgres database=regression host=[local] 2024-09-07 20:44:53.081 UTC [23253][client backend] [pg_regress/transactions][94/62:0] ERROR: division by zero 2024-09-07 20:44:53.081 UTC [23253][client backend] [pg_regress/transactions][94/62:0] STATEMENT: FETCH 10 FROM c; 2024-09-07 20:44:53.082 UTC [23253][client backend] [pg_regress/transactions][94/62:0] ERROR: portal "c" cannot be run 2024-09-07 20:44:53.082 UTC [23253][client backend] [pg_regress/transactions][94/62:0] STATEMENT: FETCH 10 FROM c; 2024-09-07 20:44:53.082 UTC [23253][client backend] [pg_regress/transactions][94/62:0] ERROR: portal "c" cannot be run 2024-09-07 20:44:53.082 UTC [23253][client backend] [pg_regress/transactions][94/62:0] STATEMENT: FETCH 10 FROM c; 2024-09-07 20:44:53.095 UTC [23260][client backend] [pg_regress/portals][0/17:0] ERROR: cursor can only scan forward 2024-09-07 20:44:53.095 UTC [23260][client backend] [pg_regress/portals][0/17:0] HINT: Declare it with SCROLL option to enable backward scan. 2024-09-07 20:44:53.095 UTC [23260][client backend] [pg_regress/portals][0/17:0] STATEMENT: FETCH ABSOLUTE 4 FROM foo25ns; 2024-09-07 20:44:53.113 UTC [23260][client backend] [pg_regress/portals][0/21:0] ERROR: cursor "foo26" does not exist 2024-09-07 20:44:53.113 UTC [23260][client backend] [pg_regress/portals][0/21:0] STATEMENT: FETCH FROM foo26; 2024-09-07 20:44:53.190 UTC [23255][client backend] [pg_regress/select_distinct][96/13:6647] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.1", size 147456 2024-09-07 20:44:53.190 UTC [23255][client backend] [pg_regress/select_distinct][96/13:6647] STATEMENT: CREATE TABLE distinct_group_1 AS SELECT DISTINCT g%1000 FROM generate_series(0,9999) g; 2024-09-07 20:44:53.190 UTC [23255][client backend] [pg_regress/select_distinct][96/13:6647] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.0", size 140000 2024-09-07 20:44:53.190 UTC [23255][client backend] [pg_regress/select_distinct][96/13:6647] STATEMENT: CREATE TABLE distinct_group_1 AS SELECT DISTINCT g%1000 FROM generate_series(0,9999) g; 2024-09-07 20:44:53.191 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] ERROR: duplicate key value violates unique constraint "koju_a_key" 2024-09-07 20:44:53.191 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] DETAIL: Key (a)=(1) already exists. 2024-09-07 20:44:53.191 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] STATEMENT: INSERT INTO koju VALUES (1); 2024-09-07 20:44:53.194 UTC [23250][client backend] [pg_regress/aggregates][93/112:0] ERROR: aggregate functions are not allowed in WHERE at character 114 2024-09-07 20:44:53.194 UTC [23250][client backend] [pg_regress/aggregates][93/112:0] STATEMENT: select ten, sum(distinct four) from onek a group by ten having exists (select 1 from onek b where sum(distinct a.four + b.four) = b.four); 2024-09-07 20:44:53.201 UTC [23273][client backend] [pg_regress/namespace][:0] LOG: disconnection: session time: 0:00:00.565 user=postgres database=regression host=[local] 2024-09-07 20:44:53.208 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] ERROR: duplicate key value violates unique constraint "koju_a_key" 2024-09-07 20:44:53.208 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] DETAIL: Key (a)=(1) already exists. 2024-09-07 20:44:53.208 UTC [23253][client backend] [pg_regress/transactions][94/72:6714] STATEMENT: INSERT INTO koju VALUES (1); 2024-09-07 20:44:53.211 UTC [23256][client backend] [pg_regress/select_into][97/51:0] ERROR: SELECT ... INTO is not allowed here at character 38 2024-09-07 20:44:53.211 UTC [23256][client backend] [pg_regress/select_into][97/51:0] STATEMENT: DECLARE foo CURSOR FOR SELECT 1 INTO int4_tbl; 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/52:0] ERROR: COPY (SELECT INTO) is not supported 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/52:0] STATEMENT: COPY (SELECT 1 INTO frak UNION SELECT 2) TO 'blob'; 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/53:0] ERROR: SELECT ... INTO is not allowed here at character 30 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/53:0] STATEMENT: SELECT * FROM (SELECT 1 INTO f) bar; 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/54:0] ERROR: views must not contain SELECT INTO 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/54:0] STATEMENT: CREATE VIEW foo AS SELECT 1 INTO int4_tbl; 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/55:0] ERROR: SELECT ... INTO is not allowed here at character 36 2024-09-07 20:44:53.241 UTC [23256][client backend] [pg_regress/select_into][97/55:0] STATEMENT: INSERT INTO int4_tbl SELECT 1 INTO f; 2024-09-07 20:44:53.251 UTC [23256][client backend] [pg_regress/select_into][97/57:0] ERROR: relation "ctas_ine_tbl" already exists 2024-09-07 20:44:53.251 UTC [23256][client backend] [pg_regress/select_into][97/57:0] STATEMENT: CREATE TABLE ctas_ine_tbl AS SELECT 1 / 0; 2024-09-07 20:44:53.251 UTC [23256][client backend] [pg_regress/select_into][97/59:0] ERROR: relation "ctas_ine_tbl" already exists 2024-09-07 20:44:53.251 UTC [23256][client backend] [pg_regress/select_into][97/59:0] STATEMENT: CREATE TABLE ctas_ine_tbl AS SELECT 1 / 0 WITH NO DATA; 2024-09-07 20:44:53.252 UTC [23256][client backend] [pg_regress/select_into][97/61:0] ERROR: relation "ctas_ine_tbl" already exists 2024-09-07 20:44:53.252 UTC [23256][client backend] [pg_regress/select_into][97/61:0] STATEMENT: EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE TABLE ctas_ine_tbl AS SELECT 1 / 0; 2024-09-07 20:44:53.252 UTC [23256][client backend] [pg_regress/select_into][97/63:0] ERROR: relation "ctas_ine_tbl" already exists 2024-09-07 20:44:53.252 UTC [23256][client backend] [pg_regress/select_into][97/63:0] STATEMENT: EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE TABLE ctas_ine_tbl AS SELECT 1 / 0 WITH NO DATA; 2024-09-07 20:44:53.253 UTC [23256][client backend] [pg_regress/select_into][97/66:0] ERROR: relation "ctas_ine_tbl" already exists 2024-09-07 20:44:53.253 UTC [23256][client backend] [pg_regress/select_into][97/66:0] STATEMENT: EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE TABLE ctas_ine_tbl AS EXECUTE ctas_ine_query; 2024-09-07 20:44:53.269 UTC [23264][client backend] [pg_regress/arrays][1/146:0] ERROR: searching for elements in multidimensional arrays is not supported 2024-09-07 20:44:53.269 UTC [23264][client backend] [pg_regress/arrays][1/146:0] STATEMENT: SELECT array_position(ARRAY[[1,2],[3,4]], 3); 2024-09-07 20:44:53.272 UTC [23264][client backend] [pg_regress/arrays][1/155:0] ERROR: searching for elements in multidimensional arrays is not supported 2024-09-07 20:44:53.272 UTC [23264][client backend] [pg_regress/arrays][1/155:0] STATEMENT: SELECT array_positions(ARRAY[[1,2],[3,4]], 4); 2024-09-07 20:44:53.284 UTC [23256][client backend] [pg_regress/select_into][:0] LOG: disconnection: session time: 0:00:00.760 user=postgres database=regression host=[local] 2024-09-07 20:44:53.302 UTC [23291][client backend] [pg_regress/prepared_xacts][16/57:0] ERROR: relation "pxtest3" does not exist at character 15 2024-09-07 20:44:53.302 UTC [23291][client backend] [pg_regress/prepared_xacts][16/57:0] STATEMENT: SELECT * FROM pxtest3; 2024-09-07 20:44:53.328 UTC [23262][client backend] [pg_regress/random][:0] LOG: disconnection: session time: 0:00:00.755 user=postgres database=regression host=[local] 2024-09-07 20:44:53.337 UTC [23291][client backend] [pg_regress/prepared_xacts][16/60:0] ERROR: table "pxtest3" does not exist 2024-09-07 20:44:53.337 UTC [23291][client backend] [pg_regress/prepared_xacts][16/60:0] STATEMENT: DROP TABLE pxtest3; 2024-09-07 20:44:53.348 UTC [23260][client backend] [pg_regress/portals][0/48:6788] ERROR: cursor can only scan forward 2024-09-07 20:44:53.348 UTC [23260][client backend] [pg_regress/portals][0/48:6788] HINT: Declare it with SCROLL option to enable backward scan. 2024-09-07 20:44:53.348 UTC [23260][client backend] [pg_regress/portals][0/48:6788] STATEMENT: FETCH RELATIVE 0 FROM c1; 2024-09-07 20:44:53.354 UTC [23291][client backend] [pg_regress/prepared_xacts][:0] LOG: disconnection: session time: 0:00:00.405 user=postgres database=regression host=[local] 2024-09-07 20:44:53.357 UTC [23253][client backend] [pg_regress/transactions][94/82:6789] ERROR: cursor "foo" does not exist 2024-09-07 20:44:53.357 UTC [23253][client backend] [pg_regress/transactions][94/82:6789] STATEMENT: fetch from foo; 2024-09-07 20:44:53.382 UTC [23255][client backend] [pg_regress/select_distinct][96/15:6740] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.2", size 140000 2024-09-07 20:44:53.382 UTC [23255][client backend] [pg_regress/select_distinct][96/15:6740] STATEMENT: CREATE TABLE distinct_group_2 AS SELECT DISTINCT (g%1000)::text FROM generate_series(0,9999) g; 2024-09-07 20:44:53.400 UTC [23260][client backend] [pg_regress/portals][0/58:0] ERROR: cursor "c1" is not a simply updatable scan of table "uctest" 2024-09-07 20:44:53.400 UTC [23260][client backend] [pg_regress/portals][0/58:0] STATEMENT: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; 2024-09-07 20:44:53.402 UTC [23253][client backend] [pg_regress/transactions][94/86:6822] ERROR: division by zero 2024-09-07 20:44:53.402 UTC [23253][client backend] [pg_regress/transactions][94/86:6822] CONTEXT: PL/pgSQL function invert(double precision) line 1 at RETURN SQL statement "INSERT INTO new_table SELECT invert(0.0)" PL/pgSQL function create_temp_tab() line 6 at SQL statement 2024-09-07 20:44:53.402 UTC [23253][client backend] [pg_regress/transactions][94/86:6822] STATEMENT: FETCH ctt; 2024-09-07 20:44:53.413 UTC [23260][client backend] [pg_regress/portals][0/59:6825] ERROR: cursor "c1" has multiple FOR UPDATE/SHARE references to table "uctest" 2024-09-07 20:44:53.413 UTC [23260][client backend] [pg_regress/portals][0/59:6825] STATEMENT: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; 2024-09-07 20:44:53.415 UTC [23253][client backend] [pg_regress/transactions][94/86:6822] ERROR: portal "ctt" cannot be run 2024-09-07 20:44:53.415 UTC [23253][client backend] [pg_regress/transactions][94/86:6822] STATEMENT: FETCH ctt; 2024-09-07 20:44:53.425 UTC [23260][client backend] [pg_regress/portals][0/61:0] ERROR: cursor "c1" does not exist 2024-09-07 20:44:53.425 UTC [23260][client backend] [pg_regress/portals][0/61:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF c1; 2024-09-07 20:44:53.428 UTC [23260][client backend] [pg_regress/portals][0/63:0] ERROR: cursor "cx" is held from a previous transaction 2024-09-07 20:44:53.428 UTC [23260][client backend] [pg_regress/portals][0/63:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF cx; 2024-09-07 20:44:53.429 UTC [23260][client backend] [pg_regress/portals][0/64:0] ERROR: cursor "c" is not a simply updatable scan of table "uctest" 2024-09-07 20:44:53.429 UTC [23260][client backend] [pg_regress/portals][0/64:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF c; 2024-09-07 20:44:53.431 UTC [23260][client backend] [pg_regress/portals][0/65:0] ERROR: cursor "c" does not have a FOR UPDATE/SHARE reference to table "uctest" 2024-09-07 20:44:53.431 UTC [23260][client backend] [pg_regress/portals][0/65:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF c; 2024-09-07 20:44:53.435 UTC [23260][client backend] [pg_regress/portals][0/66:0] ERROR: cursor "c" is not a simply updatable scan of table "tenk1" 2024-09-07 20:44:53.435 UTC [23260][client backend] [pg_regress/portals][0/66:0] STATEMENT: DELETE FROM tenk1 WHERE CURRENT OF c; 2024-09-07 20:44:53.436 UTC [23260][client backend] [pg_regress/portals][0/67:0] ERROR: cursor "c" is not a simply updatable scan of table "uctest" 2024-09-07 20:44:53.436 UTC [23260][client backend] [pg_regress/portals][0/67:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF c; 2024-09-07 20:44:53.448 UTC [23253][client backend] [pg_regress/transactions][94/92:0] ERROR: invalid input syntax for type integer: "error" at character 31 2024-09-07 20:44:53.448 UTC [23253][client backend] [pg_regress/transactions][94/92:0] STATEMENT: INSERT INTO trans_abc VALUES ('error'); 2024-09-07 20:44:53.449 UTC [23253][client backend] [pg_regress/transactions][94/0:0] ERROR: current transaction is aborted, commands ignored until end of transaction block 2024-09-07 20:44:53.449 UTC [23253][client backend] [pg_regress/transactions][94/0:0] STATEMENT: INSERT INTO trans_abc VALUES (3); 2024-09-07 20:44:53.450 UTC [23260][client backend] [pg_regress/portals][0/68:0] ERROR: cursor "c1" is not positioned on a row 2024-09-07 20:44:53.450 UTC [23260][client backend] [pg_regress/portals][0/68:0] STATEMENT: DELETE FROM uctest WHERE CURRENT OF c1; 2024-09-07 20:44:53.451 UTC [23253][client backend] [pg_regress/transactions][94/94:0] ERROR: invalid input syntax for type integer: "error" at character 31 2024-09-07 20:44:53.451 UTC [23253][client backend] [pg_regress/transactions][94/94:0] STATEMENT: INSERT INTO trans_abc VALUES ('error'); 2024-09-07 20:44:53.452 UTC [23260][client backend] [pg_regress/portals][0/69:0] ERROR: FOR UPDATE is not allowed with aggregate functions 2024-09-07 20:44:53.452 UTC [23260][client backend] [pg_regress/portals][0/69:0] STATEMENT: DECLARE c1 CURSOR FOR SELECT MIN(f1) FROM uctest FOR UPDATE; 2024-09-07 20:44:53.459 UTC [23260][client backend] [pg_regress/portals][0/72:0] ERROR: WHERE CURRENT OF on a view is not implemented 2024-09-07 20:44:53.459 UTC [23260][client backend] [pg_regress/portals][0/72:0] STATEMENT: DELETE FROM ucview WHERE CURRENT OF c1; 2024-09-07 20:44:53.469 UTC [23264][client backend] [pg_regress/arrays][1/216:0] ERROR: op ANY/ALL (array) requires operator to yield boolean at character 11 2024-09-07 20:44:53.469 UTC [23264][client backend] [pg_regress/arrays][1/216:0] STATEMENT: select 33 * any ('{1,2,3}'); 2024-09-07 20:44:53.469 UTC [23264][client backend] [pg_regress/arrays][1/217:0] ERROR: op ANY/ALL (array) requires array on right side at character 11 2024-09-07 20:44:53.469 UTC [23264][client backend] [pg_regress/arrays][1/217:0] STATEMENT: select 33 * any (44); 2024-09-07 20:44:53.475 UTC [23255][client backend] [pg_regress/select_distinct][96/23:6824] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.5", size 204800 2024-09-07 20:44:53.475 UTC [23255][client backend] [pg_regress/select_distinct][96/23:6824] STATEMENT: CREATE TABLE distinct_hash_1 AS SELECT DISTINCT g%1000 FROM generate_series(0,9999) g; 2024-09-07 20:44:53.475 UTC [23255][client backend] [pg_regress/select_distinct][96/23:6824] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.4", size 140000 2024-09-07 20:44:53.475 UTC [23255][client backend] [pg_regress/select_distinct][96/23:6824] STATEMENT: CREATE TABLE distinct_hash_1 AS SELECT DISTINCT g%1000 FROM generate_series(0,9999) g; 2024-09-07 20:44:53.482 UTC [23253][client backend] [pg_regress/transactions][94/101:0] ERROR: invalid input syntax for type integer: "error" at character 31 2024-09-07 20:44:53.482 UTC [23253][client backend] [pg_regress/transactions][94/101:0] STATEMENT: INSERT INTO trans_abc VALUES ('error'); 2024-09-07 20:44:53.498 UTC [23264][client backend] [pg_regress/arrays][1/230:6859] ERROR: duplicate key value violates unique constraint "arr_tbl_f1_key" 2024-09-07 20:44:53.498 UTC [23264][client backend] [pg_regress/arrays][1/230:6859] DETAIL: Key (f1)=({1,2,3}) already exists. 2024-09-07 20:44:53.498 UTC [23264][client backend] [pg_regress/arrays][1/230:6859] STATEMENT: insert into arr_tbl values ('{1,2,3}'); 2024-09-07 20:44:53.499 UTC [23253][client backend] [pg_regress/transactions][94/103:0] ERROR: COMMIT AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.499 UTC [23253][client backend] [pg_regress/transactions][94/103:0] STATEMENT: COMMIT AND CHAIN; 2024-09-07 20:44:53.499 UTC [23253][client backend] [pg_regress/transactions][94/104:0] ERROR: ROLLBACK AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.499 UTC [23253][client backend] [pg_regress/transactions][94/104:0] STATEMENT: ROLLBACK AND CHAIN; 2024-09-07 20:44:53.523 UTC [23253][client backend] [pg_regress/transactions][94/111:6870] ERROR: division by zero 2024-09-07 20:44:53.523 UTC [23253][client backend] [pg_regress/transactions][94/111:6870] STATEMENT: insert into i_table values(2); select * from i_table; select 1/0; 2024-09-07 20:44:53.529 UTC [23253][client backend] [pg_regress/transactions][94/113:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.530 UTC [23253][client backend] [pg_regress/transactions][94/115:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.530 UTC [23253][client backend] [pg_regress/transactions][94/117:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.540 UTC [23253][client backend] [pg_regress/transactions][94/120:6881] WARNING: there is no transaction in progress 2024-09-07 20:44:53.540 UTC [23253][client backend] [pg_regress/transactions][94/121:6882] ERROR: division by zero 2024-09-07 20:44:53.540 UTC [23253][client backend] [pg_regress/transactions][94/121:6882] STATEMENT: insert into i_table values(7); commit; insert into i_table values(8); select 1/0; 2024-09-07 20:44:53.541 UTC [23253][client backend] [pg_regress/transactions][94/122:6883] WARNING: there is no transaction in progress 2024-09-07 20:44:53.541 UTC [23253][client backend] [pg_regress/transactions][94/125:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/126:0] ERROR: VACUUM cannot run inside a transaction block 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/126:0] STATEMENT: SELECT 1; VACUUM; 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/127:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/128:0] ERROR: VACUUM cannot run inside a transaction block 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/128:0] STATEMENT: SELECT 1; COMMIT; VACUUM; 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/129:0] ERROR: SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/129:0] STATEMENT: SELECT 1; SAVEPOINT sp; 2024-09-07 20:44:53.542 UTC [23253][client backend] [pg_regress/transactions][94/130:0] WARNING: there is no transaction in progress 2024-09-07 20:44:53.546 UTC [23253][client backend] [pg_regress/transactions][94/131:0] ERROR: SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.546 UTC [23253][client backend] [pg_regress/transactions][94/131:0] STATEMENT: SELECT 1; COMMIT; SAVEPOINT sp; 2024-09-07 20:44:53.546 UTC [23253][client backend] [pg_regress/transactions][94/132:0] ERROR: ROLLBACK TO SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.546 UTC [23253][client backend] [pg_regress/transactions][94/132:0] STATEMENT: ROLLBACK TO SAVEPOINT sp; SELECT 2; 2024-09-07 20:44:53.547 UTC [23253][client backend] [pg_regress/transactions][94/133:0] ERROR: RELEASE SAVEPOINT can only be used in transaction blocks 2024-09-07 20:44:53.547 UTC [23253][client backend] [pg_regress/transactions][94/133:0] STATEMENT: SELECT 2; RELEASE SAVEPOINT sp; SELECT 3; 2024-09-07 20:44:53.549 UTC [23255][client backend] [pg_regress/select_distinct][96/25:6856] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.7", size 204800 2024-09-07 20:44:53.549 UTC [23255][client backend] [pg_regress/select_distinct][96/25:6856] STATEMENT: CREATE TABLE distinct_hash_2 AS SELECT DISTINCT (g%1000)::text FROM generate_series(0,9999) g; 2024-09-07 20:44:53.549 UTC [23255][client backend] [pg_regress/select_distinct][96/25:6856] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23255.6", size 140000 2024-09-07 20:44:53.549 UTC [23255][client backend] [pg_regress/select_distinct][96/25:6856] STATEMENT: CREATE TABLE distinct_hash_2 AS SELECT DISTINCT (g%1000)::text FROM generate_series(0,9999) g; 2024-09-07 20:44:53.552 UTC [23253][client backend] [pg_regress/transactions][94/135:0] ERROR: COMMIT AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.552 UTC [23253][client backend] [pg_regress/transactions][94/135:0] STATEMENT: SET TRANSACTION READ ONLY; COMMIT AND CHAIN; 2024-09-07 20:44:53.553 UTC [23253][client backend] [pg_regress/transactions][94/137:0] ERROR: ROLLBACK AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.553 UTC [23253][client backend] [pg_regress/transactions][94/137:0] STATEMENT: SET TRANSACTION READ ONLY; ROLLBACK AND CHAIN; 2024-09-07 20:44:53.553 UTC [23264][client backend] [pg_regress/arrays][1/245:0] ERROR: array size exceeds the maximum allowed (134217727) 2024-09-07 20:44:53.553 UTC [23264][client backend] [pg_regress/arrays][1/245:0] STATEMENT: update arr_pk_tbl set f1[2147483647] = 42 where pk = 10; 2024-09-07 20:44:53.559 UTC [23264][client backend] [pg_regress/arrays][1/246:0] ERROR: array size exceeds the maximum allowed (134217727) 2024-09-07 20:44:53.559 UTC [23264][client backend] [pg_regress/arrays][1/246:0] STATEMENT: update arr_pk_tbl set f1[2147483646:2147483647] = array[4,2] where pk = 10; 2024-09-07 20:44:53.560 UTC [23264][client backend] [pg_regress/arrays][1/247:0] ERROR: array size exceeds the maximum allowed (134217727) 2024-09-07 20:44:53.560 UTC [23264][client backend] [pg_regress/arrays][1/247:0] STATEMENT: insert into arr_pk_tbl(pk, f1[0:2147483647]) values (2, '{}'); 2024-09-07 20:44:53.561 UTC [23264][client backend] [pg_regress/arrays][1/248:0] ERROR: array size exceeds the maximum allowed (134217727) 2024-09-07 20:44:53.561 UTC [23264][client backend] [pg_regress/arrays][1/248:0] STATEMENT: insert into arr_pk_tbl(pk, f1[-2147483648:2147483647]) values (2, '{}'); 2024-09-07 20:44:53.561 UTC [23264][client backend] [pg_regress/arrays][1/249:0] ERROR: array size exceeds the maximum allowed (134217727) 2024-09-07 20:44:53.561 UTC [23264][client backend] [pg_regress/arrays][1/249:0] CONTEXT: PL/pgSQL function inline_code_block line 4 at assignment 2024-09-07 20:44:53.561 UTC [23264][client backend] [pg_regress/arrays][1/249:0] STATEMENT: do $$ declare a int[]; begin a := '[-2147483648:-2147483647]={1,2}'::int[]; a[2147483647] := 42; end $$; 2024-09-07 20:44:53.563 UTC [23253][client backend] [pg_regress/transactions][94/140:6891] WARNING: there is no transaction in progress 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/258:0] ERROR: malformed array literal: "{{1,{2}},{2,3}}" at character 8 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/258:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/258:0] STATEMENT: select '{{1,{2}},{2,3}}'::text[]; 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/259:0] ERROR: malformed array literal: "{{1,2},\{2,3}}" at character 8 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/259:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.573 UTC [23264][client backend] [pg_regress/arrays][1/259:0] STATEMENT: select E'{{1,2},\\{2,3}}'::text[]; 2024-09-07 20:44:53.574 UTC [23264][client backend] [pg_regress/arrays][1/260:0] ERROR: malformed array literal: "{"a"b}" at character 8 2024-09-07 20:44:53.574 UTC [23264][client backend] [pg_regress/arrays][1/260:0] DETAIL: Incorrectly quoted array element. 2024-09-07 20:44:53.574 UTC [23264][client backend] [pg_regress/arrays][1/260:0] STATEMENT: select '{"a"b}'::text[]; 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/261:0] ERROR: malformed array literal: "{a"b"}" at character 8 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/261:0] DETAIL: Incorrectly quoted array element. 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/261:0] STATEMENT: select '{a"b"}'::text[]; 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/262:0] ERROR: malformed array literal: "{"a""b"}" at character 8 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/262:0] DETAIL: Incorrectly quoted array element. 2024-09-07 20:44:53.575 UTC [23264][client backend] [pg_regress/arrays][1/262:0] STATEMENT: select '{"a""b"}'::text[]; 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/263:0] ERROR: malformed array literal: "{{"1 2" x},{3}}" at character 8 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/263:0] DETAIL: Incorrectly quoted array element. 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/263:0] STATEMENT: select '{{"1 2" x},{3}}'::text[]; 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/264:0] ERROR: malformed array literal: "{{"1 2"} x,{3}}" at character 8 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/264:0] DETAIL: Unexpected array element. 2024-09-07 20:44:53.576 UTC [23264][client backend] [pg_regress/arrays][1/264:0] STATEMENT: select '{{"1 2"} x,{3}}'::text[]; 2024-09-07 20:44:53.577 UTC [23264][client backend] [pg_regress/arrays][1/265:0] ERROR: malformed array literal: "{}}" at character 8 2024-09-07 20:44:53.577 UTC [23264][client backend] [pg_regress/arrays][1/265:0] DETAIL: Junk after closing right brace. 2024-09-07 20:44:53.577 UTC [23264][client backend] [pg_regress/arrays][1/265:0] STATEMENT: select '{}}'::text[]; 2024-09-07 20:44:53.577 UTC [23253][client backend] [pg_regress/transactions][94/141:6897] ERROR: COMMIT AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.577 UTC [23253][client backend] [pg_regress/transactions][94/141:6897] STATEMENT: INSERT INTO trans_abc VALUES (7); COMMIT; INSERT INTO trans_abc VALUES (8); COMMIT AND CHAIN; 2024-09-07 20:44:53.580 UTC [23264][client backend] [pg_regress/arrays][1/266:0] ERROR: malformed array literal: "{ }}" at character 8 2024-09-07 20:44:53.580 UTC [23264][client backend] [pg_regress/arrays][1/266:0] DETAIL: Junk after closing right brace. 2024-09-07 20:44:53.580 UTC [23264][client backend] [pg_regress/arrays][1/266:0] STATEMENT: select '{ }}'::text[]; 2024-09-07 20:44:53.581 UTC [23264][client backend] [pg_regress/arrays][1/267:0] ERROR: malformed array literal: "}{" at character 8 2024-09-07 20:44:53.581 UTC [23264][client backend] [pg_regress/arrays][1/267:0] DETAIL: Array value must start with "{" or dimension information. 2024-09-07 20:44:53.581 UTC [23264][client backend] [pg_regress/arrays][1/267:0] STATEMENT: select '}{'::text[]; 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/268:0] ERROR: malformed array literal: "{foo{}}" at character 8 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/268:0] DETAIL: Unexpected "{" character. 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/268:0] STATEMENT: select '{foo{}}'::text[]; 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/269:0] ERROR: malformed array literal: "{"foo"{}}" at character 8 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/269:0] DETAIL: Unexpected "{" character. 2024-09-07 20:44:53.582 UTC [23264][client backend] [pg_regress/arrays][1/269:0] STATEMENT: select '{"foo"{}}'::text[]; 2024-09-07 20:44:53.583 UTC [23253][client backend] [pg_regress/transactions][94/142:6901] WARNING: there is no transaction in progress 2024-09-07 20:44:53.583 UTC [23264][client backend] [pg_regress/arrays][1/270:0] ERROR: malformed array literal: "{foo,,bar}" at character 8 2024-09-07 20:44:53.583 UTC [23264][client backend] [pg_regress/arrays][1/270:0] DETAIL: Unexpected "," character. 2024-09-07 20:44:53.583 UTC [23264][client backend] [pg_regress/arrays][1/270:0] STATEMENT: select '{foo,,bar}'::text[]; 2024-09-07 20:44:53.585 UTC [23253][client backend] [pg_regress/transactions][94/143:6902] ERROR: ROLLBACK AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.585 UTC [23253][client backend] [pg_regress/transactions][94/143:6902] STATEMENT: INSERT INTO trans_abc VALUES (9); ROLLBACK; INSERT INTO trans_abc VALUES (10); ROLLBACK AND CHAIN; 2024-09-07 20:44:53.586 UTC [23253][client backend] [pg_regress/transactions][94/144:6903] ERROR: COMMIT AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.586 UTC [23253][client backend] [pg_regress/transactions][94/144:6903] STATEMENT: INSERT INTO trans_abc VALUES (11); COMMIT AND CHAIN; INSERT INTO trans_abc VALUES (12); COMMIT; 2024-09-07 20:44:53.586 UTC [23253][client backend] [pg_regress/transactions][94/145:6904] ERROR: ROLLBACK AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.586 UTC [23253][client backend] [pg_regress/transactions][94/145:6904] STATEMENT: INSERT INTO trans_abc VALUES (13); ROLLBACK AND CHAIN; INSERT INTO trans_abc VALUES (14); ROLLBACK; 2024-09-07 20:44:53.588 UTC [23264][client backend] [pg_regress/arrays][1/271:0] ERROR: malformed array literal: "{{1},{{2}}}" at character 8 2024-09-07 20:44:53.588 UTC [23264][client backend] [pg_regress/arrays][1/271:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.588 UTC [23264][client backend] [pg_regress/arrays][1/271:0] STATEMENT: select '{{1},{{2}}}'::text[]; 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/272:0] ERROR: malformed array literal: "{{{1}},{2}}" at character 8 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/272:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/272:0] STATEMENT: select '{{{1}},{2}}'::text[]; 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/273:0] ERROR: malformed array literal: "{{},{{}}}" at character 8 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/273:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.590 UTC [23264][client backend] [pg_regress/arrays][1/273:0] STATEMENT: select '{{},{{}}}'::text[]; 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/274:0] ERROR: malformed array literal: "{{{}},{}}" at character 8 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/274:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/274:0] STATEMENT: select '{{{}},{}}'::text[]; 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/275:0] ERROR: malformed array literal: "{{1},{}}" at character 8 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/275:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.591 UTC [23264][client backend] [pg_regress/arrays][1/275:0] STATEMENT: select '{{1},{}}'::text[]; 2024-09-07 20:44:53.592 UTC [23264][client backend] [pg_regress/arrays][1/276:0] ERROR: malformed array literal: "{{},{1}}" at character 8 2024-09-07 20:44:53.592 UTC [23264][client backend] [pg_regress/arrays][1/276:0] DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. 2024-09-07 20:44:53.592 UTC [23264][client backend] [pg_regress/arrays][1/276:0] STATEMENT: select '{{},{1}}'::text[]; 2024-09-07 20:44:53.592 UTC [23264][client backend] [pg_regress/arrays][1/277:0] ERROR: upper bound cannot be less than lower bound at character 8 2024-09-07 20:44:53.592 UTC [23264][client backend] [pg_regress/arrays][1/277:0] STATEMENT: select '[1:0]={}'::int[]; 2024-09-07 20:44:53.593 UTC [23264][client backend] [pg_regress/arrays][1/278:0] ERROR: array upper bound is too large: 2147483647 at character 8 2024-09-07 20:44:53.593 UTC [23264][client backend] [pg_regress/arrays][1/278:0] STATEMENT: select '[2147483646:2147483647]={1,2}'::int[]; 2024-09-07 20:44:53.593 UTC [23264][client backend] [pg_regress/arrays][1/279:0] ERROR: upper bound cannot be less than lower bound at character 8 2024-09-07 20:44:53.593 UTC [23264][client backend] [pg_regress/arrays][1/279:0] STATEMENT: select '[1:-1]={}'::int[]; 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/280:0] ERROR: malformed array literal: "[2]={1}" at character 8 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/280:0] DETAIL: Specified array dimensions do not match array contents. 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/280:0] STATEMENT: select '[2]={1}'::int[]; 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/281:0] ERROR: malformed array literal: "[1:]={1}" at character 8 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/281:0] DETAIL: Missing array dimension value. 2024-09-07 20:44:53.594 UTC [23264][client backend] [pg_regress/arrays][1/281:0] STATEMENT: select '[1:]={1}'::int[]; 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/282:0] ERROR: malformed array literal: "[:1]={1}" at character 8 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/282:0] DETAIL: "[" must introduce explicitly-specified array dimensions. 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/282:0] STATEMENT: select '[:1]={1}'::int[]; 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/283:0] ERROR: cannot determine type of empty array at character 8 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/283:0] HINT: Explicitly cast to the desired type, for example ARRAY[]::integer[]. 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/283:0] STATEMENT: select array[]; 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/284:0] ERROR: malformed array literal: "{{1,},{1},}" at character 8 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/284:0] DETAIL: Unexpected "}" character. 2024-09-07 20:44:53.595 UTC [23264][client backend] [pg_regress/arrays][1/284:0] STATEMENT: select '{{1,},{1},}'::text[]; 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/285:0] ERROR: malformed array literal: "{{1,},{1}}" at character 8 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/285:0] DETAIL: Unexpected "}" character. 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/285:0] STATEMENT: select '{{1,},{1}}'::text[]; 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/286:0] ERROR: malformed array literal: "{{1,}}" at character 8 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/286:0] DETAIL: Unexpected "}" character. 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/286:0] STATEMENT: select '{{1,}}'::text[]; 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/287:0] ERROR: malformed array literal: "{1,}" at character 8 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/287:0] DETAIL: Unexpected "}" character. 2024-09-07 20:44:53.596 UTC [23264][client backend] [pg_regress/arrays][1/287:0] STATEMENT: select '{1,}'::text[]; 2024-09-07 20:44:53.597 UTC [23264][client backend] [pg_regress/arrays][1/288:0] ERROR: array bound is out of integer range at character 8 2024-09-07 20:44:53.597 UTC [23264][client backend] [pg_regress/arrays][1/288:0] STATEMENT: select '[21474836488:21474836489]={1,2}'::int[]; 2024-09-07 20:44:53.598 UTC [23264][client backend] [pg_regress/arrays][1/289:0] ERROR: array bound is out of integer range at character 8 2024-09-07 20:44:53.598 UTC [23264][client backend] [pg_regress/arrays][1/289:0] STATEMENT: select '[-2147483649:-2147483648]={1,2}'::int[]; 2024-09-07 20:44:53.598 UTC [23253][client backend] [pg_regress/transactions][94/152:6913] ERROR: COMMIT AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.598 UTC [23253][client backend] [pg_regress/transactions][94/152:6913] STATEMENT: START TRANSACTION ISOLATION LEVEL REPEATABLE READ; INSERT INTO trans_abc VALUES (17); COMMIT; INSERT INTO trans_abc VALUES (18); COMMIT AND CHAIN; 2024-09-07 20:44:53.605 UTC [23253][client backend] [pg_regress/transactions][94/155:6917] ERROR: ROLLBACK AND CHAIN can only be used in transaction blocks 2024-09-07 20:44:53.605 UTC [23253][client backend] [pg_regress/transactions][94/155:6917] STATEMENT: START TRANSACTION ISOLATION LEVEL REPEATABLE READ; INSERT INTO trans_abc VALUES (19); ROLLBACK; INSERT INTO trans_abc VALUES (20); ROLLBACK AND CHAIN; 2024-09-07 20:44:53.625 UTC [23261][client backend] [pg_regress/update][98/78:6927] ERROR: new row for relation "part_c_100_200" violates partition constraint 2024-09-07 20:44:53.625 UTC [23261][client backend] [pg_regress/update][98/78:6927] DETAIL: Failing row contains (105, 85, null, b, 15). 2024-09-07 20:44:53.625 UTC [23261][client backend] [pg_regress/update][98/78:6927] STATEMENT: UPDATE part_c_100_200 set c = c - 20, d = c WHERE c = 105; 2024-09-07 20:44:53.626 UTC [23253][client backend] [pg_regress/transactions][94/160:0] ERROR: invalid snapshot identifier: "Incorrect Identifier" 2024-09-07 20:44:53.626 UTC [23253][client backend] [pg_regress/transactions][94/160:0] STATEMENT: SET TRANSACTION SNAPSHOT 'Incorrect Identifier'; 2024-09-07 20:44:53.628 UTC [23253][client backend] [pg_regress/transactions][94/161:0] ERROR: snapshot "FFF-FFF-F" does not exist 2024-09-07 20:44:53.628 UTC [23253][client backend] [pg_regress/transactions][94/161:0] STATEMENT: SET TRANSACTION SNAPSHOT 'FFF-FFF-F'; 2024-09-07 20:44:53.632 UTC [23253][client backend] [pg_regress/transactions][94/162:0] ERROR: division by zero 2024-09-07 20:44:53.632 UTC [23253][client backend] [pg_regress/transactions][94/162:0] STATEMENT: select 1/0; 2024-09-07 20:44:53.632 UTC [23253][client backend] [pg_regress/transactions][94/0:0] ERROR: savepoint "x" does not exist 2024-09-07 20:44:53.632 UTC [23253][client backend] [pg_regress/transactions][94/0:0] STATEMENT: rollback to X; 2024-09-07 20:44:53.632 UTC [23261][client backend] [pg_regress/update][98/79:6930] ERROR: new row for relation "part_b_10_b_20" violates partition constraint 2024-09-07 20:44:53.632 UTC [23261][client backend] [pg_regress/update][98/79:6930] DETAIL: Failing row contains (null, 96, a, 12, 1). 2024-09-07 20:44:53.632 UTC [23261][client backend] [pg_regress/update][98/79:6930] STATEMENT: UPDATE part_b_10_b_20 set a = 'a'; 2024-09-07 20:44:53.658 UTC [23253][client backend] [pg_regress/transactions][:0] LOG: disconnection: session time: 0:00:01.156 user=postgres database=regression host=[local] 2024-09-07 20:44:53.665 UTC [23261][client backend] [pg_regress/update][98/85:6947] ERROR: new row for relation "part_b_10_b_20" violates partition constraint 2024-09-07 20:44:53.665 UTC [23261][client backend] [pg_regress/update][98/85:6947] DETAIL: Failing row contains (2, 117, b, 7, 2). 2024-09-07 20:44:53.665 UTC [23261][client backend] [pg_regress/update][98/85:6947] STATEMENT: UPDATE part_b_10_b_20 set b = b - 6 WHERE c > 116 returning *; 2024-09-07 20:44:53.721 UTC [23260][client backend] [pg_regress/portals][:0] LOG: disconnection: session time: 0:00:01.164 user=postgres database=regression host=[local] 2024-09-07 20:44:53.757 UTC [23252][client backend] [pg_regress/union][92/109:0] ERROR: column "q2" does not exist at character 65 2024-09-07 20:44:53.757 UTC [23252][client backend] [pg_regress/union][92/109:0] DETAIL: There is a column named "q2" in table "*SELECT* 2", but it cannot be referenced from this part of the query. 2024-09-07 20:44:53.757 UTC [23252][client backend] [pg_regress/union][92/109:0] STATEMENT: SELECT q1 FROM int8_tbl EXCEPT SELECT q2 FROM int8_tbl ORDER BY q2 LIMIT 1; 2024-09-07 20:44:53.784 UTC [23252][client backend] [pg_regress/union][92/138:0] ERROR: invalid input syntax for type numeric: "foo" at character 36 2024-09-07 20:44:53.784 UTC [23252][client backend] [pg_regress/union][92/138:0] STATEMENT: SELECT '3.4'::numeric UNION SELECT 'foo'; 2024-09-07 20:44:53.796 UTC [23264][client backend] [pg_regress/arrays][1/342:0] ERROR: dimension array or low bound array cannot be null 2024-09-07 20:44:53.796 UTC [23264][client backend] [pg_regress/arrays][1/342:0] STATEMENT: select array_fill(1, null, array[2,2]); 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/343:0] ERROR: dimension array or low bound array cannot be null 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/343:0] STATEMENT: select array_fill(1, array[2,2], null); 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/344:0] ERROR: wrong number of array subscripts 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/344:0] DETAIL: Low bound array has different size than dimensions array. 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/344:0] STATEMENT: select array_fill(1, array[2,2], '{}'); 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/345:0] ERROR: wrong number of array subscripts 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/345:0] DETAIL: Low bound array has different size than dimensions array. 2024-09-07 20:44:53.797 UTC [23264][client backend] [pg_regress/arrays][1/345:0] STATEMENT: select array_fill(1, array[3,3], array[1,1,1]); 2024-09-07 20:44:53.798 UTC [23264][client backend] [pg_regress/arrays][1/346:0] ERROR: dimension values cannot be null 2024-09-07 20:44:53.798 UTC [23264][client backend] [pg_regress/arrays][1/346:0] STATEMENT: select array_fill(1, array[1,2,null]); 2024-09-07 20:44:53.798 UTC [23264][client backend] [pg_regress/arrays][1/347:0] ERROR: wrong number of array subscripts 2024-09-07 20:44:53.798 UTC [23264][client backend] [pg_regress/arrays][1/347:0] DETAIL: Dimension array must be one dimensional. 2024-09-07 20:44:53.798 UTC [23264][client backend] [pg_regress/arrays][1/347:0] STATEMENT: select array_fill(1, array[[1,2],[3,4]]); 2024-09-07 20:44:53.822 UTC [23250][client backend] [pg_regress/aggregates][93/175:0] ERROR: aggregate function calls cannot be nested at character 12 2024-09-07 20:44:53.822 UTC [23250][client backend] [pg_regress/aggregates][93/175:0] STATEMENT: select max(min(unique1)) from tenk1; 2024-09-07 20:44:53.823 UTC [23250][client backend] [pg_regress/aggregates][93/176:0] ERROR: aggregate function calls cannot be nested at character 20 2024-09-07 20:44:53.823 UTC [23250][client backend] [pg_regress/aggregates][93/176:0] STATEMENT: select (select max(min(unique1)) from int8_tbl) from tenk1; 2024-09-07 20:44:53.824 UTC [23250][client backend] [pg_regress/aggregates][93/177:0] ERROR: aggregate function calls cannot be nested at character 49 2024-09-07 20:44:53.824 UTC [23250][client backend] [pg_regress/aggregates][93/177:0] STATEMENT: select avg((select avg(a1.col1 order by (select avg(a2.col2) from tenk1 a3)) from tenk1 a1(col1))) from tenk1 a2(col2); 2024-09-07 20:44:53.840 UTC [23277][client backend] [pg_regress/subselect][19/194:0] ERROR: operator does not exist: bigint = text at character 33 2024-09-07 20:44:53.840 UTC [23277][client backend] [pg_regress/subselect][19/194:0] HINT: No operator matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:53.840 UTC [23277][client backend] [pg_regress/subselect][19/194:0] STATEMENT: select * from int8_tbl where q1 in (select c1 from inner_text); 2024-09-07 20:44:53.921 UTC [23264][client backend] [pg_regress/arrays][1/405:0] ERROR: cannot accumulate empty arrays 2024-09-07 20:44:53.921 UTC [23264][client backend] [pg_regress/arrays][1/405:0] STATEMENT: select array_agg('{}'::int[]) from generate_series(1,2); 2024-09-07 20:44:53.923 UTC [23264][client backend] [pg_regress/arrays][1/406:0] ERROR: cannot accumulate null arrays 2024-09-07 20:44:53.923 UTC [23264][client backend] [pg_regress/arrays][1/406:0] STATEMENT: select array_agg(null::int[]) from generate_series(1,2); 2024-09-07 20:44:53.924 UTC [23264][client backend] [pg_regress/arrays][1/407:0] ERROR: cannot accumulate arrays of different dimensionality 2024-09-07 20:44:53.924 UTC [23264][client backend] [pg_regress/arrays][1/407:0] STATEMENT: select array_agg(ar) from (values ('{1,2}'::int[]), ('{3}'::int[])) v(ar); 2024-09-07 20:44:53.942 UTC [23264][client backend] [pg_regress/arrays][1/420:0] ERROR: removing elements from multidimensional arrays is not supported 2024-09-07 20:44:53.942 UTC [23264][client backend] [pg_regress/arrays][1/420:0] STATEMENT: select array_remove('{{1,2,2},{1,4,3}}', 2); 2024-09-07 20:44:53.969 UTC [23255][client backend] [pg_regress/select_distinct][:0] LOG: disconnection: session time: 0:00:01.448 user=postgres database=regression host=[local] 2024-09-07 20:44:54.072 UTC [23254][client backend] [pg_regress/join][95/46:0] ERROR: invalid reference to FROM-clause entry for table "j1_tbl" at character 57 2024-09-07 20:44:54.072 UTC [23254][client backend] [pg_regress/join][95/46:0] DETAIL: There is an entry for table "j1_tbl", but it cannot be referenced from this part of the query. 2024-09-07 20:44:54.072 UTC [23254][client backend] [pg_regress/join][95/46:0] STATEMENT: SELECT * FROM (J1_TBL JOIN J2_TBL USING (i)) AS x WHERE J1_TBL.t = 'one'; 2024-09-07 20:44:54.075 UTC [23254][client backend] [pg_regress/join][95/48:0] ERROR: column x.t does not exist at character 55 2024-09-07 20:44:54.075 UTC [23254][client backend] [pg_regress/join][95/48:0] STATEMENT: SELECT * FROM J1_TBL JOIN J2_TBL USING (i) AS x WHERE x.t = 'one'; 2024-09-07 20:44:54.076 UTC [23254][client backend] [pg_regress/join][95/49:0] ERROR: missing FROM-clause entry for table "x" at character 63 2024-09-07 20:44:54.076 UTC [23254][client backend] [pg_regress/join][95/49:0] STATEMENT: SELECT * FROM (J1_TBL JOIN J2_TBL USING (i) AS x) AS xx WHERE x.i = 1; 2024-09-07 20:44:54.077 UTC [23254][client backend] [pg_regress/join][95/50:0] ERROR: table name "a1" specified more than once 2024-09-07 20:44:54.077 UTC [23254][client backend] [pg_regress/join][95/50:0] STATEMENT: SELECT * FROM J1_TBL a1 JOIN J2_TBL a2 USING (i) AS a1; 2024-09-07 20:44:54.113 UTC [23250][client backend] [pg_regress/aggregates][93/202:0] ERROR: column "t1.f1" must appear in the GROUP BY clause or be used in an aggregate function at character 8 2024-09-07 20:44:54.113 UTC [23250][client backend] [pg_regress/aggregates][93/202:0] STATEMENT: select t1.f1 from t1 left join t2 using (f1) group by f1; 2024-09-07 20:44:54.137 UTC [23252][client backend] [pg_regress/union][:0] LOG: disconnection: session time: 0:00:01.636 user=postgres database=regression host=[local] 2024-09-07 20:44:54.225 UTC [23261][client backend] [pg_regress/update][98/93:7072] ERROR: new row violates check option for view "upview" 2024-09-07 20:44:54.225 UTC [23261][client backend] [pg_regress/update][98/93:7072] DETAIL: Failing row contains (a, 4, 120, 1, 1). 2024-09-07 20:44:54.225 UTC [23261][client backend] [pg_regress/update][98/93:7072] STATEMENT: UPDATE upview set c = 120 WHERE b = 4; 2024-09-07 20:44:54.358 UTC [23264][client backend] [pg_regress/arrays][1/454:0] ERROR: function width_bucket(text, integer[]) does not exist at character 8 2024-09-07 20:44:54.358 UTC [23264][client backend] [pg_regress/arrays][1/454:0] HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2024-09-07 20:44:54.358 UTC [23264][client backend] [pg_regress/arrays][1/454:0] STATEMENT: SELECT width_bucket('5'::text, ARRAY[3, 4]::integer[]); 2024-09-07 20:44:54.363 UTC [23264][client backend] [pg_regress/arrays][1/455:0] ERROR: thresholds array must not contain NULLs 2024-09-07 20:44:54.363 UTC [23264][client backend] [pg_regress/arrays][1/455:0] STATEMENT: SELECT width_bucket(5, ARRAY[3, 4, NULL]); 2024-09-07 20:44:54.363 UTC [23264][client backend] [pg_regress/arrays][1/456:0] ERROR: thresholds must be one-dimensional array 2024-09-07 20:44:54.363 UTC [23264][client backend] [pg_regress/arrays][1/456:0] STATEMENT: SELECT width_bucket(5, ARRAY[ARRAY[1, 2], ARRAY[3, 4]]); 2024-09-07 20:44:54.364 UTC [23264][client backend] [pg_regress/arrays][1/458:0] ERROR: number of elements to trim must be between 0 and 3 2024-09-07 20:44:54.364 UTC [23264][client backend] [pg_regress/arrays][1/458:0] STATEMENT: SELECT trim_array(ARRAY[1, 2, 3], -1); 2024-09-07 20:44:54.364 UTC [23264][client backend] [pg_regress/arrays][1/459:0] ERROR: number of elements to trim must be between 0 and 3 2024-09-07 20:44:54.364 UTC [23264][client backend] [pg_regress/arrays][1/459:0] STATEMENT: SELECT trim_array(ARRAY[1, 2, 3], 10); 2024-09-07 20:44:54.365 UTC [23264][client backend] [pg_regress/arrays][1/460:0] ERROR: number of elements to trim must be between 0 and 0 2024-09-07 20:44:54.365 UTC [23264][client backend] [pg_regress/arrays][1/460:0] STATEMENT: SELECT trim_array(ARRAY[]::int[], 1); 2024-09-07 20:44:54.380 UTC [23261][client backend] [pg_regress/update][98/94:7112] ERROR: new row violates check option for view "upview" 2024-09-07 20:44:54.380 UTC [23261][client backend] [pg_regress/update][98/94:7112] DETAIL: Failing row contains (b, 15, 120, 1, 1). 2024-09-07 20:44:54.380 UTC [23261][client backend] [pg_regress/update][98/94:7112] STATEMENT: UPDATE upview set a = 'b', b = 15, c = 120 WHERE b = 4; 2024-09-07 20:44:54.389 UTC [23264][client backend] [pg_regress/arrays][1/469:0] ERROR: sample size must be between 0 and 6 2024-09-07 20:44:54.389 UTC [23264][client backend] [pg_regress/arrays][1/469:0] STATEMENT: SELECT array_sample('{1,2,3,4,5,6}'::int[], -1); 2024-09-07 20:44:54.389 UTC [23264][client backend] [pg_regress/arrays][1/470:0] ERROR: sample size must be between 0 and 6 2024-09-07 20:44:54.389 UTC [23264][client backend] [pg_regress/arrays][1/470:0] STATEMENT: SELECT array_sample('{1,2,3,4,5,6}'::int[], 7); 2024-09-07 20:44:54.480 UTC [23264][client backend] [pg_regress/arrays][:0] LOG: disconnection: session time: 0:00:01.918 user=postgres database=regression host=[local] 2024-09-07 20:44:54.498 UTC [23250][client backend] [pg_regress/aggregates][93/257:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 39 2024-09-07 20:44:54.498 UTC [23250][client backend] [pg_regress/aggregates][93/257:0] STATEMENT: select aggfns(distinct a,b,c order by i) from (values (1,1,'foo')) v(a,b,c), generate_series(1,2) i; 2024-09-07 20:44:54.500 UTC [23250][client backend] [pg_regress/aggregates][93/258:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 41 2024-09-07 20:44:54.500 UTC [23250][client backend] [pg_regress/aggregates][93/258:0] STATEMENT: select aggfns(distinct a,b,c order by a,b+1) from (values (1,1,'foo')) v(a,b,c), generate_series(1,2) i; 2024-09-07 20:44:54.501 UTC [23250][client backend] [pg_regress/aggregates][93/259:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 43 2024-09-07 20:44:54.501 UTC [23250][client backend] [pg_regress/aggregates][93/259:0] STATEMENT: select aggfns(distinct a,b,c order by a,b,i,c) from (values (1,1,'foo')) v(a,b,c), generate_series(1,2) i; 2024-09-07 20:44:54.502 UTC [23250][client backend] [pg_regress/aggregates][93/260:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 41 2024-09-07 20:44:54.502 UTC [23250][client backend] [pg_regress/aggregates][93/260:0] STATEMENT: select aggfns(distinct a,a,c order by a,b) from (values (1,1,'foo')) v(a,b,c), generate_series(1,2) i; 2024-09-07 20:44:54.519 UTC [23250][client backend] [pg_regress/aggregates][93/266:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 51 2024-09-07 20:44:54.519 UTC [23250][client backend] [pg_regress/aggregates][93/266:0] STATEMENT: select string_agg(distinct f1::text, ',' order by f1) from varchar_tbl; 2024-09-07 20:44:54.522 UTC [23250][client backend] [pg_regress/aggregates][93/267:0] ERROR: in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list at character 45 2024-09-07 20:44:54.522 UTC [23250][client backend] [pg_regress/aggregates][93/267:0] STATEMENT: select string_agg(distinct f1, ',' order by f1::text) from varchar_tbl; 2024-09-07 20:44:54.905 UTC [23277][client backend] [pg_regress/subselect][:0] LOG: disconnection: session time: 0:00:02.248 user=postgres database=regression host=[local] 2024-09-07 20:44:55.156 UTC [23261][client backend] [pg_regress/update][98/145:7204] ERROR: new row violates row-level security policy for table "range_parted" 2024-09-07 20:44:55.156 UTC [23261][client backend] [pg_regress/update][98/145:7204] STATEMENT: UPDATE range_parted set a = 'b', c = 151 WHERE a = 'a' and c = 200; 2024-09-07 20:44:55.233 UTC [23261][client backend] [pg_regress/update][98/157:7212] ERROR: new row violates row-level security policy for table "range_parted" 2024-09-07 20:44:55.233 UTC [23261][client backend] [pg_regress/update][98/157:7212] STATEMENT: UPDATE range_parted set a = 'b', c = 150 WHERE a = 'a' and c = 200; 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/313:0] ERROR: aggregate functions are not allowed in FILTER at character 35 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/313:0] STATEMENT: select max(unique1) filter (where sum(ten) > 0) from tenk1; 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/314:0] ERROR: aggregate function calls cannot be nested at character 43 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/314:0] STATEMENT: select (select max(unique1) filter (where sum(ten) > 0) from int8_tbl) from tenk1; 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/315:0] ERROR: aggregate functions are not allowed in FILTER at character 35 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/315:0] STATEMENT: select max(unique1) filter (where bool_or(ten > 0)) from tenk1; 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/316:0] ERROR: aggregate function calls cannot be nested at character 43 2024-09-07 20:44:55.259 UTC [23250][client backend] [pg_regress/aggregates][93/316:0] STATEMENT: select (select max(unique1) filter (where bool_or(ten > 0)) from int8_tbl) from tenk1; 2024-09-07 20:44:55.263 UTC [23250][client backend] [pg_regress/aggregates][93/318:0] ERROR: cannot use multiple ORDER BY clauses with WITHIN GROUP at character 41 2024-09-07 20:44:55.263 UTC [23250][client backend] [pg_regress/aggregates][93/318:0] STATEMENT: select p, percentile_cont(p order by p) within group (order by x) -- error from generate_series(1,5) x, (values (0::float8),(0.1),(0.25),(0.4),(0.5),(0.6),(0.75),(0.9),(1)) v(p) group by p order by p; 2024-09-07 20:44:55.263 UTC [23250][client backend] [pg_regress/aggregates][93/319:0] ERROR: sum is not an ordered-set aggregate, so it cannot have WITHIN GROUP at character 11 2024-09-07 20:44:55.263 UTC [23250][client backend] [pg_regress/aggregates][93/319:0] STATEMENT: select p, sum() within group (order by x::float8) -- error from generate_series(1,5) x, (values (0::float8),(0.1),(0.25),(0.4),(0.5),(0.6),(0.75),(0.9),(1)) v(p) group by p order by p; 2024-09-07 20:44:55.264 UTC [23250][client backend] [pg_regress/aggregates][93/320:0] ERROR: WITHIN GROUP is required for ordered-set aggregate percentile_cont at character 11 2024-09-07 20:44:55.264 UTC [23250][client backend] [pg_regress/aggregates][93/320:0] STATEMENT: select p, percentile_cont(p,p) -- error from generate_series(1,5) x, (values (0::float8),(0.1),(0.25),(0.4),(0.5),(0.6),(0.75),(0.9),(1)) v(p) group by p order by p; 2024-09-07 20:44:55.289 UTC [23254][client backend] [pg_regress/join][95/177:0] ERROR: column t1.x does not exist at character 8 2024-09-07 20:44:55.289 UTC [23254][client backend] [pg_regress/join][95/177:0] HINT: Perhaps you meant to reference the column "t3.x". 2024-09-07 20:44:55.289 UTC [23254][client backend] [pg_regress/join][95/177:0] STATEMENT: select t1.x from t1 join t3 on (t1.a = t3.x); 2024-09-07 20:44:55.315 UTC [23261][client backend] [pg_regress/update][98/166:7222] ERROR: new row violates row-level security policy "policy_range_parted_subplan" for table "range_parted" 2024-09-07 20:44:55.315 UTC [23261][client backend] [pg_regress/update][98/166:7222] STATEMENT: UPDATE range_parted set a = 'b', c = 122 WHERE a = 'a' and c = 200; 2024-09-07 20:44:55.454 UTC [23261][client backend] [pg_regress/update][98/178:7230] ERROR: new row violates row-level security policy "policy_range_parted_wholerow" for table "range_parted" 2024-09-07 20:44:55.454 UTC [23261][client backend] [pg_regress/update][98/178:7230] STATEMENT: UPDATE range_parted set a = 'b', c = 116 WHERE a = 'a' and c = 200; 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/338:0] ERROR: column "x.x" must appear in the GROUP BY clause or be used in an aggregate function at character 13 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/338:0] DETAIL: Direct arguments of an ordered-set aggregate must use only grouped columns. 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/338:0] STATEMENT: select rank(x) within group (order by x) from generate_series(1,5) x; 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/339:0] ERROR: outer-level aggregate cannot contain a lower-level variable in its direct arguments at character 37 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/339:0] STATEMENT: select array(select percentile_disc(a) within group (order by x) from (values (0.3),(0.7)) v(a) group by a) from generate_series(1,5) g(x); 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/340:0] ERROR: aggregate function calls cannot be nested at character 13 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/340:0] STATEMENT: select rank(sum(x)) within group (order by x) from generate_series(1,5) x; 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/341:0] ERROR: WITHIN GROUP types text and integer cannot be matched at character 13 2024-09-07 20:44:55.481 UTC [23250][client backend] [pg_regress/aggregates][93/341:0] STATEMENT: select rank(3) within group (order by x) from (values ('fred'),('jim')) v(x); 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/342:0] ERROR: function rank(integer, name, name) does not exist at character 8 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/342:0] HINT: To use the hypothetical-set aggregate rank, the number of hypothetical direct arguments (here 1) must match the number of ordering columns (here 2). 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/342:0] STATEMENT: select rank(3) within group (order by stringu1,stringu2) from tenk1; 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/343:0] ERROR: invalid input syntax for type integer: "fred" at character 13 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/343:0] STATEMENT: select rank('fred') within group (order by x) from generate_series(1,5) x; 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/344:0] ERROR: collation mismatch between explicit collations "C" and "POSIX" at character 64 2024-09-07 20:44:55.482 UTC [23250][client backend] [pg_regress/aggregates][93/344:0] STATEMENT: select rank('adam'::text collate "C") within group (order by x collate "POSIX") from (values ('fred'),('jim')) v(x); 2024-09-07 20:44:55.528 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait 2024-09-07 20:44:55.728 UTC [23261][client backend] [pg_regress/update][98/229:0] ERROR: new row for relation "part_def" violates partition constraint 2024-09-07 20:44:55.728 UTC [23261][client backend] [pg_regress/update][98/229:0] DETAIL: Failing row contains (a, 9, null, null, null). 2024-09-07 20:44:55.728 UTC [23261][client backend] [pg_regress/update][98/229:0] STATEMENT: update part_def set a = 'a' where a = 'd'; 2024-09-07 20:44:55.730 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 3576 buffers (21.8%); 0 WAL file(s) added, 0 removed, 3 recycled; write=0.092 s, sync=0.001 s, total=0.203 s; sync files=0, longest=0.000 s, average=0.000 s; distance=55406 kB, estimate=55406 kB; lsn=0/68527D0, redo lsn=0/68165B8 2024-09-07 20:44:55.745 UTC [23261][client backend] [pg_regress/update][98/231:0] ERROR: new row for relation "part_a_10_a_20" violates partition constraint 2024-09-07 20:44:55.745 UTC [23261][client backend] [pg_regress/update][98/231:0] DETAIL: Failing row contains (ad, 10, 200, 1, null). 2024-09-07 20:44:55.745 UTC [23261][client backend] [pg_regress/update][98/231:0] STATEMENT: UPDATE part_a_10_a_20 set a = 'ad' WHERE a = 'a'; 2024-09-07 20:44:55.768 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait 2024-09-07 20:44:55.775 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 126 buffers (0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.007 s, sync=0.001 s, total=0.008 s; sync files=0, longest=0.000 s, average=0.000 s; distance=767 kB, estimate=49942 kB; lsn=0/68E1EB0, redo lsn=0/68D62F8 2024-09-07 20:44:55.831 UTC [20627][checkpointer] LOG: checkpoint starting: immediate force wait 2024-09-07 20:44:55.834 UTC [20627][checkpointer] LOG: checkpoint complete: wrote 65 buffers (0.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.003 s, sync=0.001 s, total=0.003 s; sync files=0, longest=0.000 s, average=0.000 s; distance=575 kB, estimate=45006 kB; lsn=0/696F060, redo lsn=0/6966158 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/115:0] ERROR: value 9 out of bounds for option "fillfactor" 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/115:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/115:0] STATEMENT: CREATE INDEX hash_f8_index2 ON hash_f8_heap USING hash (random float8_ops) WITH (fillfactor=9); 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/116:0] ERROR: value 101 out of bounds for option "fillfactor" 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/116:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:44:55.886 UTC [23269][client backend] [pg_regress/hash_index][5/116:0] STATEMENT: CREATE INDEX hash_f8_index2 ON hash_f8_heap USING hash (random float8_ops) WITH (fillfactor=101); 2024-09-07 20:44:55.890 UTC [23269][client backend] [pg_regress/hash_index][:0] LOG: disconnection: session time: 0:00:03.285 user=postgres database=regression host=[local] 2024-09-07 20:44:55.901 UTC [23261][client backend] [pg_regress/update][98/244:0] ERROR: new row for relation "list_default" violates partition constraint 2024-09-07 20:44:55.901 UTC [23261][client backend] [pg_regress/update][98/244:0] DETAIL: Failing row contains (a, 10). 2024-09-07 20:44:55.901 UTC [23261][client backend] [pg_regress/update][98/244:0] STATEMENT: UPDATE list_default set a = 'a' WHERE a = 'd'; 2024-09-07 20:44:56.013 UTC [23261][client backend] [pg_regress/update][98/254:7331] ERROR: cannot retrieve a system column in this context 2024-09-07 20:44:56.013 UTC [23261][client backend] [pg_regress/update][98/254:7331] STATEMENT: insert into utrtest values (2, 'bar') returning *, tableoid::regclass, xmin = pg_current_xact_id()::xid as xmin_ok; 2024-09-07 20:44:56.018 UTC [23261][client backend] [pg_regress/update][98/257:7334] ERROR: cannot retrieve a system column in this context 2024-09-07 20:44:56.018 UTC [23261][client backend] [pg_regress/update][98/257:7334] STATEMENT: update utrtest set a = 3 - a from (values (1), (2)) s(x) where a = s.x returning *, tableoid::regclass, xmin = pg_current_xact_id()::xid as xmin_ok; 2024-09-07 20:44:56.102 UTC [23261][client backend] [pg_regress/update][98/273:7351] ERROR: new row for relation "sub_parted" violates partition constraint 2024-09-07 20:44:56.102 UTC [23261][client backend] [pg_regress/update][98/273:7351] DETAIL: Failing row contains (2, 2, 10). 2024-09-07 20:44:56.102 UTC [23261][client backend] [pg_regress/update][98/273:7351] STATEMENT: UPDATE sub_parted set a = 2 WHERE c = 10; 2024-09-07 20:44:56.275 UTC [23261][client backend] [pg_regress/update][98/307:0] ERROR: new row for relation "hpart1" violates partition constraint 2024-09-07 20:44:56.275 UTC [23261][client backend] [pg_regress/update][98/307:0] DETAIL: Failing row contains (3, 4). 2024-09-07 20:44:56.275 UTC [23261][client backend] [pg_regress/update][98/307:0] STATEMENT: update hpart1 set a = 3, b=4 where a = 1; 2024-09-07 20:44:56.299 UTC [23261][client backend] [pg_regress/update][:0] LOG: disconnection: session time: 0:00:03.752 user=postgres database=regression host=[local] 2024-09-07 20:44:56.558 UTC [23254][client backend] [pg_regress/join][95/181:0] ERROR: FOR UPDATE cannot be applied to a join at character 101 2024-09-07 20:44:56.558 UTC [23254][client backend] [pg_regress/join][95/181:0] STATEMENT: select foo.*, unnamed_join.* from t1 join t2 using (a) as foo, t3 as unnamed_join for update of foo; 2024-09-07 20:44:56.559 UTC [23254][client backend] [pg_regress/join][95/182:0] ERROR: relation "foo" in FOR UPDATE clause not found in FROM clause at character 110 2024-09-07 20:44:56.559 UTC [23254][client backend] [pg_regress/join][95/182:0] STATEMENT: select bar.*, unnamed_join.* from (t1 join t2 using (a) as foo) as bar, t3 as unnamed_join for update of foo; 2024-09-07 20:44:56.559 UTC [23254][client backend] [pg_regress/join][95/183:0] ERROR: FOR UPDATE cannot be applied to a join at character 110 2024-09-07 20:44:56.559 UTC [23254][client backend] [pg_regress/join][95/183:0] STATEMENT: select bar.*, unnamed_join.* from (t1 join t2 using (a) as foo) as bar, t3 as unnamed_join for update of bar; 2024-09-07 20:44:56.668 UTC [23250][client backend] [pg_regress/aggregates][93/417:7394] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.1", size 280000 2024-09-07 20:44:56.668 UTC [23250][client backend] [pg_regress/aggregates][93/417:7394] STATEMENT: create table agg_data_20k as select g from generate_series(0, 19999) g; 2024-09-07 20:44:56.864 UTC [23250][client backend] [pg_regress/aggregates][93/422:7396] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.2", size 401408 2024-09-07 20:44:56.864 UTC [23250][client backend] [pg_regress/aggregates][93/422:7396] STATEMENT: create table agg_group_1 as select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 from agg_data_20k group by g%10000; 2024-09-07 20:44:57.162 UTC [23250][client backend] [pg_regress/aggregates][93/431:7428] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.5", size 786432 2024-09-07 20:44:57.162 UTC [23250][client backend] [pg_regress/aggregates][93/431:7428] STATEMENT: create table agg_hash_1 as select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 from agg_data_20k group by g%10000; 2024-09-07 20:44:57.206 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.6", size 204800 2024-09-07 20:44:57.206 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] STATEMENT: create table agg_hash_2 as select * from (values (100), (300), (500)) as r(a), lateral ( select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 from agg_data_2k where g < r.a group by g/2) as s; 2024-09-07 20:44:57.208 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.7", size 204800 2024-09-07 20:44:57.208 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] STATEMENT: create table agg_hash_2 as select * from (values (100), (300), (500)) as r(a), lateral ( select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 from agg_data_2k where g < r.a group by g/2) as s; 2024-09-07 20:44:57.210 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.8", size 204800 2024-09-07 20:44:57.210 UTC [23250][client backend] [pg_regress/aggregates][93/432:7450] STATEMENT: create table agg_hash_2 as select * from (values (100), (300), (500)) as r(a), lateral ( select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 from agg_data_2k where g < r.a group by g/2) as s; 2024-09-07 20:44:57.239 UTC [23250][client backend] [pg_regress/aggregates][93/434:7457] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.9", size 204800 2024-09-07 20:44:57.239 UTC [23250][client backend] [pg_regress/aggregates][93/434:7457] STATEMENT: create table agg_hash_3 as select (g/2)::numeric as c1, sum(7::int4) as c2, count(*) as c3 from agg_data_2k group by g/2; 2024-09-07 20:44:57.263 UTC [23250][client backend] [pg_regress/aggregates][93/435:7458] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp23250.10", size 229376 2024-09-07 20:44:57.263 UTC [23250][client backend] [pg_regress/aggregates][93/435:7458] STATEMENT: create table agg_hash_4 as select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 from agg_data_2k group by g/2; 2024-09-07 20:44:57.526 UTC [23250][client backend] [pg_regress/aggregates][:0] LOG: disconnection: session time: 0:00:05.035 user=postgres database=regression host=[local] 2024-09-07 20:44:57.569 UTC [23254][client backend] [pg_regress/join][95/426:0] ERROR: column reference "f1" is ambiguous at character 78 2024-09-07 20:44:57.569 UTC [23254][client backend] [pg_regress/join][95/426:0] STATEMENT: select * from int8_tbl x join (int4_tbl x cross join int4_tbl y) j on q1 = f1; 2024-09-07 20:44:57.569 UTC [23254][client backend] [pg_regress/join][95/427:0] ERROR: invalid reference to FROM-clause entry for table "y" at character 78 2024-09-07 20:44:57.569 UTC [23254][client backend] [pg_regress/join][95/427:0] DETAIL: There is an entry for table "y", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.569 UTC [23254][client backend] [pg_regress/join][95/427:0] STATEMENT: select * from int8_tbl x join (int4_tbl x cross join int4_tbl y) j on q1 = y.f1; 2024-09-07 20:44:57.570 UTC [23254][client backend] [pg_regress/join][95/429:0] ERROR: column t1.uunique1 does not exist at character 8 2024-09-07 20:44:57.570 UTC [23254][client backend] [pg_regress/join][95/429:0] HINT: Perhaps you meant to reference the column "t1.unique1". 2024-09-07 20:44:57.570 UTC [23254][client backend] [pg_regress/join][95/429:0] STATEMENT: select t1.uunique1 from tenk1 t1 join tenk2 t2 on t1.two = t2.two; 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/430:0] ERROR: column t2.uunique1 does not exist at character 8 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/430:0] HINT: Perhaps you meant to reference the column "t2.unique1". 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/430:0] STATEMENT: select t2.uunique1 from tenk1 t1 join tenk2 t2 on t1.two = t2.two; 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/431:0] ERROR: column "uunique1" does not exist at character 8 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/431:0] HINT: Perhaps you meant to reference the column "t1.unique1" or the column "t2.unique1". 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/431:0] STATEMENT: select uunique1 from tenk1 t1 join tenk2 t2 on t1.two = t2.two; 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/432:0] ERROR: column "ctid" does not exist at character 8 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/432:0] DETAIL: There are columns named "ctid", but they are in tables that cannot be referenced from this part of the query. 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/432:0] HINT: Try using a table-qualified name. 2024-09-07 20:44:57.571 UTC [23254][client backend] [pg_regress/join][95/432:0] STATEMENT: select ctid from tenk1 t1 join tenk2 t2 on t1.two = t2.two; 2024-09-07 20:44:57.573 UTC [23254][client backend] [pg_regress/join][95/433:0] ERROR: column atts.relid does not exist at character 8 2024-09-07 20:44:57.573 UTC [23254][client backend] [pg_regress/join][95/433:0] STATEMENT: select atts.relid::regclass, s.* from pg_stats s join pg_attribute a on s.attname = a.attname and s.tablename = a.attrelid::regclass::text join (select unnest(indkey) attnum, indexrelid from pg_index i) atts on atts.attnum = a.attnum where schemaname != 'pg_catalog'; 2024-09-07 20:44:57.778 UTC [23254][client backend] [pg_regress/join][95/490:0] ERROR: join expression "ss" has 3 columns available but 4 columns specified 2024-09-07 20:44:57.778 UTC [23254][client backend] [pg_regress/join][95/490:0] STATEMENT: SELECT * FROM (int8_tbl i cross join int4_tbl j) ss(a,b,c,d); 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/495:0] ERROR: column "f1" does not exist at character 38 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/495:0] DETAIL: There is a column named "f1" in table "a", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/495:0] HINT: To reference that column, you must mark this subquery with LATERAL. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/495:0] STATEMENT: select f1,g from int4_tbl a, (select f1 as g) ss; 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/496:0] ERROR: invalid reference to FROM-clause entry for table "a" at character 38 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/496:0] DETAIL: There is an entry for table "a", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/496:0] HINT: To reference that table, you must mark this subquery with LATERAL. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/496:0] STATEMENT: select f1,g from int4_tbl a, (select a.f1 as g) ss; 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/497:0] ERROR: column "f1" does not exist at character 48 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/497:0] DETAIL: There is a column named "f1" in table "a", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/497:0] HINT: To reference that column, you must mark this subquery with LATERAL. 2024-09-07 20:44:57.792 UTC [23254][client backend] [pg_regress/join][95/497:0] STATEMENT: select f1,g from int4_tbl a cross join (select f1 as g) ss; 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/498:0] ERROR: invalid reference to FROM-clause entry for table "a" at character 48 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/498:0] DETAIL: There is an entry for table "a", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/498:0] HINT: To reference that table, you must mark this subquery with LATERAL. 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/498:0] STATEMENT: select f1,g from int4_tbl a cross join (select a.f1 as g) ss; 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/499:0] ERROR: invalid reference to FROM-clause entry for table "a" at character 67 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/499:0] DETAIL: The combining JOIN type must be INNER or LEFT for a LATERAL reference. 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/499:0] STATEMENT: select f1,g from int4_tbl a right join lateral generate_series(0, a.f1) g on true; 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/500:0] ERROR: invalid reference to FROM-clause entry for table "a" at character 66 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/500:0] DETAIL: The combining JOIN type must be INNER or LEFT for a LATERAL reference. 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/500:0] STATEMENT: select f1,g from int4_tbl a full join lateral generate_series(0, a.f1) g on true; 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/501:0] ERROR: table reference "x" is ambiguous at character 78 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/501:0] STATEMENT: select * from int8_tbl x cross join (int4_tbl x cross join lateral (select x.f1) ss); 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/502:0] ERROR: aggregate functions are not allowed in FROM clause of their own query level at character 40 2024-09-07 20:44:57.793 UTC [23254][client backend] [pg_regress/join][95/502:0] STATEMENT: select 1 from tenk1 a, lateral (select max(a.unique1) from int4_tbl b) ss; 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/504:0] ERROR: column "x1" does not exist at character 64 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/504:0] DETAIL: There is a column named "x1" in table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/504:0] STATEMENT: update xx1 set x2 = f1 from (select * from int4_tbl where f1 = x1) ss; 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/505:0] ERROR: invalid reference to FROM-clause entry for table "xx1" at character 64 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/505:0] DETAIL: There is an entry for table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.795 UTC [23254][client backend] [pg_regress/join][95/505:0] STATEMENT: update xx1 set x2 = f1 from (select * from int4_tbl where f1 = xx1.x1) ss; 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/506:0] ERROR: invalid reference to FROM-clause entry for table "xx1" at character 72 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/506:0] HINT: There is an entry for table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/506:0] STATEMENT: update xx1 set x2 = f1 from lateral (select * from int4_tbl where f1 = x1) ss; 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/507:0] ERROR: table name "xx1" specified more than once 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/507:0] STATEMENT: update xx1 set x2 = f1 from xx1, lateral (select * from int4_tbl where f1 = x1) ss; 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/508:0] ERROR: column "x1" does not exist at character 58 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/508:0] DETAIL: There is a column named "x1" in table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/508:0] STATEMENT: delete from xx1 using (select * from int4_tbl where f1 = x1) ss; 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/509:0] ERROR: invalid reference to FROM-clause entry for table "xx1" at character 58 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/509:0] DETAIL: There is an entry for table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/509:0] STATEMENT: delete from xx1 using (select * from int4_tbl where f1 = xx1.x1) ss; 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/510:0] ERROR: invalid reference to FROM-clause entry for table "xx1" at character 66 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/510:0] HINT: There is an entry for table "xx1", but it cannot be referenced from this part of the query. 2024-09-07 20:44:57.796 UTC [23254][client backend] [pg_regress/join][95/510:0] STATEMENT: delete from xx1 using lateral (select * from int4_tbl where f1 = x1) ss; 2024-09-07 20:44:58.454 UTC [23254][client backend] [pg_regress/join][:0] LOG: disconnection: session time: 0:00:05.937 user=postgres database=regression host=[local] 2024-09-07 20:45:00.261 UTC [23268][client backend] [pg_regress/btree_index][8/167:7546] ERROR: operator class int4_ops has no options 2024-09-07 20:45:00.261 UTC [23268][client backend] [pg_regress/btree_index][8/167:7546] STATEMENT: create index on btree_tall_tbl (id int4_ops(foo=1)); 2024-09-07 20:45:00.274 UTC [23268][client backend] [pg_regress/btree_index][8/169:0] ERROR: ALTER action ALTER COLUMN ... SET cannot be performed on relation "btree_tall_idx2" 2024-09-07 20:45:00.274 UTC [23268][client backend] [pg_regress/btree_index][8/169:0] DETAIL: This operation is not supported for indexes. 2024-09-07 20:45:00.274 UTC [23268][client backend] [pg_regress/btree_index][8/169:0] STATEMENT: ALTER INDEX btree_tall_idx2 ALTER COLUMN id SET (n_distinct=100); 2024-09-07 20:45:00.278 UTC [23268][client backend] [pg_regress/btree_index][8/173:0] ERROR: ALTER action ALTER COLUMN ... SET cannot be performed on relation "btree_part_idx" 2024-09-07 20:45:00.278 UTC [23268][client backend] [pg_regress/btree_index][8/173:0] DETAIL: This operation is not supported for partitioned indexes. 2024-09-07 20:45:00.278 UTC [23268][client backend] [pg_regress/btree_index][8/173:0] STATEMENT: ALTER INDEX btree_part_idx ALTER COLUMN id SET (n_distinct=100); 2024-09-07 20:45:00.307 UTC [23268][client backend] [pg_regress/btree_index][:0] LOG: disconnection: session time: 0:00:07.710 user=postgres database=regression host=[local] 2024-09-07 20:45:00.975 UTC [24085][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:00.976 UTC [24085][client backend] [[unknown]][14/111:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:00.976 UTC [24085][client backend] [[unknown]][14/111:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/gist 2024-09-07 20:45:00.986 UTC [24086][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:00.987 UTC [24086][client backend] [[unknown]][17/31:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:00.987 UTC [24086][client backend] [[unknown]][17/31:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/lock 2024-09-07 20:45:00.994 UTC [24091][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:00.996 UTC [24091][client backend] [[unknown]][22/107:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:00.996 UTC [24091][client backend] [[unknown]][22/107:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:00.997 UTC [24094][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:00.997 UTC [24089][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:00.998 UTC [24089][client backend] [[unknown]][13/169:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:00.998 UTC [24089][client backend] [[unknown]][13/169:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/gin 2024-09-07 20:45:01.001 UTC [24095][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.003 UTC [24094][client backend] [[unknown]][15/102:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.003 UTC [24094][client backend] [[unknown]][15/102:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/replica_identity 2024-09-07 20:45:01.004 UTC [24092][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.005 UTC [24092][client backend] [[unknown]][18/46:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.005 UTC [24092][client backend] [[unknown]][18/46:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/matview 2024-09-07 20:45:01.007 UTC [24095][client backend] [[unknown]][12/172:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.007 UTC [24095][client backend] [[unknown]][12/172:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/init_privs 2024-09-07 20:45:01.011 UTC [24087][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.011 UTC [24096][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.012 UTC [24087][client backend] [[unknown]][20/145:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.012 UTC [24087][client backend] [[unknown]][20/145:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/spgist 2024-09-07 20:45:01.015 UTC [24088][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.019 UTC [24088][client backend] [[unknown]][4/100:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.019 UTC [24088][client backend] [[unknown]][4/100:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/drop_operator 2024-09-07 20:45:01.019 UTC [24096][client backend] [[unknown]][11/142:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.019 UTC [24096][client backend] [[unknown]][11/142:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/object_address 2024-09-07 20:45:01.033 UTC [24098][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.035 UTC [24098][client backend] [[unknown]][7/586:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.035 UTC [24098][client backend] [[unknown]][7/586:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/rowsecurity 2024-09-07 20:45:01.044 UTC [24099][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.045 UTC [24099][client backend] [[unknown]][21/410:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.045 UTC [24099][client backend] [[unknown]][21/410:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/identity 2024-09-07 20:45:01.048 UTC [24100][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.049 UTC [24100][client backend] [[unknown]][32/16:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.049 UTC [24100][client backend] [[unknown]][32/16:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/security_label 2024-09-07 20:45:01.050 UTC [24095][client backend] [pg_regress/init_privs][:0] LOG: disconnection: session time: 0:00:00.051 user=postgres database=regression host=[local] 2024-09-07 20:45:01.059 UTC [24101][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.060 UTC [24101][client backend] [[unknown]][25/18:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.060 UTC [24101][client backend] [[unknown]][25/18:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/tablesample 2024-09-07 20:45:01.071 UTC [24104][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.072 UTC [24104][client backend] [[unknown]][27/37:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.072 UTC [24104][client backend] [[unknown]][27/37:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/collate 2024-09-07 20:45:01.081 UTC [24103][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.082 UTC [24103][client backend] [[unknown]][24/46:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.082 UTC [24103][client backend] [[unknown]][24/46:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/groupingsets 2024-09-07 20:45:01.089 UTC [24105][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.090 UTC [24105][client backend] [[unknown]][28/25:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.090 UTC [24105][client backend] [[unknown]][28/25:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/password 2024-09-07 20:45:01.113 UTC [24107][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.114 UTC [24107][client backend] [[unknown]][31/53:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.114 UTC [24107][client backend] [[unknown]][31/53:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/generated_stored 2024-09-07 20:45:01.125 UTC [24110][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.126 UTC [24110][client backend] [[unknown]][34/24:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.126 UTC [24110][client backend] [[unknown]][34/24:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/join_hash 2024-09-07 20:45:01.130 UTC [24108][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:01.131 UTC [24108][client backend] [[unknown]][23/91:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:01.131 UTC [24108][client backend] [[unknown]][23/91:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/brin 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/118:0] ERROR: invalid value for enum option "buffering": invalid_value 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/118:0] DETAIL: Valid values are "on", "off", and "auto". 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/118:0] STATEMENT: create index gist_pointidx5 on gist_point_tbl using gist(p) with (buffering = invalid_value); 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/119:0] ERROR: value 9 out of bounds for option "fillfactor" 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/119:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/119:0] STATEMENT: create index gist_pointidx5 on gist_point_tbl using gist(p) with (fillfactor=9); 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/120:0] ERROR: value 101 out of bounds for option "fillfactor" 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/120:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:45:01.138 UTC [24085][client backend] [pg_regress/gist][14/120:0] STATEMENT: create index gist_pointidx5 on gist_point_tbl using gist(p) with (fillfactor=101); 2024-09-07 20:45:01.150 UTC [24091][client backend] [pg_regress/privileges][22/125:0] ERROR: role "regress_priv_user5" already exists 2024-09-07 20:45:01.150 UTC [24091][client backend] [pg_regress/privileges][22/125:0] STATEMENT: CREATE USER regress_priv_user5; 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/134:0] ERROR: ADMIN option cannot be granted back to your own grantor 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/134:0] STATEMENT: GRANT regress_priv_user1 TO regress_priv_user2 WITH ADMIN OPTION GRANTED BY regress_priv_user3; 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/135:0] ERROR: dependent privileges exist 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/135:0] HINT: Use CASCADE to revoke them too. 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/135:0] STATEMENT: REVOKE ADMIN OPTION FOR regress_priv_user1 FROM regress_priv_user2; 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/136:0] ERROR: dependent privileges exist 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/136:0] HINT: Use CASCADE to revoke them too. 2024-09-07 20:45:01.154 UTC [24091][client backend] [pg_regress/privileges][22/136:0] STATEMENT: REVOKE regress_priv_user1 FROM regress_priv_user2; 2024-09-07 20:45:01.161 UTC [24088][client backend] [pg_regress/drop_operator][:0] LOG: disconnection: session time: 0:00:00.150 user=postgres database=regression host=[local] 2024-09-07 20:45:01.183 UTC [24091][client backend] [pg_regress/privileges][22/151:7652] ERROR: role "regress_priv_user2" cannot be dropped because some objects depend on it 2024-09-07 20:45:01.183 UTC [24091][client backend] [pg_regress/privileges][22/151:7652] DETAIL: privileges for membership of role regress_priv_user3 in role regress_priv_user1 2024-09-07 20:45:01.183 UTC [24091][client backend] [pg_regress/privileges][22/151:7652] STATEMENT: DROP ROLE regress_priv_user2; 2024-09-07 20:45:01.186 UTC [24091][client backend] [pg_regress/privileges][22/153:7654] ERROR: role "regress_priv_user2" cannot be dropped because some objects depend on it 2024-09-07 20:45:01.186 UTC [24091][client backend] [pg_regress/privileges][22/153:7654] DETAIL: privileges for membership of role regress_priv_user3 in role regress_priv_user1 2024-09-07 20:45:01.186 UTC [24091][client backend] [pg_regress/privileges][22/153:7654] STATEMENT: DROP ROLE regress_priv_user2; 2024-09-07 20:45:01.190 UTC [24091][client backend] [pg_regress/privileges][22/158:7660] ERROR: role "regress_priv_user3" cannot be dropped because some objects depend on it 2024-09-07 20:45:01.190 UTC [24091][client backend] [pg_regress/privileges][22/158:7660] DETAIL: privileges for membership of role regress_priv_user4 in role regress_priv_user1 2024-09-07 20:45:01.190 UTC [24091][client backend] [pg_regress/privileges][22/158:7660] STATEMENT: DROP ROLE regress_priv_user3; 2024-09-07 20:45:01.193 UTC [24092][client backend] [pg_regress/matview][18/54:0] ERROR: materialized view "mvtest_tm" has not been populated 2024-09-07 20:45:01.193 UTC [24092][client backend] [pg_regress/matview][18/54:0] HINT: Use the REFRESH MATERIALIZED VIEW command. 2024-09-07 20:45:01.193 UTC [24092][client backend] [pg_regress/matview][18/54:0] STATEMENT: SELECT * FROM mvtest_tm ORDER BY type; 2024-09-07 20:45:01.202 UTC [24091][client backend] [pg_regress/privileges][22/163:7667] ERROR: role "regress_priv_user5" cannot be dropped because some objects depend on it 2024-09-07 20:45:01.202 UTC [24091][client backend] [pg_regress/privileges][22/163:7667] DETAIL: privileges for membership of role regress_priv_user6 in role regress_priv_user1 2024-09-07 20:45:01.202 UTC [24091][client backend] [pg_regress/privileges][22/163:7667] STATEMENT: DROP ROLE regress_priv_user5; 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/26:0] ERROR: invalid value for parameter "password_encryption": "novalue" 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/26:0] HINT: Available values: md5, scram-sha-256. 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/26:0] STATEMENT: SET password_encryption = 'novalue'; 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/27:0] ERROR: invalid value for parameter "password_encryption": "true" 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/27:0] HINT: Available values: md5, scram-sha-256. 2024-09-07 20:45:01.246 UTC [24105][client backend] [pg_regress/password][28/27:0] STATEMENT: SET password_encryption = true; 2024-09-07 20:45:01.254 UTC [24094][client backend] [pg_regress/replica_identity][15/115:7693] ERROR: cannot use non-unique index "test_replica_identity_keyab" as replica identity 2024-09-07 20:45:01.254 UTC [24094][client backend] [pg_regress/replica_identity][15/115:7693] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab; 2024-09-07 20:45:01.261 UTC [24094][client backend] [pg_regress/replica_identity][15/116:7698] ERROR: index "test_replica_identity_nonkey" cannot be used as replica identity because column "nonkey" is nullable 2024-09-07 20:45:01.261 UTC [24094][client backend] [pg_regress/replica_identity][15/116:7698] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_nonkey; 2024-09-07 20:45:01.262 UTC [24094][client backend] [pg_regress/replica_identity][15/117:7700] ERROR: cannot use non-unique index "test_replica_identity_hash" as replica identity 2024-09-07 20:45:01.262 UTC [24094][client backend] [pg_regress/replica_identity][15/117:7700] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_hash; 2024-09-07 20:45:01.264 UTC [24094][client backend] [pg_regress/replica_identity][15/118:7707] ERROR: cannot use expression index "test_replica_identity_expr" as replica identity 2024-09-07 20:45:01.264 UTC [24094][client backend] [pg_regress/replica_identity][15/118:7707] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_expr; 2024-09-07 20:45:01.264 UTC [24094][client backend] [pg_regress/replica_identity][15/119:7710] ERROR: cannot use partial index "test_replica_identity_partial" as replica identity 2024-09-07 20:45:01.264 UTC [24094][client backend] [pg_regress/replica_identity][15/119:7710] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_partial; 2024-09-07 20:45:01.269 UTC [24094][client backend] [pg_regress/replica_identity][15/120:7717] ERROR: "test_replica_identity_othertable_pkey" is not an index for table "test_replica_identity" 2024-09-07 20:45:01.269 UTC [24094][client backend] [pg_regress/replica_identity][15/120:7717] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_othertable_pkey; 2024-09-07 20:45:01.270 UTC [24094][client backend] [pg_regress/replica_identity][15/121:7719] ERROR: cannot use non-immediate index "test_replica_identity_unique_defer" as replica identity 2024-09-07 20:45:01.270 UTC [24094][client backend] [pg_regress/replica_identity][15/121:7719] STATEMENT: ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_unique_defer; 2024-09-07 20:45:01.271 UTC [24094][client backend] [pg_regress/replica_identity][15/122:7720] ERROR: cannot use non-immediate index "pk" as replica identity 2024-09-07 20:45:01.271 UTC [24094][client backend] [pg_regress/replica_identity][15/122:7720] STATEMENT: ALTER TABLE test_replica_identity_t3 REPLICA IDENTITY USING INDEX pk; 2024-09-07 20:45:01.302 UTC [24091][client backend] [pg_regress/privileges][22/192:0] ERROR: permission denied to set role "pg_read_all_settings" 2024-09-07 20:45:01.302 UTC [24091][client backend] [pg_regress/privileges][22/192:0] STATEMENT: SET ROLE pg_read_all_settings; 2024-09-07 20:45:01.302 UTC [24091][client backend] [pg_regress/privileges][22/193:0] ERROR: permission denied to set role "pg_read_all_stats" 2024-09-07 20:45:01.302 UTC [24091][client backend] [pg_regress/privileges][22/193:0] STATEMENT: SET ROLE pg_read_all_stats; 2024-09-07 20:45:01.305 UTC [24086][client backend] [pg_regress/lock][17/62:0] ERROR: permission denied for table lock_tbl2 2024-09-07 20:45:01.305 UTC [24086][client backend] [pg_regress/lock][17/62:0] STATEMENT: LOCK TABLE lock_tbl2; 2024-09-07 20:45:01.307 UTC [24086][client backend] [pg_regress/lock][17/68:0] ERROR: permission denied for view lock_view1 2024-09-07 20:45:01.307 UTC [24086][client backend] [pg_regress/lock][17/68:0] STATEMENT: LOCK TABLE lock_view1; 2024-09-07 20:45:01.310 UTC [24098][client backend] [pg_regress/rowsecurity][7/623:0] ERROR: unrecognized row security option "ugly" at character 33 2024-09-07 20:45:01.310 UTC [24098][client backend] [pg_regress/rowsecurity][7/623:0] HINT: Only PERMISSIVE or RESTRICTIVE policies are supported currently. 2024-09-07 20:45:01.310 UTC [24098][client backend] [pg_regress/rowsecurity][7/623:0] STATEMENT: CREATE POLICY p1 ON document AS UGLY USING (dlevel <= (SELECT seclv FROM uaccount WHERE pguser = current_user)); 2024-09-07 20:45:01.338 UTC [24096][client backend] [pg_regress/object_address][11/174:7782] WARNING: "wal_level" is insufficient to publish logical changes 2024-09-07 20:45:01.338 UTC [24096][client backend] [pg_regress/object_address][11/174:7782] HINT: Set "wal_level" to "logical" before creating subscriptions. 2024-09-07 20:45:01.339 UTC [24091][client backend] [pg_regress/privileges][22/208:0] ERROR: permission denied to alter role 2024-09-07 20:45:01.339 UTC [24091][client backend] [pg_regress/privileges][22/208:0] DETAIL: To change another role's password, the current user must have the CREATEROLE attribute and the ADMIN option on the role. 2024-09-07 20:45:01.339 UTC [24091][client backend] [pg_regress/privileges][22/208:0] STATEMENT: ALTER USER regress_priv_user2 PASSWORD 'verysecret'; 2024-09-07 20:45:01.339 UTC [24096][client backend] [pg_regress/object_address][11/175:7786] WARNING: "wal_level" is insufficient to publish logical changes 2024-09-07 20:45:01.339 UTC [24096][client backend] [pg_regress/object_address][11/175:7786] HINT: Set "wal_level" to "logical" before creating subscriptions. 2024-09-07 20:45:01.342 UTC [24096][client backend] [pg_regress/object_address][11/177:7792] WARNING: subscription was created, but is not connected 2024-09-07 20:45:01.342 UTC [24096][client backend] [pg_regress/object_address][11/177:7792] HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. 2024-09-07 20:45:01.345 UTC [24091][client backend] [pg_regress/privileges][22/215:0] ERROR: permission denied to grant privileges as role "regress_priv_role" 2024-09-07 20:45:01.345 UTC [24091][client backend] [pg_regress/privileges][22/215:0] DETAIL: The grantor must have the ADMIN option on role "regress_priv_role". 2024-09-07 20:45:01.345 UTC [24091][client backend] [pg_regress/privileges][22/215:0] STATEMENT: GRANT regress_priv_role TO regress_priv_user1 WITH ADMIN OPTION GRANTED BY regress_priv_role; 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/30:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/30:0] STATEMENT: SECURITY LABEL ON TABLE seclabel_tbl1 IS 'classified'; 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/31:0] ERROR: security label provider "dummy" is not loaded 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/31:0] STATEMENT: SECURITY LABEL FOR 'dummy' ON TABLE seclabel_tbl1 IS 'classified'; 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/32:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/32:0] STATEMENT: SECURITY LABEL ON TABLE seclabel_tbl1 IS '...invalid label...'; 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/33:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/33:0] STATEMENT: SECURITY LABEL ON TABLE seclabel_tbl3 IS 'unclassified'; 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/34:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.345 UTC [24100][client backend] [pg_regress/security_label][32/34:0] STATEMENT: SECURITY LABEL ON ROLE regress_seclabel_user1 IS 'classified'; 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/35:0] ERROR: security label provider "dummy" is not loaded 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/35:0] STATEMENT: SECURITY LABEL FOR 'dummy' ON ROLE regress_seclabel_user1 IS 'classified'; 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/36:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/36:0] STATEMENT: SECURITY LABEL ON ROLE regress_seclabel_user1 IS '...invalid label...'; 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/37:0] ERROR: no security label providers have been loaded 2024-09-07 20:45:01.346 UTC [24100][client backend] [pg_regress/security_label][32/37:0] STATEMENT: SECURITY LABEL ON ROLE regress_seclabel_user3 IS 'unclassified'; 2024-09-07 20:45:01.349 UTC [24091][client backend] [pg_regress/privileges][22/217:0] ERROR: role "foo" does not exist 2024-09-07 20:45:01.349 UTC [24091][client backend] [pg_regress/privileges][22/217:0] STATEMENT: REVOKE ADMIN OPTION FOR regress_priv_role FROM regress_priv_user1 GRANTED BY foo; 2024-09-07 20:45:01.349 UTC [24091][client backend] [pg_regress/privileges][22/218:0] WARNING: role "regress_priv_user1" has not been granted membership in role "regress_priv_role" by role "regress_priv_user2" 2024-09-07 20:45:01.351 UTC [24086][client backend] [pg_regress/lock][17/77:0] ERROR: permission denied for view lock_view8 2024-09-07 20:45:01.351 UTC [24086][client backend] [pg_regress/lock][17/77:0] STATEMENT: LOCK TABLE lock_view8; 2024-09-07 20:45:01.352 UTC [24086][client backend] [pg_regress/lock][17/81:7799] ERROR: permission denied for table lock_tbl1 2024-09-07 20:45:01.352 UTC [24086][client backend] [pg_regress/lock][17/81:7799] STATEMENT: LOCK TABLE lock_view8; 2024-09-07 20:45:01.352 UTC [24099][client backend] [pg_regress/identity][21/415:7797] ERROR: column "a" of relation "itest3" is already an identity column 2024-09-07 20:45:01.352 UTC [24099][client backend] [pg_regress/identity][21/415:7797] STATEMENT: ALTER TABLE itest3 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/179:0] ERROR: unrecognized object type "stone" 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/179:0] STATEMENT: SELECT pg_get_object_address('stone', '{}', '{}'); 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/180:0] ERROR: name list length must be at least 1 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/180:0] STATEMENT: SELECT pg_get_object_address('table', '{}', '{}'); 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/181:0] ERROR: name or argument lists may not contain nulls 2024-09-07 20:45:01.375 UTC [24096][client backend] [pg_regress/object_address][11/181:0] STATEMENT: SELECT pg_get_object_address('table', '{NULL}', '{}'); 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for toast table: unsupported object type "toast table" 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for index column: unsupported object type "index column" 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for sequence column: unsupported object type "sequence column" 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for toast table column: unsupported object type "toast table column" 2024-09-07 20:45:01.376 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for view column: unsupported object type "view column" 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/182:0] WARNING: error for materialized view column: unsupported object type "materialized view column" 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/182:0] CONTEXT: PL/pgSQL function inline_code_block line 11 at RAISE 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/183:0] ERROR: operator 1 (int4, bool) of operator family integer_ops for access method btree does not exist 2024-09-07 20:45:01.377 UTC [24096][client backend] [pg_regress/object_address][11/183:0] STATEMENT: select * from pg_get_object_address('operator of access method', '{btree,integer_ops,1}', '{int4,bool}'); 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/184:0] ERROR: operator 99 (int4, int4) of operator family integer_ops for access method btree does not exist 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/184:0] STATEMENT: select * from pg_get_object_address('operator of access method', '{btree,integer_ops,99}', '{int4,int4}'); 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/185:0] ERROR: function 1 (int4, bool) of operator family integer_ops for access method btree does not exist 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/185:0] STATEMENT: select * from pg_get_object_address('function of access method', '{btree,integer_ops,1}', '{int4,bool}'); 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/186:0] ERROR: function 99 (int4, int4) of operator family integer_ops for access method btree does not exist 2024-09-07 20:45:01.378 UTC [24096][client backend] [pg_regress/object_address][11/186:0] STATEMENT: select * from pg_get_object_address('function of access method', '{btree,integer_ops,99}', '{int4,int4}'); 2024-09-07 20:45:01.380 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.380 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.387 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for index,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.388 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.393 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.393 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.401 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for sequence,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for view,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.402 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.405 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.405 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for materialized view,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{eins},{}: relation "eins" does not exist 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{eins},{}: column name must be qualified 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{eins},{integer}: column name must be qualified 2024-09-07 20:45:01.406 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table column,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{eins},{}: column name must be qualified 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{eins},{integer}: column name must be qualified 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.413 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for foreign table column,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{eins},{}: aggregate eins(*) does not exist 2024-09-07 20:45:01.414 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{eins},{integer}: aggregate eins(integer) does not exist 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{addr_nsp,zwei},{}: aggregate addr_nsp.zwei(*) does not exist 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{addr_nsp,zwei},{integer}: aggregate addr_nsp.zwei(integer) does not exist 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for aggregate,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.415 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{eins},{}: function eins() does not exist 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{eins},{integer}: function eins(integer) does not exist 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{addr_nsp,zwei},{}: function addr_nsp.zwei() does not exist 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{addr_nsp,zwei},{integer}: function addr_nsp.zwei(integer) does not exist 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.416 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.417 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{eins},{}: procedure eins() does not exist 2024-09-07 20:45:01.417 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.417 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{eins},{integer}: procedure eins(integer) does not exist 2024-09-07 20:45:01.417 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.418 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{addr_nsp,zwei},{}: procedure addr_nsp.zwei() does not exist 2024-09-07 20:45:01.418 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.418 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{addr_nsp,zwei},{integer}: procedure addr_nsp.zwei(integer) does not exist 2024-09-07 20:45:01.418 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for procedure,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{eins},{}: type "eins" does not exist 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{eins},{integer}: type "eins" does not exist 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for type,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.420 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.421 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{eins},{integer}: type "eins" does not exist 2024-09-07 20:45:01.421 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.422 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.422 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for cast,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{eins},{}: must specify relation and object name 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{eins},{integer}: must specify relation and object name 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.423 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.429 UTC [24100][client backend] [pg_regress/security_label][:0] LOG: disconnection: session time: 0:00:00.382 user=postgres database=regression host=[local] 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for table constraint,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{eins},{integer}: type "eins" does not exist 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for domain constraint,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.433 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{eins},{}: conversion "eins" does not exist 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{eins},{integer}: conversion "eins" does not exist 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{addr_nsp,zwei},{}: conversion "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{addr_nsp,zwei},{integer}: conversion "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for conversion,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{eins},{}: column name must be qualified 2024-09-07 20:45:01.434 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{eins},{integer}: column name must be qualified 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.437 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.441 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default value,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.441 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{eins},{}: argument list length must be exactly 2 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{eins},{integer}: argument list length must be exactly 2 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{addr_nsp,zwei},{}: argument list length must be exactly 2 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{addr_nsp,zwei},{integer}: argument list length must be exactly 2 2024-09-07 20:45:01.442 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.448 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{eins,zwei,drei},{}: argument list length must be exactly 2 2024-09-07 20:45:01.448 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator,{eins,zwei,drei},{integer}: argument list length must be exactly 2 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{eins},{}: name list length must be at least 2 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{eins},{integer}: name list length must be at least 2 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{addr_nsp,zwei},{}: access method "addr_nsp" does not exist 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{addr_nsp,zwei},{integer}: access method "addr_nsp" does not exist 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{eins,zwei,drei},{}: access method "eins" does not exist 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator class,{eins,zwei,drei},{integer}: access method "eins" does not exist 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{eins},{}: name list length must be at least 2 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{eins},{integer}: name list length must be at least 2 2024-09-07 20:45:01.449 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{addr_nsp,zwei},{}: access method "addr_nsp" does not exist 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{addr_nsp,zwei},{integer}: access method "addr_nsp" does not exist 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{eins,zwei,drei},{}: access method "eins" does not exist 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator family,{eins,zwei,drei},{integer}: access method "eins" does not exist 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{eins},{}: must specify relation and object name 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{eins},{integer}: must specify relation and object name 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.453 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for rule,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{eins},{}: must specify relation and object name 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{eins},{integer}: must specify relation and object name 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.454 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for trigger,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{eins},{}: text search parser "eins" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{eins},{integer}: text search parser "eins" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{addr_nsp,zwei},{}: text search parser "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.460 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{addr_nsp,zwei},{integer}: text search parser "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search parser,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{eins},{}: text search dictionary "eins" does not exist 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{eins},{integer}: text search dictionary "eins" does not exist 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{addr_nsp,zwei},{}: text search dictionary "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{addr_nsp,zwei},{integer}: text search dictionary "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.461 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search dictionary,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{eins},{}: text search template "eins" does not exist 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{eins},{integer}: text search template "eins" does not exist 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{addr_nsp,zwei},{}: text search template "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.466 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{addr_nsp,zwei},{integer}: text search template "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search template,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{eins},{}: text search configuration "eins" does not exist 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{eins},{integer}: text search configuration "eins" does not exist 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{addr_nsp,zwei},{}: text search configuration "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.467 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.470 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{addr_nsp,zwei},{integer}: text search configuration "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.470 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for text search configuration,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{eins},{}: must specify relation and object name 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{eins},{integer}: must specify relation and object name 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{eins,zwei,drei},{}: schema "eins" does not exist 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for policy,{eins,zwei,drei},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{eins},{integer}: user mapping for user "eins" on server "integer" does not exist 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.471 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for user mapping,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{eins},{integer}: unrecognized default ACL object type "i" 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{addr_nsp,zwei},{}: argument list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{addr_nsp,zwei},{integer}: unrecognized default ACL object type "i" 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{eins,zwei,drei},{}: argument list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for default acl,{eins,zwei,drei},{integer}: unrecognized default ACL object type "i" 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.472 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{eins},{integer}: type "eins" does not exist 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for transform,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{eins},{}: name list length must be at least 3 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{eins},{integer}: name list length must be at least 3 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{addr_nsp,zwei},{}: name list length must be at least 3 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{eins,zwei,drei},{}: argument list length must be exactly 2 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for operator of access method,{eins,zwei,drei},{integer}: argument list length must be exactly 2 2024-09-07 20:45:01.473 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.474 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{eins},{}: name list length must be at least 3 2024-09-07 20:45:01.474 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.474 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{eins},{integer}: name list length must be at least 3 2024-09-07 20:45:01.474 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{addr_nsp,zwei},{}: name list length must be at least 3 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{eins,zwei,drei},{}: argument list length must be exactly 2 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for function of access method,{eins,zwei,drei},{integer}: argument list length must be exactly 2 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{eins},{integer}: schema "eins" does not exist 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{addr_nsp,zwei},{}: name list length must be exactly 1 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{addr_nsp,zwei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{eins,zwei,drei},{}: name list length must be exactly 1 2024-09-07 20:45:01.481 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.489 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication namespace,{eins,zwei,drei},{integer}: name list length must be exactly 1 2024-09-07 20:45:01.489 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.489 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{eins},{}: argument list length must be exactly 1 2024-09-07 20:45:01.489 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.490 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{eins},{integer}: relation "eins" does not exist 2024-09-07 20:45:01.490 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.496 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{addr_nsp,zwei},{}: argument list length must be exactly 1 2024-09-07 20:45:01.496 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{eins,zwei,drei},{}: argument list length must be exactly 1 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] WARNING: error for publication relation,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/187:0] CONTEXT: PL/pgSQL function inline_code_block line 27 at RAISE 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/188:0] ERROR: language "one" does not exist 2024-09-07 20:45:01.497 UTC [24096][client backend] [pg_regress/object_address][11/188:0] STATEMENT: SELECT pg_get_object_address('language', '{one}', '{}'); 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/189:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/189:0] STATEMENT: SELECT pg_get_object_address('language', '{one,two}', '{}'); 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/190:0] ERROR: large object 123 does not exist 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/190:0] STATEMENT: SELECT pg_get_object_address('large object', '{123}', '{}'); 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/191:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.498 UTC [24096][client backend] [pg_regress/object_address][11/191:0] STATEMENT: SELECT pg_get_object_address('large object', '{123,456}', '{}'); 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/192:0] ERROR: invalid input syntax for type oid: "blargh" 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/192:0] STATEMENT: SELECT pg_get_object_address('large object', '{blargh}', '{}'); 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/193:0] ERROR: schema "one" does not exist 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/193:0] STATEMENT: SELECT pg_get_object_address('schema', '{one}', '{}'); 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/194:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.499 UTC [24096][client backend] [pg_regress/object_address][11/194:0] STATEMENT: SELECT pg_get_object_address('schema', '{one,two}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/195:0] ERROR: role "one" does not exist 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/195:0] STATEMENT: SELECT pg_get_object_address('role', '{one}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/196:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/196:0] STATEMENT: SELECT pg_get_object_address('role', '{one,two}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/197:0] ERROR: database "one" does not exist 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/197:0] STATEMENT: SELECT pg_get_object_address('database', '{one}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/198:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/198:0] STATEMENT: SELECT pg_get_object_address('database', '{one,two}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/199:0] ERROR: tablespace "one" does not exist 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/199:0] STATEMENT: SELECT pg_get_object_address('tablespace', '{one}', '{}'); 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/200:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.501 UTC [24096][client backend] [pg_regress/object_address][11/200:0] STATEMENT: SELECT pg_get_object_address('tablespace', '{one,two}', '{}'); 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/201:0] ERROR: foreign-data wrapper "one" does not exist 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/201:0] STATEMENT: SELECT pg_get_object_address('foreign-data wrapper', '{one}', '{}'); 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/202:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/202:0] STATEMENT: SELECT pg_get_object_address('foreign-data wrapper', '{one,two}', '{}'); 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/203:0] ERROR: server "one" does not exist 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/203:0] STATEMENT: SELECT pg_get_object_address('server', '{one}', '{}'); 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/204:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.502 UTC [24096][client backend] [pg_regress/object_address][11/204:0] STATEMENT: SELECT pg_get_object_address('server', '{one,two}', '{}'); 2024-09-07 20:45:01.503 UTC [24096][client backend] [pg_regress/object_address][11/205:0] ERROR: extension "one" does not exist 2024-09-07 20:45:01.503 UTC [24096][client backend] [pg_regress/object_address][11/205:0] STATEMENT: SELECT pg_get_object_address('extension', '{one}', '{}'); 2024-09-07 20:45:01.503 UTC [24096][client backend] [pg_regress/object_address][11/206:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.503 UTC [24096][client backend] [pg_regress/object_address][11/206:0] STATEMENT: SELECT pg_get_object_address('extension', '{one,two}', '{}'); 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/207:0] ERROR: event trigger "one" does not exist 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/207:0] STATEMENT: SELECT pg_get_object_address('event trigger', '{one}', '{}'); 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/208:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/208:0] STATEMENT: SELECT pg_get_object_address('event trigger', '{one,two}', '{}'); 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/209:0] ERROR: access method "one" does not exist 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/209:0] STATEMENT: SELECT pg_get_object_address('access method', '{one}', '{}'); 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/210:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/210:0] STATEMENT: SELECT pg_get_object_address('access method', '{one,two}', '{}'); 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/211:0] ERROR: publication "one" does not exist 2024-09-07 20:45:01.504 UTC [24096][client backend] [pg_regress/object_address][11/211:0] STATEMENT: SELECT pg_get_object_address('publication', '{one}', '{}'); 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/212:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/212:0] STATEMENT: SELECT pg_get_object_address('publication', '{one,two}', '{}'); 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/213:0] ERROR: subscription "one" does not exist 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/213:0] STATEMENT: SELECT pg_get_object_address('subscription', '{one}', '{}'); 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/214:0] ERROR: name list length must be exactly 1 2024-09-07 20:45:01.505 UTC [24096][client backend] [pg_regress/object_address][11/214:0] STATEMENT: SELECT pg_get_object_address('subscription', '{one,two}', '{}'); 2024-09-07 20:45:01.519 UTC [24091][client backend] [pg_regress/privileges][22/245:0] ERROR: grantor must be current user 2024-09-07 20:45:01.519 UTC [24091][client backend] [pg_regress/privileges][22/245:0] STATEMENT: GRANT TRUNCATE ON atest2 TO regress_priv_user4 GRANTED BY regress_priv_user5; 2024-09-07 20:45:01.520 UTC [24091][client backend] [pg_regress/privileges][22/251:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.520 UTC [24091][client backend] [pg_regress/privileges][22/251:0] STATEMENT: INSERT INTO atest2 VALUES ('foo', true); 2024-09-07 20:45:01.521 UTC [24091][client backend] [pg_regress/privileges][22/254:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.521 UTC [24091][client backend] [pg_regress/privileges][22/254:0] STATEMENT: UPDATE atest2 SET col2 = NOT col2; 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/256:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/256:0] STATEMENT: SELECT * FROM atest2 FOR UPDATE; 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/257:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/257:0] STATEMENT: DELETE FROM atest2; 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/258:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/258:0] STATEMENT: TRUNCATE atest2; 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/259:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.522 UTC [24091][client backend] [pg_regress/privileges][22/259:0] STATEMENT: LOCK atest2 IN ACCESS EXCLUSIVE MODE; 2024-09-07 20:45:01.523 UTC [24091][client backend] [pg_regress/privileges][22/260:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.523 UTC [24091][client backend] [pg_regress/privileges][22/260:0] STATEMENT: COPY atest2 FROM stdin; 2024-09-07 20:45:01.523 UTC [24091][client backend] [pg_regress/privileges][22/261:0] WARNING: no privileges were granted for "atest1" 2024-09-07 20:45:01.537 UTC [24104][client backend] [pg_regress/collate][27/49:0] ERROR: collations are not supported by type integer at character 44 2024-09-07 20:45:01.537 UTC [24104][client backend] [pg_regress/collate][27/49:0] STATEMENT: CREATE TABLE collate_test_fail ( a int COLLATE "C", b text ); 2024-09-07 20:45:01.566 UTC [24086][client backend] [pg_regress/lock][:0] LOG: disconnection: session time: 0:00:00.581 user=postgres database=regression host=[local] 2024-09-07 20:45:01.594 UTC [24091][client backend] [pg_regress/privileges][22/267:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.594 UTC [24091][client backend] [pg_regress/privileges][22/267:0] STATEMENT: INSERT INTO atest2 VALUES ('foo', true); 2024-09-07 20:45:01.594 UTC [24091][client backend] [pg_regress/privileges][22/269:0] ERROR: permission denied for table atest1 2024-09-07 20:45:01.594 UTC [24091][client backend] [pg_regress/privileges][22/269:0] STATEMENT: SELECT * FROM atest1; 2024-09-07 20:45:01.595 UTC [24091][client backend] [pg_regress/privileges][22/270:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.595 UTC [24091][client backend] [pg_regress/privileges][22/270:0] STATEMENT: SELECT * FROM atest2; 2024-09-07 20:45:01.596 UTC [24091][client backend] [pg_regress/privileges][22/274:0] ERROR: permission denied for table pg_class 2024-09-07 20:45:01.596 UTC [24091][client backend] [pg_regress/privileges][22/274:0] STATEMENT: UPDATE pg_catalog.pg_class SET relname = '123'; 2024-09-07 20:45:01.596 UTC [24091][client backend] [pg_regress/privileges][22/275:0] ERROR: permission denied for table pg_class 2024-09-07 20:45:01.596 UTC [24091][client backend] [pg_regress/privileges][22/275:0] STATEMENT: DELETE FROM pg_catalog.pg_class; 2024-09-07 20:45:01.597 UTC [24091][client backend] [pg_regress/privileges][22/276:0] ERROR: permission denied for table pg_toast_1213 2024-09-07 20:45:01.597 UTC [24091][client backend] [pg_regress/privileges][22/276:0] STATEMENT: UPDATE pg_toast.pg_toast_1213 SET chunk_id = 1; 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/280:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/280:0] STATEMENT: SELECT * FROM atest2; 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/281:0] ERROR: permission denied for table atest1 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/281:0] STATEMENT: INSERT INTO atest1 VALUES (2, 'two'); 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/282:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/282:0] STATEMENT: INSERT INTO atest2 VALUES ('foo', true); 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/283:0] ERROR: permission denied for table atest1 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/283:0] STATEMENT: INSERT INTO atest1 SELECT 1, b FROM atest1; 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/284:0] ERROR: permission denied for table atest1 2024-09-07 20:45:01.605 UTC [24091][client backend] [pg_regress/privileges][22/284:0] STATEMENT: UPDATE atest1 SET a = 1 WHERE a = 2; 2024-09-07 20:45:01.611 UTC [24091][client backend] [pg_regress/privileges][22/286:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.611 UTC [24091][client backend] [pg_regress/privileges][22/286:0] STATEMENT: UPDATE atest2 SET col2 = NOT col2; 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/288:0] ERROR: permission denied for table atest1 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/288:0] STATEMENT: SELECT * FROM atest1 FOR UPDATE; 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/289:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/289:0] STATEMENT: SELECT * FROM atest2 FOR UPDATE; 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/290:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.634 UTC [24091][client backend] [pg_regress/privileges][22/290:0] STATEMENT: DELETE FROM atest2; 2024-09-07 20:45:01.635 UTC [24091][client backend] [pg_regress/privileges][22/291:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.635 UTC [24091][client backend] [pg_regress/privileges][22/291:0] STATEMENT: TRUNCATE atest2; 2024-09-07 20:45:01.635 UTC [24091][client backend] [pg_regress/privileges][22/293:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.635 UTC [24091][client backend] [pg_regress/privileges][22/293:0] STATEMENT: COPY atest2 FROM stdin; 2024-09-07 20:45:01.636 UTC [24091][client backend] [pg_regress/privileges][22/294:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.636 UTC [24091][client backend] [pg_regress/privileges][22/294:0] STATEMENT: SELECT * FROM atest1 WHERE ( b IN ( SELECT col1 FROM atest2 ) ); 2024-09-07 20:45:01.636 UTC [24091][client backend] [pg_regress/privileges][22/295:0] ERROR: permission denied for table atest2 2024-09-07 20:45:01.636 UTC [24091][client backend] [pg_regress/privileges][22/295:0] STATEMENT: SELECT * FROM atest2 WHERE ( col1 IN ( SELECT b FROM atest1 ) ); 2024-09-07 20:45:01.674 UTC [24104][client backend] [pg_regress/collate][27/65:0] ERROR: collation mismatch between explicit collations "C" and "POSIX" at character 58 2024-09-07 20:45:01.674 UTC [24104][client backend] [pg_regress/collate][27/65:0] STATEMENT: SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'bbc' COLLATE "POSIX"; 2024-09-07 20:45:01.684 UTC [24104][client backend] [pg_regress/collate][27/67:0] ERROR: collations are not supported by type integer 2024-09-07 20:45:01.684 UTC [24104][client backend] [pg_regress/collate][27/67:0] STATEMENT: CREATE DOMAIN testdomain_i AS int COLLATE "POSIX"; 2024-09-07 20:45:01.704 UTC [24099][client backend] [pg_regress/identity][21/424:7888] ERROR: column "a" of relation "itest4" must be declared NOT NULL before identity can be added 2024-09-07 20:45:01.704 UTC [24099][client backend] [pg_regress/identity][21/424:7888] STATEMENT: ALTER TABLE itest4 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:01.713 UTC [24099][client backend] [pg_regress/identity][21/427:7893] ERROR: column "a" of relation "itest4" is an identity column 2024-09-07 20:45:01.713 UTC [24099][client backend] [pg_regress/identity][21/427:7893] STATEMENT: ALTER TABLE itest4 ALTER COLUMN a DROP NOT NULL; 2024-09-07 20:45:01.720 UTC [24101][client backend] [pg_regress/tablesample][25/53:0] ERROR: tablesample method foobar does not exist at character 45 2024-09-07 20:45:01.720 UTC [24101][client backend] [pg_regress/tablesample][25/53:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE FOOBAR (1); 2024-09-07 20:45:01.720 UTC [24101][client backend] [pg_regress/tablesample][25/54:0] ERROR: TABLESAMPLE parameter cannot be null 2024-09-07 20:45:01.720 UTC [24101][client backend] [pg_regress/tablesample][25/54:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (NULL); 2024-09-07 20:45:01.721 UTC [24101][client backend] [pg_regress/tablesample][25/55:0] ERROR: TABLESAMPLE REPEATABLE parameter cannot be null 2024-09-07 20:45:01.721 UTC [24101][client backend] [pg_regress/tablesample][25/55:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (NULL); 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/56:0] ERROR: sample percentage must be between 0 and 100 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/56:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (-1); 2024-09-07 20:45:01.722 UTC [24099][client backend] [pg_regress/identity][21/428:7896] ERROR: column "a" of relation "itest4" is already an identity column 2024-09-07 20:45:01.722 UTC [24099][client backend] [pg_regress/identity][21/428:7896] STATEMENT: ALTER TABLE itest4 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/57:0] ERROR: sample percentage must be between 0 and 100 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/57:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (200); 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/58:0] ERROR: sample percentage must be between 0 and 100 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/58:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (-1); 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/59:0] ERROR: sample percentage must be between 0 and 100 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/59:0] STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (200); 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/60:0] ERROR: TABLESAMPLE clause can only be applied to tables and materialized views at character 16 2024-09-07 20:45:01.722 UTC [24101][client backend] [pg_regress/tablesample][25/60:0] STATEMENT: SELECT id FROM test_tablesample_v1 TABLESAMPLE BERNOULLI (1); 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/61:0] ERROR: cannot insert into view "test_tablesample_v1" 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/61:0] DETAIL: Views containing TABLESAMPLE are not automatically updatable. 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/61:0] HINT: To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule. 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/61:0] STATEMENT: INSERT INTO test_tablesample_v1 VALUES(1); 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/62:0] ERROR: TABLESAMPLE clause can only be applied to tables and materialized views at character 69 2024-09-07 20:45:01.723 UTC [24101][client backend] [pg_regress/tablesample][25/62:0] STATEMENT: WITH query_select AS (SELECT * FROM test_tablesample) SELECT * FROM query_select TABLESAMPLE BERNOULLI (5.5) REPEATABLE (1); 2024-09-07 20:45:01.725 UTC [24101][client backend] [pg_regress/tablesample][25/63:0] ERROR: syntax error at or near "TABLESAMPLE" at character 55 2024-09-07 20:45:01.725 UTC [24101][client backend] [pg_regress/tablesample][25/63:0] STATEMENT: SELECT q.* FROM (SELECT * FROM test_tablesample) as q TABLESAMPLE BERNOULLI (5); 2024-09-07 20:45:01.731 UTC [24099][client backend] [pg_regress/identity][21/429:7900] ERROR: identity column type must be smallint, integer, or bigint 2024-09-07 20:45:01.731 UTC [24099][client backend] [pg_regress/identity][21/429:7900] STATEMENT: ALTER TABLE itest4 ALTER COLUMN b ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/431:0] ERROR: identity column type must be smallint, integer, or bigint 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/431:0] STATEMENT: CREATE TABLE itest_err_1 (a text generated by default as identity); 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/432:0] ERROR: multiple identity specifications for column "a" of table "itest_err_2" at character 62 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/432:0] STATEMENT: CREATE TABLE itest_err_2 (a int generated always as identity generated by default as identity); 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/433:0] ERROR: both default and identity specified for column "a" of table "itest_err_3" at character 43 2024-09-07 20:45:01.737 UTC [24099][client backend] [pg_regress/identity][21/433:0] STATEMENT: CREATE TABLE itest_err_3 (a int default 5 generated by default as identity); 2024-09-07 20:45:01.739 UTC [24099][client backend] [pg_regress/identity][21/434:0] ERROR: both default and identity specified for column "a" of table "itest_err_4" 2024-09-07 20:45:01.739 UTC [24099][client backend] [pg_regress/identity][21/434:0] STATEMENT: CREATE TABLE itest_err_4 (a serial generated by default as identity); 2024-09-07 20:45:01.793 UTC [24099][client backend] [pg_regress/identity][21/448:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:01.793 UTC [24099][client backend] [pg_regress/identity][21/448:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.793 UTC [24099][client backend] [pg_regress/identity][21/448:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:01.793 UTC [24099][client backend] [pg_regress/identity][21/448:0] STATEMENT: INSERT INTO itest5 VALUES (1, 'a'); 2024-09-07 20:45:01.797 UTC [24101][client backend] [pg_regress/tablesample][:0] LOG: disconnection: session time: 0:00:00.738 user=postgres database=regression host=[local] 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/450:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/450:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/450:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/450:0] STATEMENT: INSERT INTO itest5 VALUES (2, 'b'), (3, 'c'); 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/451:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/451:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/451:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/451:0] STATEMENT: INSERT INTO itest5 VALUES (DEFAULT, 'b'), (3, 'c'); 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/452:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/452:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/452:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:01.801 UTC [24099][client backend] [pg_regress/identity][21/452:0] STATEMENT: INSERT INTO itest5 VALUES (2, 'b'), (DEFAULT, 'c'); 2024-09-07 20:45:01.853 UTC [24096][client backend] [pg_regress/object_address][:0] LOG: disconnection: session time: 0:00:00.844 user=postgres database=regression host=[local] 2024-09-07 20:45:01.882 UTC [24098][client backend] [pg_regress/rowsecurity][7/656:0] ERROR: new row violates row-level security policy "p1r" for table "document" 2024-09-07 20:45:01.882 UTC [24098][client backend] [pg_regress/rowsecurity][7/656:0] STATEMENT: INSERT INTO document VALUES (100, 44, 1, 'regress_rls_dave', 'testing sorting of policies'); 2024-09-07 20:45:01.882 UTC [24098][client backend] [pg_regress/rowsecurity][7/657:0] ERROR: new row violates row-level security policy "p2r" for table "document" 2024-09-07 20:45:01.882 UTC [24098][client backend] [pg_regress/rowsecurity][7/657:0] STATEMENT: INSERT INTO document VALUES (100, 55, 1, 'regress_rls_dave', 'testing sorting of policies'); 2024-09-07 20:45:01.883 UTC [24098][client backend] [pg_regress/rowsecurity][7/658:0] ERROR: must be owner of table document 2024-09-07 20:45:01.883 UTC [24098][client backend] [pg_regress/rowsecurity][7/658:0] STATEMENT: ALTER POLICY p1 ON document USING (true); 2024-09-07 20:45:01.883 UTC [24098][client backend] [pg_regress/rowsecurity][7/659:0] ERROR: must be owner of relation document 2024-09-07 20:45:01.883 UTC [24098][client backend] [pg_regress/rowsecurity][7/659:0] STATEMENT: DROP POLICY p1 ON document; 2024-09-07 20:45:01.884 UTC [24107][client backend] [pg_regress/generated_stored][31/71:0] ERROR: multiple generation clauses specified for column "b" of table "gtest_err_1" at character 87 2024-09-07 20:45:01.884 UTC [24107][client backend] [pg_regress/generated_stored][31/71:0] STATEMENT: CREATE TABLE gtest_err_1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED GENERATED ALWAYS AS (a * 3) STORED); 2024-09-07 20:45:01.886 UTC [24107][client backend] [pg_regress/generated_stored][31/72:7944] ERROR: cannot use generated column "b" in column generation expression at character 74 2024-09-07 20:45:01.886 UTC [24107][client backend] [pg_regress/generated_stored][31/72:7944] DETAIL: A generated column cannot reference another generated column. 2024-09-07 20:45:01.886 UTC [24107][client backend] [pg_regress/generated_stored][31/72:7944] STATEMENT: CREATE TABLE gtest_err_2a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (b * 2) STORED); 2024-09-07 20:45:01.887 UTC [24107][client backend] [pg_regress/generated_stored][31/73:7945] ERROR: cannot use generated column "b" in column generation expression at character 116 2024-09-07 20:45:01.887 UTC [24107][client backend] [pg_regress/generated_stored][31/73:7945] DETAIL: A generated column cannot reference another generated column. 2024-09-07 20:45:01.887 UTC [24107][client backend] [pg_regress/generated_stored][31/73:7945] STATEMENT: CREATE TABLE gtest_err_2b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED, c int GENERATED ALWAYS AS (b * 3) STORED); 2024-09-07 20:45:01.888 UTC [24107][client backend] [pg_regress/generated_stored][31/74:7946] ERROR: cannot use whole-row variable in column generation expression at character 88 2024-09-07 20:45:01.888 UTC [24107][client backend] [pg_regress/generated_stored][31/74:7946] DETAIL: This would cause the generated column to depend on its own value. 2024-09-07 20:45:01.888 UTC [24107][client backend] [pg_regress/generated_stored][31/74:7946] STATEMENT: CREATE TABLE gtest_err_2c (a int PRIMARY KEY, b int GENERATED ALWAYS AS (num_nulls(gtest_err_2c)) STORED); 2024-09-07 20:45:01.894 UTC [24104][client backend] [pg_regress/collate][27/110:0] ERROR: collation mismatch between explicit collations "C" and "POSIX" at character 36 2024-09-07 20:45:01.894 UTC [24104][client backend] [pg_regress/collate][27/110:0] STATEMENT: SELECT string_agg(x COLLATE "C", y COLLATE "POSIX") FROM collate_test10; 2024-09-07 20:45:01.897 UTC [24104][client backend] [pg_regress/collate][27/113:0] ERROR: collation mismatch between implicit collations "C" and "POSIX" at character 32 2024-09-07 20:45:01.897 UTC [24104][client backend] [pg_regress/collate][27/113:0] HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. 2024-09-07 20:45:01.897 UTC [24104][client backend] [pg_regress/collate][27/113:0] STATEMENT: SELECT array_agg(a ORDER BY x||y) FROM collate_test10; 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/118:0] ERROR: could not determine which collation to use for string comparison 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/118:0] HINT: Use the COLLATE clause to set the collation explicitly. 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/118:0] STATEMENT: SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test2 ORDER BY 2; 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/120:0] ERROR: collation mismatch between implicit collations "C" and "POSIX" at character 48 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/120:0] HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. 2024-09-07 20:45:01.903 UTC [24104][client backend] [pg_regress/collate][27/120:0] STATEMENT: SELECT a, b FROM collate_test1 UNION SELECT a, b FROM collate_test2 ORDER BY 2; 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/122:0] ERROR: collation mismatch between implicit collations "C" and "POSIX" at character 52 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/122:0] HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/122:0] STATEMENT: SELECT a, b FROM collate_test1 INTERSECT SELECT a, b FROM collate_test2 ORDER BY 2; 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/123:0] ERROR: collation mismatch between implicit collations "C" and "POSIX" at character 49 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/123:0] HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. 2024-09-07 20:45:01.904 UTC [24104][client backend] [pg_regress/collate][27/123:0] STATEMENT: SELECT a, b FROM collate_test1 EXCEPT SELECT a, b FROM collate_test2 ORDER BY 2; 2024-09-07 20:45:01.905 UTC [24104][client backend] [pg_regress/collate][27/124:0] ERROR: no collation was derived for column "b" with collatable type text 2024-09-07 20:45:01.905 UTC [24104][client backend] [pg_regress/collate][27/124:0] HINT: Use the COLLATE clause to set the collation explicitly. 2024-09-07 20:45:01.905 UTC [24104][client backend] [pg_regress/collate][27/124:0] STATEMENT: CREATE TABLE test_u AS SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test2; 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/125:0] ERROR: could not determine which collation to use for string comparison 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/125:0] HINT: Use the COLLATE clause to set the collation explicitly. 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/125:0] STATEMENT: select x < y from collate_test10; 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/127:0] ERROR: collation mismatch between implicit collations "C" and "POSIX" at character 47 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/127:0] HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. 2024-09-07 20:45:01.906 UTC [24104][client backend] [pg_regress/collate][27/127:0] STATEMENT: select x, y from collate_test10 order by x || y; 2024-09-07 20:45:01.907 UTC [24104][client backend] [pg_regress/collate][27/128:0] ERROR: recursive query "foo" column 1 has collation "C" in non-recursive term but collation "POSIX" overall at character 37 2024-09-07 20:45:01.907 UTC [24104][client backend] [pg_regress/collate][27/128:0] HINT: Use the COLLATE clause to set the collation of the non-recursive term. 2024-09-07 20:45:01.907 UTC [24104][client backend] [pg_regress/collate][27/128:0] STATEMENT: WITH RECURSIVE foo(x) AS (SELECT x FROM (VALUES('a' COLLATE "C"),('b')) t(x) UNION ALL SELECT (x || 'c') COLLATE "POSIX" FROM foo WHERE length(x) < 10) SELECT * FROM foo; 2024-09-07 20:45:01.910 UTC [24107][client backend] [pg_regress/generated_stored][31/75:7956] ERROR: column "c" does not exist at character 73 2024-09-07 20:45:01.910 UTC [24107][client backend] [pg_regress/generated_stored][31/75:7956] STATEMENT: CREATE TABLE gtest_err_3 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (c * 2) STORED); 2024-09-07 20:45:01.910 UTC [24104][client backend] [pg_regress/collate][27/130:0] ERROR: could not determine which collation to use for string hashing 2024-09-07 20:45:01.910 UTC [24104][client backend] [pg_regress/collate][27/130:0] HINT: Use the COLLATE clause to set the collation explicitly. 2024-09-07 20:45:01.910 UTC [24104][client backend] [pg_regress/collate][27/130:0] STATEMENT: SELECT * FROM collate_test10 WHERE (x, y) NOT IN (SELECT y, x FROM collate_test10); 2024-09-07 20:45:01.911 UTC [24104][client backend] [pg_regress/collate][27/133:0] ERROR: syntax error at or near "COLLATE" at character 26 2024-09-07 20:45:01.911 UTC [24104][client backend] [pg_regress/collate][27/133:0] STATEMENT: SELECT CAST('42' AS text COLLATE "C"); 2024-09-07 20:45:01.911 UTC [24107][client backend] [pg_regress/generated_stored][31/76:7957] ERROR: generation expression is not immutable 2024-09-07 20:45:01.911 UTC [24107][client backend] [pg_regress/generated_stored][31/76:7957] STATEMENT: CREATE TABLE gtest_err_4 (a int PRIMARY KEY, b double precision GENERATED ALWAYS AS (random()) STORED); 2024-09-07 20:45:01.953 UTC [24099][client backend] [pg_regress/identity][21/473:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:01.953 UTC [24099][client backend] [pg_regress/identity][21/473:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.953 UTC [24099][client backend] [pg_regress/identity][21/473:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:01.953 UTC [24099][client backend] [pg_regress/identity][21/473:0] STATEMENT: INSERT INTO itest2 VALUES (10, 'xyz'); 2024-09-07 20:45:01.976 UTC [24099][client backend] [pg_regress/identity][21/480:0] ERROR: column "a" can only be updated to DEFAULT 2024-09-07 20:45:01.976 UTC [24099][client backend] [pg_regress/identity][21/480:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:01.976 UTC [24099][client backend] [pg_regress/identity][21/480:0] STATEMENT: UPDATE itest2 SET a = 101 WHERE a = 1; 2024-09-07 20:45:01.984 UTC [24098][client backend] [pg_regress/rowsecurity][7/675:7977] ERROR: update or delete on table "category" violates foreign key constraint "document_cid_fkey" on table "document" 2024-09-07 20:45:01.984 UTC [24098][client backend] [pg_regress/rowsecurity][7/675:7977] DETAIL: Key is still referenced from table "document". 2024-09-07 20:45:01.984 UTC [24098][client backend] [pg_regress/rowsecurity][7/675:7977] STATEMENT: DELETE FROM category WHERE cid = 33; 2024-09-07 20:45:01.993 UTC [24104][client backend] [pg_regress/collate][27/147:0] ERROR: collations are not supported by type integer 2024-09-07 20:45:01.993 UTC [24104][client backend] [pg_regress/collate][27/147:0] STATEMENT: CREATE INDEX collate_test1_idx5 ON collate_test1 (a COLLATE "POSIX"); 2024-09-07 20:45:01.993 UTC [24098][client backend] [pg_regress/rowsecurity][7/680:7982] ERROR: duplicate key value violates unique constraint "document_pkey" 2024-09-07 20:45:01.993 UTC [24098][client backend] [pg_regress/rowsecurity][7/680:7982] STATEMENT: INSERT INTO document VALUES (8, 44, 1, 'regress_rls_bob', 'my third manga'); 2024-09-07 20:45:01.993 UTC [24104][client backend] [pg_regress/collate][27/148:0] ERROR: collations are not supported by type integer at character 54 2024-09-07 20:45:01.993 UTC [24104][client backend] [pg_regress/collate][27/148:0] STATEMENT: CREATE INDEX collate_test1_idx6 ON collate_test1 ((a COLLATE "POSIX")); 2024-09-07 20:45:01.994 UTC [24098][client backend] [pg_regress/rowsecurity][7/682:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:01.994 UTC [24098][client backend] [pg_regress/rowsecurity][7/682:0] STATEMENT: INSERT INTO document VALUES (8, 44, 1, 'regress_rls_carol', 'my third manga'); 2024-09-07 20:45:01.997 UTC [24098][client backend] [pg_regress/rowsecurity][7/683:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:01.997 UTC [24098][client backend] [pg_regress/rowsecurity][7/683:0] STATEMENT: UPDATE document SET did = 8, dauthor = 'regress_rls_carol' WHERE did = 5; 2024-09-07 20:45:02.003 UTC [24107][client backend] [pg_regress/generated_stored][31/79:0] ERROR: both default and generation expression specified for column "b" of table "gtest_err_5a" at character 63 2024-09-07 20:45:02.003 UTC [24107][client backend] [pg_regress/generated_stored][31/79:0] STATEMENT: CREATE TABLE gtest_err_5a (a int PRIMARY KEY, b int DEFAULT 5 GENERATED ALWAYS AS (a * 2) STORED); 2024-09-07 20:45:02.003 UTC [24107][client backend] [pg_regress/generated_stored][31/80:0] ERROR: both identity and generation expression specified for column "b" of table "gtest_err_5b" at character 82 2024-09-07 20:45:02.003 UTC [24107][client backend] [pg_regress/generated_stored][31/80:0] STATEMENT: CREATE TABLE gtest_err_5b (a int PRIMARY KEY, b int GENERATED ALWAYS AS identity GENERATED ALWAYS AS (a * 2) STORED); 2024-09-07 20:45:02.004 UTC [24107][client backend] [pg_regress/generated_stored][31/81:7984] ERROR: cannot use system column "xmin" in column generation expression at character 75 2024-09-07 20:45:02.004 UTC [24107][client backend] [pg_regress/generated_stored][31/81:7984] STATEMENT: CREATE TABLE gtest_err_6a (a int PRIMARY KEY, b bool GENERATED ALWAYS AS (xmin <> 37) STORED); 2024-09-07 20:45:02.038 UTC [24107][client backend] [pg_regress/generated_stored][31/82:7992] ERROR: aggregate functions are not allowed in column generation expressions at character 74 2024-09-07 20:45:02.038 UTC [24107][client backend] [pg_regress/generated_stored][31/82:7992] STATEMENT: CREATE TABLE gtest_err_7a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (avg(a)) STORED); 2024-09-07 20:45:02.040 UTC [24107][client backend] [pg_regress/generated_stored][31/83:7993] ERROR: window functions are not allowed in column generation expressions at character 74 2024-09-07 20:45:02.040 UTC [24107][client backend] [pg_regress/generated_stored][31/83:7993] STATEMENT: CREATE TABLE gtest_err_7b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (row_number() OVER (ORDER BY a)) STORED); 2024-09-07 20:45:02.056 UTC [24107][client backend] [pg_regress/generated_stored][31/84:7994] ERROR: cannot use subquery in column generation expression at character 74 2024-09-07 20:45:02.056 UTC [24107][client backend] [pg_regress/generated_stored][31/84:7994] STATEMENT: CREATE TABLE gtest_err_7c (a int PRIMARY KEY, b int GENERATED ALWAYS AS ((SELECT a)) STORED); 2024-09-07 20:45:02.058 UTC [24099][client backend] [pg_regress/identity][21/488:7998] ERROR: column "a" of relation "itest4" is not an identity column 2024-09-07 20:45:02.058 UTC [24099][client backend] [pg_regress/identity][21/488:7998] STATEMENT: ALTER TABLE itest4 ALTER COLUMN a DROP IDENTITY; 2024-09-07 20:45:02.059 UTC [24099][client backend] [pg_regress/identity][21/490:0] ERROR: null value in column "a" of relation "itest4" violates not-null constraint 2024-09-07 20:45:02.059 UTC [24099][client backend] [pg_regress/identity][21/490:0] DETAIL: Failing row contains (null, ). 2024-09-07 20:45:02.059 UTC [24099][client backend] [pg_regress/identity][21/490:0] STATEMENT: INSERT INTO itest4 DEFAULT VALUES; 2024-09-07 20:45:02.070 UTC [24099][client backend] [pg_regress/identity][21/494:0] ERROR: relation "itest4_a_seq" does not exist at character 27 2024-09-07 20:45:02.070 UTC [24099][client backend] [pg_regress/identity][21/494:0] STATEMENT: SELECT sequence_name FROM itest4_a_seq; 2024-09-07 20:45:02.075 UTC [24107][client backend] [pg_regress/generated_stored][31/85:8005] ERROR: set-returning functions are not allowed in column generation expressions at character 74 2024-09-07 20:45:02.075 UTC [24107][client backend] [pg_regress/generated_stored][31/85:8005] STATEMENT: CREATE TABLE gtest_err_7d (a int PRIMARY KEY, b int GENERATED ALWAYS AS (generate_series(1, a)) STORED); 2024-09-07 20:45:02.078 UTC [24107][client backend] [pg_regress/generated_stored][31/86:0] ERROR: for a generated column, GENERATED ALWAYS must be specified at character 62 2024-09-07 20:45:02.078 UTC [24107][client backend] [pg_regress/generated_stored][31/86:0] STATEMENT: CREATE TABLE gtest_err_8 (a int PRIMARY KEY, b int GENERATED BY DEFAULT AS (a * 2) STORED); 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/89:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/89:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/89:0] STATEMENT: INSERT INTO gtest1 VALUES (3, 33); 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/90:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/90:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.082 UTC [24107][client backend] [pg_regress/generated_stored][31/90:0] STATEMENT: INSERT INTO gtest1 VALUES (3, 33), (4, 44); 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/91:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/91:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/91:0] STATEMENT: INSERT INTO gtest1 VALUES (3, DEFAULT), (4, 44); 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/92:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/92:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.083 UTC [24107][client backend] [pg_regress/generated_stored][31/92:0] STATEMENT: INSERT INTO gtest1 VALUES (3, 33), (4, DEFAULT); 2024-09-07 20:45:02.109 UTC [24107][client backend] [pg_regress/generated_stored][31/97:0] ERROR: column "b" can only be updated to DEFAULT 2024-09-07 20:45:02.109 UTC [24107][client backend] [pg_regress/generated_stored][31/97:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.109 UTC [24107][client backend] [pg_regress/generated_stored][31/97:0] STATEMENT: UPDATE gtest1 SET b = 11 WHERE a = 1; 2024-09-07 20:45:02.110 UTC [24104][client backend] [pg_regress/collate][27/157:8017] ERROR: insert or update on table "collate_test21" violates foreign key constraint "collate_test21_f2_fkey" 2024-09-07 20:45:02.110 UTC [24104][client backend] [pg_regress/collate][27/157:8017] DETAIL: Key (f2)=(baz) is not present in table "collate_test20". 2024-09-07 20:45:02.110 UTC [24104][client backend] [pg_regress/collate][27/157:8017] STATEMENT: INSERT INTO collate_test21 VALUES ('baz'); 2024-09-07 20:45:02.111 UTC [24107][client backend] [pg_regress/generated_stored][31/101:0] ERROR: integer out of range 2024-09-07 20:45:02.111 UTC [24107][client backend] [pg_regress/generated_stored][31/101:0] STATEMENT: INSERT INTO gtest1 VALUES (2000000000); 2024-09-07 20:45:02.117 UTC [24092][client backend] [pg_regress/matview][18/153:0] ERROR: cannot refresh materialized view "public.mvtest_tvmm" concurrently 2024-09-07 20:45:02.117 UTC [24092][client backend] [pg_regress/matview][18/153:0] HINT: Create a unique index with no WHERE clause on one or more columns of the materialized view. 2024-09-07 20:45:02.117 UTC [24092][client backend] [pg_regress/matview][18/153:0] STATEMENT: REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tvmm; 2024-09-07 20:45:02.135 UTC [24104][client backend] [pg_regress/collate][27/160:8029] ERROR: insert or update on table "collate_test22" violates foreign key constraint "collate_test22_f2_fkey" 2024-09-07 20:45:02.135 UTC [24104][client backend] [pg_regress/collate][27/160:8029] DETAIL: Key (f2)=(baz) is not present in table "collate_test20". 2024-09-07 20:45:02.135 UTC [24104][client backend] [pg_regress/collate][27/160:8029] STATEMENT: ALTER TABLE collate_test22 ADD FOREIGN KEY (f2) REFERENCES collate_test20; 2024-09-07 20:45:02.181 UTC [24099][client backend] [pg_regress/identity][21/508:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:02.181 UTC [24099][client backend] [pg_regress/identity][21/508:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:02.181 UTC [24099][client backend] [pg_regress/identity][21/508:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:02.181 UTC [24099][client backend] [pg_regress/identity][21/508:0] STATEMENT: INSERT INTO itestv11 VALUES (10, 'xyz'); 2024-09-07 20:45:02.202 UTC [24107][client backend] [pg_regress/generated_stored][31/120:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.202 UTC [24107][client backend] [pg_regress/generated_stored][31/120:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.202 UTC [24107][client backend] [pg_regress/generated_stored][31/120:0] STATEMENT: INSERT INTO gtest1v VALUES (4, 8); 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/170:0] ERROR: parameter "locale" must be specified 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/170:0] STATEMENT: CREATE COLLATION builtin2 ( PROVIDER = builtin ); 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/171:0] ERROR: invalid locale name "en_US" for builtin provider 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/171:0] STATEMENT: CREATE COLLATION builtin2 ( PROVIDER = builtin, LOCALE = "en_US" ); 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/172:0] ERROR: parameter "locale" must be specified 2024-09-07 20:45:02.203 UTC [24104][client backend] [pg_regress/collate][27/172:0] STATEMENT: CREATE COLLATION builtin2 ( PROVIDER = builtin, LC_CTYPE = "C", LC_COLLATE = "C" ); 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/122:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/122:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/122:0] STATEMENT: INSERT INTO gtest1v VALUES (6, 66), (7, 77); 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/123:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/123:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.204 UTC [24107][client backend] [pg_regress/generated_stored][31/123:0] STATEMENT: INSERT INTO gtest1v VALUES (6, DEFAULT), (7, 77); 2024-09-07 20:45:02.205 UTC [24107][client backend] [pg_regress/generated_stored][31/124:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.205 UTC [24107][client backend] [pg_regress/generated_stored][31/124:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.205 UTC [24107][client backend] [pg_regress/generated_stored][31/124:0] STATEMENT: INSERT INTO gtest1v VALUES (6, 66), (7, DEFAULT); 2024-09-07 20:45:02.208 UTC [24104][client backend] [pg_regress/collate][27/175:0] ERROR: collation "default" cannot be copied 2024-09-07 20:45:02.208 UTC [24104][client backend] [pg_regress/collate][27/175:0] STATEMENT: CREATE COLLATION mycoll3 FROM "default"; 2024-09-07 20:45:02.210 UTC [24107][client backend] [pg_regress/generated_stored][31/127:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.210 UTC [24107][client backend] [pg_regress/generated_stored][31/127:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.210 UTC [24107][client backend] [pg_regress/generated_stored][31/127:0] STATEMENT: INSERT INTO gtest1v VALUES (8, DEFAULT); 2024-09-07 20:45:02.211 UTC [24107][client backend] [pg_regress/generated_stored][31/128:0] ERROR: cannot insert a non-DEFAULT value into column "b" 2024-09-07 20:45:02.211 UTC [24107][client backend] [pg_regress/generated_stored][31/128:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:02.211 UTC [24107][client backend] [pg_regress/generated_stored][31/128:0] STATEMENT: INSERT INTO gtest1v VALUES (8, DEFAULT), (9, DEFAULT); 2024-09-07 20:45:02.217 UTC [24094][client backend] [pg_regress/replica_identity][15/217:8082] ERROR: column "id" is in index used as replica identity 2024-09-07 20:45:02.217 UTC [24094][client backend] [pg_regress/replica_identity][15/217:8082] STATEMENT: ALTER TABLE test_replica_identity3 ALTER COLUMN id DROP NOT NULL; 2024-09-07 20:45:02.219 UTC [24092][client backend] [pg_regress/matview][18/163:0] ERROR: CONCURRENTLY and WITH NO DATA options cannot be used together 2024-09-07 20:45:02.219 UTC [24092][client backend] [pg_regress/matview][18/163:0] STATEMENT: REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tvmm WITH NO DATA; 2024-09-07 20:45:02.219 UTC [24092][client backend] [pg_regress/matview][18/164:0] ERROR: cannot lock rows in materialized view "mvtest_tvvm" 2024-09-07 20:45:02.219 UTC [24092][client backend] [pg_regress/matview][18/164:0] STATEMENT: SELECT * FROM mvtest_tvvm FOR SHARE; 2024-09-07 20:45:02.234 UTC [24091][client backend] [pg_regress/privileges][22/321:0] ERROR: permission denied for table atest12 2024-09-07 20:45:02.234 UTC [24091][client backend] [pg_regress/privileges][22/321:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM atest12 WHERE a >>> 0; 2024-09-07 20:45:02.243 UTC [24105][client backend] [pg_regress/password][:0] LOG: disconnection: session time: 0:00:01.158 user=postgres database=regression host=[local] 2024-09-07 20:45:02.249 UTC [24104][client backend] [pg_regress/collate][27/178:8101] ERROR: cannot drop collation mycoll2 because other objects depend on it 2024-09-07 20:45:02.249 UTC [24104][client backend] [pg_regress/collate][27/178:8101] DETAIL: column f1 of table collate_test23 depends on collation mycoll2 2024-09-07 20:45:02.249 UTC [24104][client backend] [pg_regress/collate][27/178:8101] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:45:02.249 UTC [24104][client backend] [pg_regress/collate][27/178:8101] STATEMENT: DROP COLLATION mycoll2; 2024-09-07 20:45:02.251 UTC [24104][client backend] [pg_regress/collate][27/179:0] ERROR: collation attribute "Lc_Collate" not recognized at character 29 2024-09-07 20:45:02.251 UTC [24104][client backend] [pg_regress/collate][27/179:0] STATEMENT: CREATE COLLATION case_coll ("Lc_Collate" = "POSIX", "Lc_Ctype" = "POSIX"); 2024-09-07 20:45:02.259 UTC [24092][client backend] [pg_regress/matview][18/166:8087] ERROR: cannot drop table mvtest_t because other objects depend on it 2024-09-07 20:45:02.259 UTC [24092][client backend] [pg_regress/matview][18/166:8087] DETAIL: view mvtest_tv depends on table mvtest_t materialized view mvtest_mvschema.mvtest_tvm depends on view mvtest_tv materialized view mvtest_tvmm depends on materialized view mvtest_mvschema.mvtest_tvm view mvtest_tvv depends on view mvtest_tv materialized view mvtest_tvvm depends on view mvtest_tvv view mvtest_tvvmv depends on materialized view mvtest_tvvm materialized view mvtest_bb depends on view mvtest_tvvmv materialized view mvtest_tm depends on table mvtest_t materialized view mvtest_tmm depends on materialized view mvtest_tm 2024-09-07 20:45:02.259 UTC [24092][client backend] [pg_regress/matview][18/166:8087] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:45:02.259 UTC [24092][client backend] [pg_regress/matview][18/166:8087] STATEMENT: DROP TABLE mvtest_t; 2024-09-07 20:45:02.284 UTC [24104][client backend] [pg_regress/collate][27/184:0] ERROR: collations are not supported by type integer 2024-09-07 20:45:02.284 UTC [24104][client backend] [pg_regress/collate][27/184:0] STATEMENT: SELECT collation for ((SELECT a FROM collate_test1 LIMIT 1)); 2024-09-07 20:45:02.285 UTC [24099][client backend] [pg_regress/identity][21/517:8110] ERROR: column "a" of relation "itest1" is an identity column 2024-09-07 20:45:02.285 UTC [24099][client backend] [pg_regress/identity][21/517:8110] STATEMENT: ALTER TABLE itest1 ALTER COLUMN a SET DEFAULT 1; 2024-09-07 20:45:02.315 UTC [24099][client backend] [pg_regress/identity][21/519:8115] ERROR: column "a" of relation "itest5" already has a default value 2024-09-07 20:45:02.315 UTC [24099][client backend] [pg_regress/identity][21/519:8115] STATEMENT: ALTER TABLE itest5 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:02.325 UTC [24107][client backend] [pg_regress/generated_stored][31/147:0] ERROR: child column "b" specifies generation expression 2024-09-07 20:45:02.325 UTC [24107][client backend] [pg_regress/generated_stored][31/147:0] HINT: A child table column cannot be generated unless its parent column is. 2024-09-07 20:45:02.325 UTC [24107][client backend] [pg_regress/generated_stored][31/147:0] STATEMENT: CREATE TABLE gtest_normal_child (a int, b int GENERATED ALWAYS AS (a * 2) STORED) INHERITS (gtest_normal); 2024-09-07 20:45:02.330 UTC [24107][client backend] [pg_regress/generated_stored][31/149:8120] ERROR: column "b" in child table must not be a generated column 2024-09-07 20:45:02.330 UTC [24107][client backend] [pg_regress/generated_stored][31/149:8120] STATEMENT: ALTER TABLE gtest_normal_child INHERIT gtest_normal; 2024-09-07 20:45:02.353 UTC [24104][client backend] [pg_regress/collate][27/192:0] ERROR: conflicting or redundant options at character 54 2024-09-07 20:45:02.353 UTC [24104][client backend] [pg_regress/collate][27/192:0] STATEMENT: CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LC_COLLATE = "NONSENSE", LC_CTYPE = "POSIX"); 2024-09-07 20:45:02.353 UTC [24104][client backend] [pg_regress/collate][27/193:0] ERROR: conflicting or redundant options at character 52 2024-09-07 20:45:02.353 UTC [24104][client backend] [pg_regress/collate][27/193:0] STATEMENT: CREATE COLLATION coll_dup_chk (LC_CTYPE = "POSIX", LC_CTYPE = "NONSENSE", LC_COLLATE = "POSIX"); 2024-09-07 20:45:02.353 UTC [24107][client backend] [pg_regress/generated_stored][31/151:0] ERROR: column "b" inherits from generated column but specifies default 2024-09-07 20:45:02.353 UTC [24107][client backend] [pg_regress/generated_stored][31/151:0] STATEMENT: CREATE TABLE gtestx (x int, b int DEFAULT 10) INHERITS (gtest1); 2024-09-07 20:45:02.354 UTC [24107][client backend] [pg_regress/generated_stored][31/152:8126] ERROR: column "b" inherits from generated column but specifies identity 2024-09-07 20:45:02.354 UTC [24107][client backend] [pg_regress/generated_stored][31/152:8126] STATEMENT: CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS IDENTITY) INHERITS (gtest1); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/194:0] ERROR: conflicting or redundant options at character 48 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/194:0] STATEMENT: CREATE COLLATION coll_dup_chk (PROVIDER = icu, PROVIDER = NONSENSE, LC_COLLATE = "POSIX", LC_CTYPE = "POSIX"); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/195:0] ERROR: conflicting or redundant options at character 47 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/195:0] STATEMENT: CREATE COLLATION case_sensitive (LOCALE = '', LOCALE = "NONSENSE"); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/196:0] ERROR: conflicting or redundant options at character 54 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/196:0] STATEMENT: CREATE COLLATION coll_dup_chk (DETERMINISTIC = TRUE, DETERMINISTIC = NONSENSE, LOCALE = ''); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/197:0] ERROR: conflicting or redundant options at character 47 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/197:0] STATEMENT: CREATE COLLATION coll_dup_chk (VERSION = '1', VERSION = "NONSENSE", LOCALE = ''); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/198:0] ERROR: conflicting or redundant options 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/198:0] DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/198:0] STATEMENT: CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LC_CTYPE = "POSIX", LOCALE = ''); 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/199:0] ERROR: conflicting or redundant options 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/199:0] DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. 2024-09-07 20:45:02.361 UTC [24104][client backend] [pg_regress/collate][27/199:0] STATEMENT: CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LOCALE = ''); 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/200:0] ERROR: conflicting or redundant options 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/200:0] DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/200:0] STATEMENT: CREATE COLLATION coll_dup_chk (LC_CTYPE = "POSIX", LOCALE = ''); 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/201:0] ERROR: conflicting or redundant options 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/201:0] DETAIL: FROM cannot be specified together with any other options. 2024-09-07 20:45:02.362 UTC [24104][client backend] [pg_regress/collate][27/201:0] STATEMENT: CREATE COLLATION coll_dup_chk (FROM = "C", VERSION = "1"); 2024-09-07 20:45:02.364 UTC [24091][client backend] [pg_regress/privileges][22/336:0] ERROR: permission denied for table atest3 2024-09-07 20:45:02.364 UTC [24091][client backend] [pg_regress/privileges][22/336:0] STATEMENT: SELECT * FROM atest3; 2024-09-07 20:45:02.370 UTC [24091][client backend] [pg_regress/privileges][22/338:8130] ERROR: permission denied for table atest3 2024-09-07 20:45:02.370 UTC [24091][client backend] [pg_regress/privileges][22/338:8130] STATEMENT: DELETE FROM atest3; 2024-09-07 20:45:02.370 UTC [24091][client backend] [pg_regress/privileges][22/338:8130] ERROR: permission denied for table atest3 2024-09-07 20:45:02.370 UTC [24091][client backend] [pg_regress/privileges][22/338:8130] STATEMENT: DELETE FROM atest3; 2024-09-07 20:45:02.398 UTC [24091][client backend] [pg_regress/privileges][22/345:0] ERROR: permission denied for table atest2 2024-09-07 20:45:02.398 UTC [24091][client backend] [pg_regress/privileges][22/345:0] STATEMENT: SELECT * FROM atestv2; 2024-09-07 20:45:02.406 UTC [24091][client backend] [pg_regress/privileges][22/350:0] ERROR: permission denied for view atestv2 2024-09-07 20:45:02.406 UTC [24091][client backend] [pg_regress/privileges][22/350:0] STATEMENT: SELECT * FROM atestv2; 2024-09-07 20:45:02.421 UTC [24091][client backend] [pg_regress/privileges][22/352:0] ERROR: permission denied for view atestv0 2024-09-07 20:45:02.421 UTC [24091][client backend] [pg_regress/privileges][22/352:0] STATEMENT: SELECT * FROM atestv0; 2024-09-07 20:45:02.422 UTC [24091][client backend] [pg_regress/privileges][22/353:0] ERROR: permission denied for table int8_tbl 2024-09-07 20:45:02.422 UTC [24091][client backend] [pg_regress/privileges][22/353:0] STATEMENT: select * from ((select a.q1 as x from int8_tbl a offset 0) union all (select b.q2 as x from int8_tbl b offset 0)) ss where false; 2024-09-07 20:45:02.430 UTC [24091][client backend] [pg_regress/privileges][22/355:0] ERROR: permission denied for table int8_tbl 2024-09-07 20:45:02.430 UTC [24091][client backend] [pg_regress/privileges][22/355:0] STATEMENT: select * from ((select a.q1 as x, random() from int8_tbl a where q1 > 0) union all (select b.q2 as x, random() from int8_tbl b where q2 > 0)) ss where x < 0; 2024-09-07 20:45:02.448 UTC [24091][client backend] [pg_regress/privileges][22/361:0] ERROR: permission denied for view atestv3 2024-09-07 20:45:02.448 UTC [24091][client backend] [pg_regress/privileges][22/361:0] STATEMENT: SELECT * FROM atestv3; 2024-09-07 20:45:02.453 UTC [24107][client backend] [pg_regress/generated_stored][31/163:8154] ERROR: column "b" in child table must be a generated column 2024-09-07 20:45:02.453 UTC [24107][client backend] [pg_regress/generated_stored][31/163:8154] STATEMENT: ALTER TABLE gtestxx_1 INHERIT gtest1; 2024-09-07 20:45:02.455 UTC [24091][client backend] [pg_regress/privileges][22/364:0] ERROR: permission denied for table atest2 2024-09-07 20:45:02.455 UTC [24091][client backend] [pg_regress/privileges][22/364:0] STATEMENT: SELECT * FROM atestv2; 2024-09-07 20:45:02.489 UTC [24099][client backend] [pg_regress/identity][21/530:8159] ERROR: identity column type must be smallint, integer, or bigint 2024-09-07 20:45:02.489 UTC [24099][client backend] [pg_regress/identity][21/530:8159] STATEMENT: ALTER TABLE itest3 ALTER COLUMN a TYPE text; 2024-09-07 20:45:02.493 UTC [24107][client backend] [pg_regress/generated_stored][31/169:0] ERROR: inherited column "b" has a generation conflict 2024-09-07 20:45:02.493 UTC [24107][client backend] [pg_regress/generated_stored][31/169:0] STATEMENT: CREATE TABLE gtest1_y () INHERITS (gtest0, gtesty); 2024-09-07 20:45:02.511 UTC [24107][client backend] [pg_regress/generated_stored][31/172:0] ERROR: inherited column "b" has a generation conflict 2024-09-07 20:45:02.511 UTC [24107][client backend] [pg_regress/generated_stored][31/172:0] STATEMENT: CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); 2024-09-07 20:45:02.529 UTC [24091][client backend] [pg_regress/privileges][22/376:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.529 UTC [24091][client backend] [pg_regress/privileges][22/376:0] STATEMENT: SELECT * FROM atest5; 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/379:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/379:0] STATEMENT: SELECT two FROM atest5; 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/380:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/380:0] STATEMENT: COPY atest5 (two) TO stdout; 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/381:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.530 UTC [24091][client backend] [pg_regress/privileges][22/381:0] STATEMENT: SELECT atest5 FROM atest5; 2024-09-07 20:45:02.531 UTC [24091][client backend] [pg_regress/privileges][22/382:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.531 UTC [24091][client backend] [pg_regress/privileges][22/382:0] STATEMENT: COPY atest5 (one,two) TO stdout; 2024-09-07 20:45:02.532 UTC [24107][client backend] [pg_regress/generated_stored][31/175:0] ERROR: column "b" inherits conflicting generation expressions 2024-09-07 20:45:02.532 UTC [24107][client backend] [pg_regress/generated_stored][31/175:0] HINT: To resolve the conflict, specify a generation expression explicitly. 2024-09-07 20:45:02.532 UTC [24107][client backend] [pg_regress/generated_stored][31/175:0] STATEMENT: CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); 2024-09-07 20:45:02.533 UTC [24091][client backend] [pg_regress/privileges][22/385:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.533 UTC [24091][client backend] [pg_regress/privileges][22/385:0] STATEMENT: SELECT 1 FROM atest5 a JOIN atest5 b USING (two); 2024-09-07 20:45:02.534 UTC [24091][client backend] [pg_regress/privileges][22/386:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.534 UTC [24091][client backend] [pg_regress/privileges][22/386:0] STATEMENT: SELECT 1 FROM atest5 a NATURAL JOIN atest5 b; 2024-09-07 20:45:02.542 UTC [24091][client backend] [pg_regress/privileges][22/387:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.542 UTC [24091][client backend] [pg_regress/privileges][22/387:0] STATEMENT: SELECT * FROM (atest5 a JOIN atest5 b USING (one)) j; 2024-09-07 20:45:02.545 UTC [24091][client backend] [pg_regress/privileges][22/388:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.545 UTC [24091][client backend] [pg_regress/privileges][22/388:0] STATEMENT: SELECT j.* FROM (atest5 a JOIN atest5 b USING (one)) j; 2024-09-07 20:45:02.549 UTC [24091][client backend] [pg_regress/privileges][22/389:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.549 UTC [24091][client backend] [pg_regress/privileges][22/389:0] STATEMENT: SELECT (j.*) IS NULL FROM (atest5 a JOIN atest5 b USING (one)) j; 2024-09-07 20:45:02.551 UTC [24091][client backend] [pg_regress/privileges][22/392:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.551 UTC [24091][client backend] [pg_regress/privileges][22/392:0] STATEMENT: SELECT two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; 2024-09-07 20:45:02.551 UTC [24091][client backend] [pg_regress/privileges][22/393:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.551 UTC [24091][client backend] [pg_regress/privileges][22/393:0] STATEMENT: SELECT j.two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/394:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/394:0] STATEMENT: SELECT y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/395:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/395:0] STATEMENT: SELECT j.y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/396:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.553 UTC [24091][client backend] [pg_regress/privileges][22/396:0] STATEMENT: SELECT * FROM (atest5 a JOIN atest5 b USING (one)); 2024-09-07 20:45:02.554 UTC [24091][client backend] [pg_regress/privileges][22/397:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.554 UTC [24091][client backend] [pg_regress/privileges][22/397:0] STATEMENT: SELECT a.* FROM (atest5 a JOIN atest5 b USING (one)); 2024-09-07 20:45:02.556 UTC [24091][client backend] [pg_regress/privileges][22/398:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.556 UTC [24091][client backend] [pg_regress/privileges][22/398:0] STATEMENT: SELECT (a.*) IS NULL FROM (atest5 a JOIN atest5 b USING (one)); 2024-09-07 20:45:02.557 UTC [24091][client backend] [pg_regress/privileges][22/399:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.557 UTC [24091][client backend] [pg_regress/privileges][22/399:0] STATEMENT: SELECT two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.565 UTC [24091][client backend] [pg_regress/privileges][22/400:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.565 UTC [24091][client backend] [pg_regress/privileges][22/400:0] STATEMENT: SELECT a.two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.573 UTC [24091][client backend] [pg_regress/privileges][22/401:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.573 UTC [24091][client backend] [pg_regress/privileges][22/401:0] STATEMENT: SELECT y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.574 UTC [24091][client backend] [pg_regress/privileges][22/402:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.574 UTC [24091][client backend] [pg_regress/privileges][22/402:0] STATEMENT: SELECT b.y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.581 UTC [24091][client backend] [pg_regress/privileges][22/403:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.581 UTC [24091][client backend] [pg_regress/privileges][22/403:0] STATEMENT: SELECT y FROM (atest5 a LEFT JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.582 UTC [24091][client backend] [pg_regress/privileges][22/404:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.582 UTC [24091][client backend] [pg_regress/privileges][22/404:0] STATEMENT: SELECT b.y FROM (atest5 a LEFT JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.583 UTC [24091][client backend] [pg_regress/privileges][22/405:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.583 UTC [24091][client backend] [pg_regress/privileges][22/405:0] STATEMENT: SELECT y FROM (atest5 a FULL JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.583 UTC [24098][client backend] [pg_regress/rowsecurity][7/779:0] ERROR: new row violates row-level security policy for table "part_document" 2024-09-07 20:45:02.583 UTC [24098][client backend] [pg_regress/rowsecurity][7/779:0] STATEMENT: INSERT INTO part_document VALUES (100, 11, 5, 'regress_rls_dave', 'testing pp1'); 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/406:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/406:0] STATEMENT: SELECT b.y FROM (atest5 a FULL JOIN atest5 b(one,x,y,z) USING (one)); 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/407:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/407:0] STATEMENT: SELECT 1 FROM atest5 WHERE two = 2; 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/408:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.585 UTC [24091][client backend] [pg_regress/privileges][22/408:0] STATEMENT: SELECT * FROM atest1, atest5; 2024-09-07 20:45:02.588 UTC [24091][client backend] [pg_regress/privileges][22/411:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.588 UTC [24091][client backend] [pg_regress/privileges][22/411:0] STATEMENT: SELECT atest1.*,atest5.one FROM atest1 JOIN atest5 ON (atest1.a = atest5.two); 2024-09-07 20:45:02.589 UTC [24091][client backend] [pg_regress/privileges][22/413:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.589 UTC [24091][client backend] [pg_regress/privileges][22/413:0] STATEMENT: SELECT one, two FROM atest5; 2024-09-07 20:45:02.589 UTC [24098][client backend] [pg_regress/rowsecurity][7/780:0] ERROR: new row violates row-level security policy "pp1r" for table "part_document" 2024-09-07 20:45:02.589 UTC [24098][client backend] [pg_regress/rowsecurity][7/780:0] STATEMENT: INSERT INTO part_document VALUES (100, 99, 1, 'regress_rls_dave', 'testing pp1r'); 2024-09-07 20:45:02.594 UTC [24104][client backend] [pg_regress/collate][:0] LOG: disconnection: session time: 0:00:01.531 user=postgres database=regression host=[local] 2024-09-07 20:45:02.594 UTC [24091][client backend] [pg_regress/privileges][22/417:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.594 UTC [24091][client backend] [pg_regress/privileges][22/417:0] STATEMENT: SELECT one, two FROM atest5 NATURAL JOIN atest6; 2024-09-07 20:45:02.597 UTC [24098][client backend] [pg_regress/rowsecurity][7/781:0] ERROR: new row violates row-level security policy "pp1r" for table "part_document" 2024-09-07 20:45:02.597 UTC [24098][client backend] [pg_regress/rowsecurity][7/781:0] STATEMENT: INSERT INTO part_document VALUES (100, 55, 1, 'regress_rls_dave', 'testing RLS with partitions'); 2024-09-07 20:45:02.614 UTC [24091][client backend] [pg_regress/privileges][22/423:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.614 UTC [24091][client backend] [pg_regress/privileges][22/423:0] STATEMENT: COPY atest5 FROM stdin; 2024-09-07 20:45:02.621 UTC [24091][client backend] [pg_regress/privileges][22/425:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.621 UTC [24091][client backend] [pg_regress/privileges][22/425:0] STATEMENT: INSERT INTO atest5 (three) VALUES (4); 2024-09-07 20:45:02.621 UTC [24091][client backend] [pg_regress/privileges][22/426:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.621 UTC [24091][client backend] [pg_regress/privileges][22/426:0] STATEMENT: INSERT INTO atest5 VALUES (5,5,5); 2024-09-07 20:45:02.621 UTC [24098][client backend] [pg_regress/rowsecurity][7/789:0] ERROR: new row violates row-level security policy for table "part_document_satire" 2024-09-07 20:45:02.621 UTC [24098][client backend] [pg_regress/rowsecurity][7/789:0] STATEMENT: INSERT INTO part_document_satire VALUES (101, 55, 1, 'regress_rls_dave', 'testing RLS with partitions'); 2024-09-07 20:45:02.624 UTC [24091][client backend] [pg_regress/privileges][22/428:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.624 UTC [24091][client backend] [pg_regress/privileges][22/428:0] STATEMENT: UPDATE atest5 SET one = 8; 2024-09-07 20:45:02.624 UTC [24091][client backend] [pg_regress/privileges][22/429:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.624 UTC [24091][client backend] [pg_regress/privileges][22/429:0] STATEMENT: UPDATE atest5 SET three = 5, one = 2; 2024-09-07 20:45:02.626 UTC [24091][client backend] [pg_regress/privileges][22/431:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.626 UTC [24091][client backend] [pg_regress/privileges][22/431:0] STATEMENT: INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = 10 RETURNING atest5.three; 2024-09-07 20:45:02.635 UTC [24091][client backend] [pg_regress/privileges][22/434:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.635 UTC [24091][client backend] [pg_regress/privileges][22/434:0] STATEMENT: INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = EXCLUDED.three; 2024-09-07 20:45:02.636 UTC [24091][client backend] [pg_regress/privileges][22/435:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.636 UTC [24091][client backend] [pg_regress/privileges][22/435:0] STATEMENT: INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set one = 8; 2024-09-07 20:45:02.636 UTC [24091][client backend] [pg_regress/privileges][22/436:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.636 UTC [24091][client backend] [pg_regress/privileges][22/436:0] STATEMENT: INSERT INTO atest5(three) VALUES (4) ON CONFLICT (two) DO UPDATE set three = 10; 2024-09-07 20:45:02.637 UTC [24091][client backend] [pg_regress/privileges][22/437:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.637 UTC [24091][client backend] [pg_regress/privileges][22/437:0] STATEMENT: INSERT INTO atest5(four) VALUES (4); 2024-09-07 20:45:02.650 UTC [24091][client backend] [pg_regress/privileges][22/441:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.650 UTC [24091][client backend] [pg_regress/privileges][22/441:0] STATEMENT: INSERT INTO atest5(four) VALUES (4) ON CONFLICT (four) DO UPDATE set three = 3; 2024-09-07 20:45:02.652 UTC [24098][client backend] [pg_regress/rowsecurity][7/796:0] ERROR: must be owner of table part_document 2024-09-07 20:45:02.652 UTC [24098][client backend] [pg_regress/rowsecurity][7/796:0] STATEMENT: ALTER POLICY pp1 ON part_document USING (true); 2024-09-07 20:45:02.655 UTC [24098][client backend] [pg_regress/rowsecurity][7/797:0] ERROR: must be owner of relation part_document 2024-09-07 20:45:02.655 UTC [24098][client backend] [pg_regress/rowsecurity][7/797:0] STATEMENT: DROP POLICY pp1 ON part_document; 2024-09-07 20:45:02.656 UTC [24091][client backend] [pg_regress/privileges][22/442:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.656 UTC [24091][client backend] [pg_regress/privileges][22/442:0] STATEMENT: INSERT INTO atest5(four) VALUES (4) ON CONFLICT ON CONSTRAINT atest5_four_key DO UPDATE set three = 3; 2024-09-07 20:45:02.673 UTC [24092][client backend] [pg_regress/matview][18/193:8210] ERROR: could not create unique index "mvtest_mv_a_idx" 2024-09-07 20:45:02.673 UTC [24092][client backend] [pg_regress/matview][18/193:8210] DETAIL: Key (a)=(1) is duplicated. 2024-09-07 20:45:02.673 UTC [24092][client backend] [pg_regress/matview][18/193:8210] STATEMENT: REFRESH MATERIALIZED VIEW mvtest_mv; 2024-09-07 20:45:02.677 UTC [24094][client backend] [pg_regress/replica_identity][:0] LOG: disconnection: session time: 0:00:01.684 user=postgres database=regression host=[local] 2024-09-07 20:45:02.688 UTC [24091][client backend] [pg_regress/privileges][22/453:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.688 UTC [24091][client backend] [pg_regress/privileges][22/453:0] STATEMENT: SELECT one FROM atest5; 2024-09-07 20:45:02.689 UTC [24091][client backend] [pg_regress/privileges][22/454:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.689 UTC [24091][client backend] [pg_regress/privileges][22/454:0] STATEMENT: UPDATE atest5 SET one = 1; 2024-09-07 20:45:02.716 UTC [24098][client backend] [pg_regress/rowsecurity][7/819:0] ERROR: query would be affected by row-level security policy for table "part_document" 2024-09-07 20:45:02.716 UTC [24098][client backend] [pg_regress/rowsecurity][7/819:0] STATEMENT: SELECT * FROM part_document ORDER by did; 2024-09-07 20:45:02.717 UTC [24098][client backend] [pg_regress/rowsecurity][7/820:0] ERROR: query would be affected by row-level security policy for table "part_document_satire" 2024-09-07 20:45:02.717 UTC [24098][client backend] [pg_regress/rowsecurity][7/820:0] STATEMENT: SELECT * FROM part_document_satire ORDER by did; 2024-09-07 20:45:02.719 UTC [24092][client backend] [pg_regress/matview][18/194:8221] ERROR: new data for materialized view "mvtest_mv" contains duplicate rows without any null columns 2024-09-07 20:45:02.719 UTC [24092][client backend] [pg_regress/matview][18/194:8221] DETAIL: Row: (1,10) 2024-09-07 20:45:02.719 UTC [24092][client backend] [pg_regress/matview][18/194:8221] STATEMENT: REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_mv; 2024-09-07 20:45:02.725 UTC [24098][client backend] [pg_regress/rowsecurity][7/825:0] ERROR: new row violates row-level security policy "pp3" for table "part_document" 2024-09-07 20:45:02.725 UTC [24098][client backend] [pg_regress/rowsecurity][7/825:0] STATEMENT: INSERT INTO part_document VALUES (100, 11, 5, 'regress_rls_carol', 'testing pp3'); 2024-09-07 20:45:02.728 UTC [24091][client backend] [pg_regress/privileges][22/467:0] ERROR: permission denied for table msource 2024-09-07 20:45:02.728 UTC [24091][client backend] [pg_regress/privileges][22/467:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = s.b WHEN NOT MATCHED THEN INSERT VALUES (a, NULL); 2024-09-07 20:45:02.729 UTC [24091][client backend] [pg_regress/privileges][22/468:0] ERROR: permission denied for table msource 2024-09-07 20:45:02.729 UTC [24091][client backend] [pg_regress/privileges][22/468:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = 'x' WHEN NOT MATCHED THEN INSERT VALUES (a, b); 2024-09-07 20:45:02.729 UTC [24091][client backend] [pg_regress/privileges][22/469:0] ERROR: permission denied for table msource 2024-09-07 20:45:02.729 UTC [24091][client backend] [pg_regress/privileges][22/469:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED AND s.b = 'x' THEN UPDATE SET b = 'x' WHEN NOT MATCHED THEN INSERT VALUES (a, NULL); 2024-09-07 20:45:02.746 UTC [24098][client backend] [pg_regress/rowsecurity][7/831:8242] ERROR: cannot drop table dependee because other objects depend on it 2024-09-07 20:45:02.746 UTC [24098][client backend] [pg_regress/rowsecurity][7/831:8242] DETAIL: policy d1 on table dependent depends on table dependee 2024-09-07 20:45:02.746 UTC [24098][client backend] [pg_regress/rowsecurity][7/831:8242] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:45:02.746 UTC [24098][client backend] [pg_regress/rowsecurity][7/831:8242] STATEMENT: DROP TABLE dependee; 2024-09-07 20:45:02.747 UTC [24091][client backend] [pg_regress/privileges][22/475:0] ERROR: permission denied for table mtarget 2024-09-07 20:45:02.747 UTC [24091][client backend] [pg_regress/privileges][22/475:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = t.b WHEN NOT MATCHED THEN INSERT VALUES (a, NULL); 2024-09-07 20:45:02.747 UTC [24091][client backend] [pg_regress/privileges][22/476:0] ERROR: permission denied for table mtarget 2024-09-07 20:45:02.747 UTC [24091][client backend] [pg_regress/privileges][22/476:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED THEN UPDATE SET b = s.b, a = t.a + 1 WHEN NOT MATCHED THEN INSERT VALUES (a, b); 2024-09-07 20:45:02.748 UTC [24091][client backend] [pg_regress/privileges][22/477:0] ERROR: permission denied for table mtarget 2024-09-07 20:45:02.748 UTC [24091][client backend] [pg_regress/privileges][22/477:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED AND t.b IS NOT NULL THEN UPDATE SET b = s.b WHEN NOT MATCHED THEN INSERT VALUES (a, b); 2024-09-07 20:45:02.757 UTC [24107][client backend] [pg_regress/generated_stored][31/205:0] ERROR: column "b" is a generated column 2024-09-07 20:45:02.757 UTC [24107][client backend] [pg_regress/generated_stored][31/205:0] DETAIL: Generated columns cannot be used in COPY. 2024-09-07 20:45:02.757 UTC [24107][client backend] [pg_regress/generated_stored][31/205:0] STATEMENT: COPY gtest1 (a, b) TO stdout; 2024-09-07 20:45:02.758 UTC [24091][client backend] [pg_regress/privileges][22/479:0] ERROR: permission denied for table mtarget 2024-09-07 20:45:02.758 UTC [24091][client backend] [pg_regress/privileges][22/479:0] STATEMENT: MERGE INTO mtarget t USING msource s ON t.a = s.a WHEN MATCHED AND t.b IS NOT NULL THEN DELETE; 2024-09-07 20:45:02.759 UTC [24107][client backend] [pg_regress/generated_stored][31/207:0] ERROR: column "b" is a generated column 2024-09-07 20:45:02.759 UTC [24107][client backend] [pg_regress/generated_stored][31/207:0] DETAIL: Generated columns cannot be used in COPY. 2024-09-07 20:45:02.759 UTC [24107][client backend] [pg_regress/generated_stored][31/207:0] STATEMENT: COPY gtest1 (a, b) FROM stdin; 2024-09-07 20:45:02.788 UTC [24098][client backend] [pg_regress/rowsecurity][7/839:0] ERROR: infinite recursion detected in policy for relation "rec1" 2024-09-07 20:45:02.788 UTC [24098][client backend] [pg_regress/rowsecurity][7/839:0] STATEMENT: SELECT * FROM rec1; 2024-09-07 20:45:02.791 UTC [24107][client backend] [pg_regress/generated_stored][31/212:0] ERROR: column "b" is a generated column 2024-09-07 20:45:02.791 UTC [24107][client backend] [pg_regress/generated_stored][31/212:0] DETAIL: Generated columns cannot be used in COPY. 2024-09-07 20:45:02.791 UTC [24107][client backend] [pg_regress/generated_stored][31/212:0] STATEMENT: COPY gtest3 (a, b) TO stdout; 2024-09-07 20:45:02.794 UTC [24107][client backend] [pg_regress/generated_stored][31/214:0] ERROR: column "b" is a generated column 2024-09-07 20:45:02.794 UTC [24107][client backend] [pg_regress/generated_stored][31/214:0] DETAIL: Generated columns cannot be used in COPY. 2024-09-07 20:45:02.794 UTC [24107][client backend] [pg_regress/generated_stored][31/214:0] STATEMENT: COPY gtest3 (a, b) FROM stdin; 2024-09-07 20:45:02.807 UTC [24098][client backend] [pg_regress/rowsecurity][7/846:0] ERROR: infinite recursion detected in policy for relation "rec1" 2024-09-07 20:45:02.807 UTC [24098][client backend] [pg_regress/rowsecurity][7/846:0] STATEMENT: SELECT * FROM rec1; 2024-09-07 20:45:02.833 UTC [24091][client backend] [pg_regress/privileges][22/494:8282] ERROR: duplicate key value violates unique constraint "t1_pkey" 2024-09-07 20:45:02.833 UTC [24091][client backend] [pg_regress/privileges][22/494:8282] STATEMENT: INSERT INTO t1 (c1, c2) VALUES (1, 1); 2024-09-07 20:45:02.833 UTC [24091][client backend] [pg_regress/privileges][22/495:8283] ERROR: duplicate key value violates unique constraint "t1_pkey" 2024-09-07 20:45:02.833 UTC [24091][client backend] [pg_regress/privileges][22/495:8283] STATEMENT: UPDATE t1 SET c2 = 1; 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/496:0] ERROR: null value in column "c1" of relation "t1" violates not-null constraint 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/496:0] DETAIL: Failing row contains (c1, c2) = (null, null). 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/496:0] STATEMENT: INSERT INTO t1 (c1, c2) VALUES (null, null); 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/497:0] ERROR: null value in column "c1" of relation "t1" violates not-null constraint 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/497:0] DETAIL: Failing row contains (c1, c3) = (null, null). 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/497:0] STATEMENT: INSERT INTO t1 (c3) VALUES (null); 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/498:0] ERROR: null value in column "c2" of relation "t1" violates not-null constraint 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/498:0] DETAIL: Failing row contains (c1) = (5). 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/498:0] STATEMENT: INSERT INTO t1 (c1) VALUES (5); 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/499:0] ERROR: new row for relation "t1" violates check constraint "t1_c3_check" 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/499:0] DETAIL: Failing row contains (c1, c3) = (1, 10). 2024-09-07 20:45:02.835 UTC [24091][client backend] [pg_regress/privileges][22/499:0] STATEMENT: UPDATE t1 SET c3 = 10; 2024-09-07 20:45:02.849 UTC [24098][client backend] [pg_regress/rowsecurity][7/854:0] ERROR: infinite recursion detected in policy for relation "rec1" 2024-09-07 20:45:02.849 UTC [24098][client backend] [pg_regress/rowsecurity][7/854:0] STATEMENT: SELECT * FROM rec1; 2024-09-07 20:45:02.924 UTC [24091][client backend] [pg_regress/privileges][22/512:0] ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint 2024-09-07 20:45:02.924 UTC [24091][client backend] [pg_regress/privileges][22/512:0] DETAIL: Failing row contains (a, b, c) = (aaa, null, null). 2024-09-07 20:45:02.924 UTC [24091][client backend] [pg_regress/privileges][22/512:0] STATEMENT: INSERT INTO errtst (a, b) VALUES ('aaa', NULL); 2024-09-07 20:45:02.926 UTC [24091][client backend] [pg_regress/privileges][22/513:0] ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint 2024-09-07 20:45:02.926 UTC [24091][client backend] [pg_regress/privileges][22/513:0] DETAIL: Failing row contains (a, b, c) = (aaa, null, ccc). 2024-09-07 20:45:02.926 UTC [24091][client backend] [pg_regress/privileges][22/513:0] STATEMENT: UPDATE errtst SET b = NULL; 2024-09-07 20:45:02.927 UTC [24098][client backend] [pg_regress/rowsecurity][7/863:0] ERROR: infinite recursion detected in policy for relation "rec1" 2024-09-07 20:45:02.927 UTC [24098][client backend] [pg_regress/rowsecurity][7/863:0] STATEMENT: SELECT * FROM rec1; 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/514:0] ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/514:0] DETAIL: Failing row contains (a, b, c) = (aaa, null, ccc). 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/514:0] STATEMENT: UPDATE errtst SET a = 'aaa', b = NULL; 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/515:8316] ERROR: null value in column "b" of relation "errtst_part_2" violates not-null constraint 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/515:8316] DETAIL: Failing row contains (a, b, c) = (aaaa, null, ccc). 2024-09-07 20:45:02.933 UTC [24091][client backend] [pg_regress/privileges][22/515:8316] STATEMENT: UPDATE errtst SET a = 'aaaa', b = NULL; 2024-09-07 20:45:02.934 UTC [24091][client backend] [pg_regress/privileges][22/516:8317] ERROR: null value in column "b" of relation "errtst_part_2" violates not-null constraint 2024-09-07 20:45:02.934 UTC [24091][client backend] [pg_regress/privileges][22/516:8317] DETAIL: Failing row contains (a, b, c) = (aaaa, null, ccc). 2024-09-07 20:45:02.934 UTC [24091][client backend] [pg_regress/privileges][22/516:8317] STATEMENT: UPDATE errtst SET a = 'aaaa', b = NULL WHERE a = 'aaa'; 2024-09-07 20:45:02.987 UTC [24091][client backend] [pg_regress/privileges][22/526:0] ERROR: permission denied for table atest6 2024-09-07 20:45:02.987 UTC [24091][client backend] [pg_regress/privileges][22/526:0] STATEMENT: SELECT atest6 FROM atest6; 2024-09-07 20:45:02.990 UTC [24098][client backend] [pg_regress/rowsecurity][7/877:0] ERROR: infinite recursion detected in policy for relation "s1" 2024-09-07 20:45:02.990 UTC [24098][client backend] [pg_regress/rowsecurity][7/877:0] STATEMENT: SELECT * FROM s1 WHERE f_leak(b); 2024-09-07 20:45:02.991 UTC [24098][client backend] [pg_regress/rowsecurity][7/878:0] ERROR: infinite recursion detected in policy for relation "s1" 2024-09-07 20:45:02.991 UTC [24098][client backend] [pg_regress/rowsecurity][7/878:0] STATEMENT: INSERT INTO s1 VALUES (1, 'foo'); 2024-09-07 20:45:02.997 UTC [24091][client backend] [pg_regress/privileges][22/527:0] ERROR: permission denied for table atest5 2024-09-07 20:45:02.997 UTC [24091][client backend] [pg_regress/privileges][22/527:0] STATEMENT: SELECT one FROM atest5 NATURAL JOIN atest6; 2024-09-07 20:45:03.009 UTC [24107][client backend] [pg_regress/generated_stored][31/235:8349] ERROR: cannot drop column b of table gtest10 because other objects depend on it 2024-09-07 20:45:03.009 UTC [24107][client backend] [pg_regress/generated_stored][31/235:8349] DETAIL: column c of table gtest10 depends on column b of table gtest10 2024-09-07 20:45:03.009 UTC [24107][client backend] [pg_regress/generated_stored][31/235:8349] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:45:03.009 UTC [24107][client backend] [pg_regress/generated_stored][31/235:8349] STATEMENT: ALTER TABLE gtest10 DROP COLUMN b; 2024-09-07 20:45:03.019 UTC [24091][client backend] [pg_regress/privileges][22/537:0] ERROR: permission denied for table atest6 2024-09-07 20:45:03.019 UTC [24091][client backend] [pg_regress/privileges][22/537:0] STATEMENT: SELECT * FROM atest6; 2024-09-07 20:45:03.020 UTC [24091][client backend] [pg_regress/privileges][22/538:0] ERROR: permission denied for table atest6 2024-09-07 20:45:03.020 UTC [24091][client backend] [pg_regress/privileges][22/538:0] STATEMENT: SELECT 1 FROM atest6; 2024-09-07 20:45:03.024 UTC [24091][client backend] [pg_regress/privileges][22/540:0] ERROR: permission denied for table atest5 2024-09-07 20:45:03.024 UTC [24091][client backend] [pg_regress/privileges][22/540:0] STATEMENT: DELETE FROM atest5 WHERE one = 1; 2024-09-07 20:45:03.036 UTC [24098][client backend] [pg_regress/rowsecurity][7/895:0] ERROR: infinite recursion detected in policy for relation "s1" 2024-09-07 20:45:03.036 UTC [24098][client backend] [pg_regress/rowsecurity][7/895:0] STATEMENT: SELECT * FROM s1 WHERE f_leak(b); 2024-09-07 20:45:03.092 UTC [24091][client backend] [pg_regress/privileges][22/553:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.092 UTC [24091][client backend] [pg_regress/privileges][22/553:0] STATEMENT: SELECT fy FROM atestc; 2024-09-07 20:45:03.101 UTC [24091][client backend] [pg_regress/privileges][22/566:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.101 UTC [24091][client backend] [pg_regress/privileges][22/566:0] STATEMENT: SELECT f2 FROM atestc; 2024-09-07 20:45:03.133 UTC [24091][client backend] [pg_regress/privileges][22/568:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.133 UTC [24091][client backend] [pg_regress/privileges][22/568:0] STATEMENT: DELETE FROM atestc; 2024-09-07 20:45:03.137 UTC [24091][client backend] [pg_regress/privileges][22/570:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.137 UTC [24091][client backend] [pg_regress/privileges][22/570:0] STATEMENT: UPDATE atestc SET f1 = 1; 2024-09-07 20:45:03.138 UTC [24091][client backend] [pg_regress/privileges][22/572:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.138 UTC [24091][client backend] [pg_regress/privileges][22/572:0] STATEMENT: TRUNCATE atestc; 2024-09-07 20:45:03.149 UTC [24091][client backend] [pg_regress/privileges][22/574:0] ERROR: permission denied for table atestc 2024-09-07 20:45:03.149 UTC [24091][client backend] [pg_regress/privileges][22/574:0] STATEMENT: LOCK atestc; 2024-09-07 20:45:03.189 UTC [24203][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:03.190 UTC [24203][client backend] [[unknown]][40/37:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:03.190 UTC [24203][client backend] [[unknown]][40/37:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:03.191 UTC [24107][client backend] [pg_regress/generated_stored][31/259:0] ERROR: permission denied for table gtest11s 2024-09-07 20:45:03.191 UTC [24107][client backend] [pg_regress/generated_stored][31/259:0] STATEMENT: SELECT a, b FROM gtest11s; 2024-09-07 20:45:03.203 UTC [24092][client backend] [pg_regress/matview][18/218:0] ERROR: too many column names were specified 2024-09-07 20:45:03.203 UTC [24092][client backend] [pg_regress/matview][18/218:0] STATEMENT: CREATE MATERIALIZED VIEW mvtest_mv_v (ii, jj, kk) AS SELECT i, j FROM mvtest_v; 2024-09-07 20:45:03.203 UTC [24107][client backend] [pg_regress/generated_stored][31/261:0] ERROR: permission denied for function gf1 2024-09-07 20:45:03.203 UTC [24107][client backend] [pg_regress/generated_stored][31/261:0] STATEMENT: SELECT gf1(10); 2024-09-07 20:45:03.212 UTC [24091][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:02.227 user=postgres database=regression host=[local] 2024-09-07 20:45:03.237 UTC [24107][client backend] [pg_regress/generated_stored][31/264:8398] ERROR: cannot drop function gf1(integer) because other objects depend on it 2024-09-07 20:45:03.237 UTC [24107][client backend] [pg_regress/generated_stored][31/264:8398] DETAIL: column c of table gtest12s depends on function gf1(integer) 2024-09-07 20:45:03.237 UTC [24107][client backend] [pg_regress/generated_stored][31/264:8398] HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-09-07 20:45:03.237 UTC [24107][client backend] [pg_regress/generated_stored][31/264:8398] STATEMENT: DROP FUNCTION gf1(int); 2024-09-07 20:45:03.238 UTC [24203][client backend] [pg_regress/privileges][40/40:0] ERROR: language "c" is not trusted 2024-09-07 20:45:03.238 UTC [24203][client backend] [pg_regress/privileges][40/40:0] DETAIL: GRANT and REVOKE are not allowed on untrusted languages, because only superusers can use untrusted languages. 2024-09-07 20:45:03.238 UTC [24203][client backend] [pg_regress/privileges][40/40:0] STATEMENT: GRANT USAGE ON LANGUAGE c TO PUBLIC; 2024-09-07 20:45:03.239 UTC [24203][client backend] [pg_regress/privileges][40/42:0] WARNING: no privileges were granted for "sql" 2024-09-07 20:45:03.252 UTC [24092][client backend] [pg_regress/matview][18/221:0] ERROR: too many column names were specified 2024-09-07 20:45:03.252 UTC [24092][client backend] [pg_regress/matview][18/221:0] STATEMENT: CREATE MATERIALIZED VIEW mvtest_mv_v_3 (ii, jj, kk) AS SELECT i, j FROM mvtest_v WITH NO DATA; 2024-09-07 20:45:03.277 UTC [24203][client backend] [pg_regress/privileges][40/49:0] ERROR: priv_testproc1(integer) is not a function 2024-09-07 20:45:03.277 UTC [24203][client backend] [pg_regress/privileges][40/49:0] STATEMENT: REVOKE ALL ON FUNCTION priv_testproc1(int) FROM PUBLIC; 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/52:0] ERROR: invalid privilege type USAGE for function 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/52:0] STATEMENT: GRANT USAGE ON FUNCTION priv_testfunc1(int) TO regress_priv_user3; 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/53:0] ERROR: invalid privilege type USAGE for function 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/53:0] STATEMENT: GRANT USAGE ON FUNCTION priv_testagg1(int) TO regress_priv_user3; 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/54:0] ERROR: invalid privilege type USAGE for procedure 2024-09-07 20:45:03.283 UTC [24203][client backend] [pg_regress/privileges][40/54:0] STATEMENT: GRANT USAGE ON PROCEDURE priv_testproc1(int) TO regress_priv_user3; 2024-09-07 20:45:03.286 UTC [24203][client backend] [pg_regress/privileges][40/56:0] ERROR: function priv_testfunc_nosuch(integer) does not exist 2024-09-07 20:45:03.286 UTC [24203][client backend] [pg_regress/privileges][40/56:0] STATEMENT: GRANT ALL PRIVILEGES ON FUNCTION priv_testfunc_nosuch(int) TO regress_priv_user4; 2024-09-07 20:45:03.298 UTC [24098][client backend] [pg_regress/rowsecurity][7/951:0] ERROR: new row violates row-level security policy for table "b1" 2024-09-07 20:45:03.298 UTC [24098][client backend] [pg_regress/rowsecurity][7/951:0] STATEMENT: INSERT INTO bv1 VALUES (-1, 'xxx'); 2024-09-07 20:45:03.301 UTC [24098][client backend] [pg_regress/rowsecurity][7/952:0] ERROR: new row violates row-level security policy for table "b1" 2024-09-07 20:45:03.301 UTC [24098][client backend] [pg_regress/rowsecurity][7/952:0] STATEMENT: INSERT INTO bv1 VALUES (11, 'xxx'); 2024-09-07 20:45:03.314 UTC [24107][client backend] [pg_regress/generated_stored][31/270:0] ERROR: new row for relation "gtest20" violates check constraint "gtest20_b_check" 2024-09-07 20:45:03.314 UTC [24107][client backend] [pg_regress/generated_stored][31/270:0] DETAIL: Failing row contains (30, 60). 2024-09-07 20:45:03.314 UTC [24107][client backend] [pg_regress/generated_stored][31/270:0] STATEMENT: INSERT INTO gtest20 (a) VALUES (30); 2024-09-07 20:45:03.316 UTC [24203][client backend] [pg_regress/privileges][40/63:0] ERROR: permission denied for language sql 2024-09-07 20:45:03.316 UTC [24203][client backend] [pg_regress/privileges][40/63:0] STATEMENT: CREATE FUNCTION priv_testfunc3(int) RETURNS int AS 'select 2 * $1;' LANGUAGE sql; 2024-09-07 20:45:03.317 UTC [24203][client backend] [pg_regress/privileges][40/67:0] ERROR: permission denied for function priv_testfunc1 2024-09-07 20:45:03.317 UTC [24203][client backend] [pg_regress/privileges][40/67:0] STATEMENT: SELECT priv_testfunc1(5); 2024-09-07 20:45:03.317 UTC [24203][client backend] [pg_regress/privileges][40/68:0] ERROR: permission denied for aggregate priv_testagg1 2024-09-07 20:45:03.317 UTC [24203][client backend] [pg_regress/privileges][40/68:0] STATEMENT: SELECT priv_testagg1(x) FROM (VALUES (1), (2), (3)) _(x); 2024-09-07 20:45:03.319 UTC [24203][client backend] [pg_regress/privileges][40/69:0] ERROR: permission denied for procedure priv_testproc1 2024-09-07 20:45:03.319 UTC [24203][client backend] [pg_regress/privileges][40/69:0] STATEMENT: CALL priv_testproc1(6); 2024-09-07 20:45:03.319 UTC [24203][client backend] [pg_regress/privileges][40/70:0] ERROR: permission denied for table atest2 2024-09-07 20:45:03.319 UTC [24203][client backend] [pg_regress/privileges][40/70:0] STATEMENT: SELECT col1 FROM atest2 WHERE col2 = true; 2024-09-07 20:45:03.321 UTC [24107][client backend] [pg_regress/generated_stored][31/271:8440] ERROR: check constraint "gtest20_b_check" of relation "gtest20" is violated by some row 2024-09-07 20:45:03.321 UTC [24107][client backend] [pg_regress/generated_stored][31/271:8440] STATEMENT: ALTER TABLE gtest20 ALTER COLUMN b SET EXPRESSION AS (a * 100); 2024-09-07 20:45:03.325 UTC [24203][client backend] [pg_regress/privileges][40/76:0] ERROR: must be owner of function priv_testfunc1 2024-09-07 20:45:03.325 UTC [24203][client backend] [pg_regress/privileges][40/76:0] STATEMENT: DROP FUNCTION priv_testfunc1(int); 2024-09-07 20:45:03.326 UTC [24203][client backend] [pg_regress/privileges][40/77:0] ERROR: must be owner of aggregate priv_testagg1 2024-09-07 20:45:03.326 UTC [24203][client backend] [pg_regress/privileges][40/77:0] STATEMENT: DROP AGGREGATE priv_testagg1(int); 2024-09-07 20:45:03.326 UTC [24203][client backend] [pg_regress/privileges][40/78:0] ERROR: must be owner of procedure priv_testproc1 2024-09-07 20:45:03.326 UTC [24203][client backend] [pg_regress/privileges][40/78:0] STATEMENT: DROP PROCEDURE priv_testproc1(int); 2024-09-07 20:45:03.341 UTC [24099][client backend] [pg_regress/identity][21/606:8447] ERROR: column "b" of relation "itest6" is not an identity column 2024-09-07 20:45:03.341 UTC [24099][client backend] [pg_regress/identity][21/606:8447] STATEMENT: ALTER TABLE itest6 ALTER COLUMN b SET INCREMENT BY 2; 2024-09-07 20:45:03.341 UTC [24099][client backend] [pg_regress/identity][21/607:0] ERROR: cannot change ownership of identity sequence 2024-09-07 20:45:03.341 UTC [24099][client backend] [pg_regress/identity][21/607:0] DETAIL: Sequence "itest6_a_seq" is linked to table "itest6". 2024-09-07 20:45:03.341 UTC [24099][client backend] [pg_regress/identity][21/607:0] STATEMENT: ALTER SEQUENCE itest6_a_seq OWNED BY NONE; 2024-09-07 20:45:03.345 UTC [24212][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:03.346 UTC [24212][client backend] [[unknown]][33/272:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:03.346 UTC [24212][client backend] [[unknown]][33/272:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:03.366 UTC [24203][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:00.179 user=postgres database=regression host=[local] 2024-09-07 20:45:03.371 UTC [24098][client backend] [pg_regress/rowsecurity][7/968:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.371 UTC [24098][client backend] [pg_regress/rowsecurity][7/968:0] STATEMENT: INSERT INTO document VALUES (2, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_carol', 'my first novel') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, dauthor = EXCLUDED.dauthor; 2024-09-07 20:45:03.372 UTC [24098][client backend] [pg_regress/rowsecurity][7/970:8460] ERROR: new row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.372 UTC [24098][client backend] [pg_regress/rowsecurity][7/970:8460] STATEMENT: INSERT INTO document VALUES (33, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'Some novel, replaces sci-fi') -- takes UPDATE path ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle; 2024-09-07 20:45:03.397 UTC [24098][client backend] [pg_regress/rowsecurity][7/974:8470] ERROR: new row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.397 UTC [24098][client backend] [pg_regress/rowsecurity][7/974:8470] STATEMENT: INSERT INTO document VALUES (78, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'some technology novel') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33 RETURNING *; 2024-09-07 20:45:03.474 UTC [24212][client backend] [pg_regress/privileges][33/275:8476] ERROR: permission denied for function int8 2024-09-07 20:45:03.474 UTC [24212][client backend] [pg_regress/privileges][33/275:8476] STATEMENT: SELECT '{1}'::int4[]::int8[]; 2024-09-07 20:45:03.477 UTC [24099][client backend] [pg_regress/identity][21/619:8481] ERROR: cannot recursively add identity column to table that has child tables 2024-09-07 20:45:03.477 UTC [24099][client backend] [pg_regress/identity][21/619:8481] STATEMENT: ALTER TABLE itest7d ADD COLUMN b int GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:03.484 UTC [24107][client backend] [pg_regress/generated_stored][31/276:8483] ERROR: check constraint "gtest20a_b_check" of relation "gtest20a" is violated by some row 2024-09-07 20:45:03.484 UTC [24107][client backend] [pg_regress/generated_stored][31/276:8483] STATEMENT: ALTER TABLE gtest20a ADD CHECK (b < 50); 2024-09-07 20:45:03.485 UTC [24098][client backend] [pg_regress/rowsecurity][7/976:8484] ERROR: new row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.485 UTC [24098][client backend] [pg_regress/rowsecurity][7/976:8484] STATEMENT: INSERT INTO document VALUES (79, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'technology book, can only insert') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; 2024-09-07 20:45:03.491 UTC [24098][client backend] [pg_regress/rowsecurity][7/983:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.491 UTC [24098][client backend] [pg_regress/rowsecurity][7/983:0] STATEMENT: INSERT INTO document VALUES (79, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'technology book, can only insert') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; 2024-09-07 20:45:03.492 UTC [24098][client backend] [pg_regress/rowsecurity][7/984:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.492 UTC [24098][client backend] [pg_regress/rowsecurity][7/984:0] STATEMENT: INSERT INTO document VALUES (2, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'my first novel') ON CONFLICT (did) DO UPDATE SET cid = EXCLUDED.cid, dtitle = EXCLUDED.dtitle RETURNING *; 2024-09-07 20:45:03.497 UTC [24223][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:03.499 UTC [24223][client backend] [[unknown]][42/73:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:03.499 UTC [24223][client backend] [[unknown]][42/73:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:03.502 UTC [24212][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:00.160 user=postgres database=regression host=[local] 2024-09-07 20:45:03.503 UTC [24098][client backend] [pg_regress/rowsecurity][7/989:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.503 UTC [24098][client backend] [pg_regress/rowsecurity][7/989:0] STATEMENT: INSERT INTO document VALUES (80, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_carol', 'my first novel') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33; 2024-09-07 20:45:03.506 UTC [24098][client backend] [pg_regress/rowsecurity][7/990:8496] ERROR: new row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.506 UTC [24098][client backend] [pg_regress/rowsecurity][7/990:8496] STATEMENT: INSERT INTO document VALUES (4, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'my first novel') ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle; 2024-09-07 20:45:03.516 UTC [24107][client backend] [pg_regress/generated_stored][31/281:8499] ERROR: check constraint "chk" of relation "gtest20b" is violated by some row 2024-09-07 20:45:03.516 UTC [24107][client backend] [pg_regress/generated_stored][31/281:8499] STATEMENT: ALTER TABLE gtest20b VALIDATE CONSTRAINT chk; 2024-09-07 20:45:03.519 UTC [24098][client backend] [pg_regress/rowsecurity][7/991:8501] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.519 UTC [24098][client backend] [pg_regress/rowsecurity][7/991:8501] STATEMENT: INSERT INTO document VALUES (1, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'my first novel') ON CONFLICT (did) DO UPDATE SET dauthor = 'regress_rls_carol'; 2024-09-07 20:45:03.541 UTC [24107][client backend] [pg_regress/generated_stored][31/284:0] ERROR: null value in column "b" of relation "gtest21a" violates not-null constraint 2024-09-07 20:45:03.541 UTC [24107][client backend] [pg_regress/generated_stored][31/284:0] DETAIL: Failing row contains (0, null). 2024-09-07 20:45:03.541 UTC [24107][client backend] [pg_regress/generated_stored][31/284:0] STATEMENT: INSERT INTO gtest21a (a) VALUES (0); 2024-09-07 20:45:03.561 UTC [24223][client backend] [pg_regress/privileges][42/77:0] ERROR: cannot set privileges of array types 2024-09-07 20:45:03.561 UTC [24223][client backend] [pg_regress/privileges][42/77:0] HINT: Set the privileges of the element type instead. 2024-09-07 20:45:03.561 UTC [24223][client backend] [pg_regress/privileges][42/77:0] STATEMENT: GRANT USAGE ON TYPE _priv_testtype1 TO regress_priv_user2; 2024-09-07 20:45:03.562 UTC [24223][client backend] [pg_regress/privileges][42/78:0] ERROR: "priv_testtype1" is not a domain 2024-09-07 20:45:03.562 UTC [24223][client backend] [pg_regress/privileges][42/78:0] STATEMENT: GRANT USAGE ON DOMAIN priv_testtype1 TO regress_priv_user2; 2024-09-07 20:45:03.577 UTC [24223][client backend] [pg_regress/privileges][42/84:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.577 UTC [24223][client backend] [pg_regress/privileges][42/84:0] STATEMENT: CREATE AGGREGATE priv_testagg1a(priv_testdomain1) (sfunc = int4_sum, stype = bigint); 2024-09-07 20:45:03.577 UTC [24098][client backend] [pg_regress/rowsecurity][7/1001:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.577 UTC [24098][client backend] [pg_regress/rowsecurity][7/1001:0] STATEMENT: MERGE INTO document d USING (SELECT 1 as sdid) s ON did = s.sdid WHEN MATCHED THEN UPDATE SET dnotes = dnotes || ' notes added by merge1 ', dlevel = 0; 2024-09-07 20:45:03.578 UTC [24223][client backend] [pg_regress/privileges][42/85:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.578 UTC [24223][client backend] [pg_regress/privileges][42/85:0] STATEMENT: CREATE DOMAIN priv_testdomain2a AS priv_testdomain1; 2024-09-07 20:45:03.581 UTC [24107][client backend] [pg_regress/generated_stored][31/288:0] ERROR: null value in column "b" of relation "gtest21b" violates not-null constraint 2024-09-07 20:45:03.581 UTC [24107][client backend] [pg_regress/generated_stored][31/288:0] DETAIL: Failing row contains (0, null). 2024-09-07 20:45:03.581 UTC [24107][client backend] [pg_regress/generated_stored][31/288:0] STATEMENT: INSERT INTO gtest21b (a) VALUES (0); 2024-09-07 20:45:03.596 UTC [24223][client backend] [pg_regress/privileges][42/88:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.596 UTC [24223][client backend] [pg_regress/privileges][42/88:0] STATEMENT: CREATE CAST (priv_testdomain1 AS priv_testdomain3a) WITH FUNCTION castfunc(int); 2024-09-07 20:45:03.605 UTC [24098][client backend] [pg_regress/rowsecurity][7/1004:0] ERROR: target row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.605 UTC [24098][client backend] [pg_regress/rowsecurity][7/1004:0] STATEMENT: MERGE INTO document d USING (SELECT 3 as sdid) s ON did = s.sdid WHEN MATCHED THEN UPDATE SET dnotes = dnotes || ' notes added by merge '; 2024-09-07 20:45:03.607 UTC [24098][client backend] [pg_regress/rowsecurity][7/1005:0] ERROR: target row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.607 UTC [24098][client backend] [pg_regress/rowsecurity][7/1005:0] STATEMENT: MERGE INTO document d USING (SELECT 3 as sdid) s ON did = s.sdid WHEN MATCHED THEN DELETE; 2024-09-07 20:45:03.608 UTC [24098][client backend] [pg_regress/rowsecurity][7/1006:0] ERROR: target row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.608 UTC [24098][client backend] [pg_regress/rowsecurity][7/1006:0] STATEMENT: MERGE INTO document d USING (SELECT 4 as sdid) s ON did = s.sdid WHEN MATCHED AND dnotes = '' THEN UPDATE SET dnotes = dnotes || ' notes added by merge ' WHEN MATCHED THEN DELETE; 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/91:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/91:0] STATEMENT: CREATE FUNCTION priv_testfunc5a(a priv_testdomain1) RETURNS int LANGUAGE SQL AS $$ SELECT $1 $$; 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/92:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/92:0] STATEMENT: CREATE FUNCTION priv_testfunc6a(b int) RETURNS priv_testdomain1 LANGUAGE SQL AS $$ SELECT $1::priv_testdomain1 $$; 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/93:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.608 UTC [24223][client backend] [pg_regress/privileges][42/93:0] STATEMENT: CREATE OPERATOR !+! (PROCEDURE = int4pl, LEFTARG = priv_testdomain1, RIGHTARG = priv_testdomain1); 2024-09-07 20:45:03.609 UTC [24098][client backend] [pg_regress/rowsecurity][7/1007:0] ERROR: target row violates row-level security policy (USING expression) for table "document" 2024-09-07 20:45:03.609 UTC [24098][client backend] [pg_regress/rowsecurity][7/1007:0] STATEMENT: MERGE INTO document d USING (SELECT 4 as sdid) s ON did = s.sdid WHEN MATCHED AND dnotes <> '' THEN UPDATE SET dnotes = dnotes || ' notes added by merge ' WHEN MATCHED THEN DELETE; 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/94:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/94:0] STATEMENT: CREATE TABLE test5a (a int, b priv_testdomain1); 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/95:0] ERROR: permission denied for type priv_testtype1 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/95:0] STATEMENT: CREATE TABLE test6a OF priv_testtype1; 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/96:0] ERROR: permission denied for type priv_testtype1 2024-09-07 20:45:03.610 UTC [24223][client backend] [pg_regress/privileges][42/96:0] STATEMENT: CREATE TABLE test10a (a int[], b priv_testtype1[]); 2024-09-07 20:45:03.618 UTC [24223][client backend] [pg_regress/privileges][42/98:8539] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.618 UTC [24223][client backend] [pg_regress/privileges][42/98:8539] STATEMENT: ALTER TABLE test9a ADD COLUMN c priv_testdomain1; 2024-09-07 20:45:03.618 UTC [24223][client backend] [pg_regress/privileges][42/99:8540] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.618 UTC [24223][client backend] [pg_regress/privileges][42/99:8540] STATEMENT: ALTER TABLE test9a ALTER COLUMN b TYPE priv_testdomain1; 2024-09-07 20:45:03.619 UTC [24223][client backend] [pg_regress/privileges][42/100:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.619 UTC [24223][client backend] [pg_regress/privileges][42/100:0] STATEMENT: CREATE TYPE test7a AS (a int, b priv_testdomain1); 2024-09-07 20:45:03.622 UTC [24103][client backend] [pg_regress/groupingsets][24/97:0] ERROR: aggregate functions are not allowed in FROM clause of their own query level at character 69 2024-09-07 20:45:03.622 UTC [24103][client backend] [pg_regress/groupingsets][24/97:0] STATEMENT: select * from (values (1),(2)) v(x), lateral (select a, b, sum(v.x) from gstest_data(v.x) group by rollup (a,b)) s; 2024-09-07 20:45:03.629 UTC [24223][client backend] [pg_regress/privileges][42/102:8548] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.629 UTC [24223][client backend] [pg_regress/privileges][42/102:8548] STATEMENT: ALTER TYPE test8a ADD ATTRIBUTE c priv_testdomain1; 2024-09-07 20:45:03.630 UTC [24098][client backend] [pg_regress/rowsecurity][7/1015:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.630 UTC [24098][client backend] [pg_regress/rowsecurity][7/1015:0] STATEMENT: MERGE INTO document d USING (SELECT 12 as sdid) s ON did = s.sdid WHEN MATCHED THEN DELETE WHEN NOT MATCHED THEN INSERT VALUES (12, 11, 1, 'regress_rls_dave', 'another novel'); 2024-09-07 20:45:03.633 UTC [24107][client backend] [pg_regress/generated_stored][31/293:8549] ERROR: duplicate key value violates unique constraint "gtest22a_b_key" 2024-09-07 20:45:03.633 UTC [24107][client backend] [pg_regress/generated_stored][31/293:8549] DETAIL: Key (b)=(1) already exists. 2024-09-07 20:45:03.633 UTC [24107][client backend] [pg_regress/generated_stored][31/293:8549] STATEMENT: INSERT INTO gtest22a VALUES (3); 2024-09-07 20:45:03.637 UTC [24223][client backend] [pg_regress/privileges][42/103:8553] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.637 UTC [24223][client backend] [pg_regress/privileges][42/103:8553] STATEMENT: ALTER TYPE test8a ALTER ATTRIBUTE b TYPE priv_testdomain1; 2024-09-07 20:45:03.637 UTC [24223][client backend] [pg_regress/privileges][42/104:0] ERROR: permission denied for type priv_testdomain1 2024-09-07 20:45:03.637 UTC [24223][client backend] [pg_regress/privileges][42/104:0] STATEMENT: CREATE TABLE test11a AS (SELECT 1::priv_testdomain1 AS a); 2024-09-07 20:45:03.641 UTC [24223][client backend] [pg_regress/privileges][42/105:0] ERROR: permission denied for type priv_testtype1 2024-09-07 20:45:03.641 UTC [24223][client backend] [pg_regress/privileges][42/105:0] STATEMENT: REVOKE ALL ON TYPE priv_testtype1 FROM PUBLIC; 2024-09-07 20:45:03.653 UTC [24223][client backend] [pg_regress/privileges][42/111:0] WARNING: cast will be ignored because the source data type is a domain 2024-09-07 20:45:03.660 UTC [24098][client backend] [pg_regress/rowsecurity][7/1022:8568] ERROR: duplicate key value violates unique constraint "document_pkey" 2024-09-07 20:45:03.660 UTC [24098][client backend] [pg_regress/rowsecurity][7/1022:8568] STATEMENT: MERGE INTO document d USING (SELECT 7 as sdid) s ON did = s.sdid WHEN MATCHED THEN UPDATE SET dnotes = dnotes || ' notes added by merge5 ' WHEN NOT MATCHED THEN INSERT VALUES (12, 11, 1, 'regress_rls_bob', 'another novel'); 2024-09-07 20:45:03.665 UTC [24107][client backend] [pg_regress/generated_stored][31/297:8572] ERROR: duplicate key value violates unique constraint "gtest22b_pkey" 2024-09-07 20:45:03.665 UTC [24107][client backend] [pg_regress/generated_stored][31/297:8572] DETAIL: Key (a, b)=(2, 1) already exists. 2024-09-07 20:45:03.665 UTC [24107][client backend] [pg_regress/generated_stored][31/297:8572] STATEMENT: INSERT INTO gtest22b VALUES (2); 2024-09-07 20:45:03.680 UTC [24098][client backend] [pg_regress/rowsecurity][7/1023:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.680 UTC [24098][client backend] [pg_regress/rowsecurity][7/1023:0] STATEMENT: MERGE INTO document d USING (SELECT 1 as sdid) s ON did = s.sdid WHEN MATCHED THEN UPDATE SET dnotes = dnotes || ' notes added by merge6 ', cid = (SELECT cid from category WHERE cname = 'technology'); 2024-09-07 20:45:03.714 UTC [24098][client backend] [pg_regress/rowsecurity][7/1027:0] ERROR: new row violates row-level security policy for table "document" 2024-09-07 20:45:03.714 UTC [24098][client backend] [pg_regress/rowsecurity][7/1027:0] STATEMENT: MERGE INTO document d USING (SELECT 14 as sdid) s ON did = s.sdid WHEN MATCHED THEN UPDATE SET dnotes = dnotes || ' notes added by merge9 ' WHEN NOT MATCHED THEN INSERT VALUES (14, 44, 1, 'regress_rls_bob', 'new manga') RETURNING *; 2024-09-07 20:45:03.730 UTC [24092][client backend] [pg_regress/matview][18/252:8590] ERROR: division by zero 2024-09-07 20:45:03.730 UTC [24092][client backend] [pg_regress/matview][18/252:8590] STATEMENT: create materialized view mvtest_error as select 1/0 as x; 2024-09-07 20:45:03.749 UTC [24103][client backend] [pg_regress/groupingsets][24/113:0] ERROR: arguments to GROUPING must be grouping expressions of the associated query level at character 25 2024-09-07 20:45:03.749 UTC [24103][client backend] [pg_regress/groupingsets][24/113:0] STATEMENT: select (select grouping(a,b) from gstest2) from gstest2 group by a,b; 2024-09-07 20:45:03.767 UTC [24099][client backend] [pg_regress/identity][21/641:8595] ERROR: column "f22" of relation "itest8" contains null values 2024-09-07 20:45:03.767 UTC [24099][client backend] [pg_regress/identity][21/641:8595] STATEMENT: ALTER TABLE itest8 ADD COLUMN f22 int NOT NULL, ALTER COLUMN f22 ADD GENERATED ALWAYS AS IDENTITY; 2024-09-07 20:45:03.770 UTC [24092][client backend] [pg_regress/matview][18/254:8596] ERROR: division by zero 2024-09-07 20:45:03.770 UTC [24092][client backend] [pg_regress/matview][18/254:8596] STATEMENT: refresh materialized view mvtest_error; 2024-09-07 20:45:03.777 UTC [24223][client backend] [pg_regress/privileges][42/126:0] WARNING: no privileges could be revoked for "priv_testtype1" 2024-09-07 20:45:03.797 UTC [24240][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:03.798 UTC [24240][client backend] [[unknown]][36/113:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:03.798 UTC [24240][client backend] [[unknown]][36/113:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:03.819 UTC [24223][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:00.325 user=postgres database=regression host=[local] 2024-09-07 20:45:03.913 UTC [24092][client backend] [pg_regress/matview][18/266:0] ERROR: relation "mvtest_mv_foo" already exists 2024-09-07 20:45:03.913 UTC [24092][client backend] [pg_regress/matview][18/266:0] STATEMENT: CREATE MATERIALIZED VIEW mvtest_mv_foo AS SELECT * FROM mvtest_foo_data; 2024-09-07 20:45:03.925 UTC [24092][client backend] [pg_regress/matview][18/267:0] WARNING: IF NOT EXISTS is deprecated in materialized view creation at character 1 2024-09-07 20:45:03.925 UTC [24092][client backend] [pg_regress/matview][18/267:0] HINT: Use CREATE OR REPLACE MATERIALIZED VIEW mvtest_mv_foo. 2024-09-07 20:45:03.925 UTC [24098][client backend] [pg_regress/rowsecurity][7/1087:0] ERROR: permission denied for view rls_view 2024-09-07 20:45:03.925 UTC [24098][client backend] [pg_regress/rowsecurity][7/1087:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:03.926 UTC [24098][client backend] [pg_regress/rowsecurity][7/1088:0] ERROR: permission denied for view rls_view 2024-09-07 20:45:03.926 UTC [24098][client backend] [pg_regress/rowsecurity][7/1088:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:03.937 UTC [24099][client backend] [pg_regress/identity][21/666:0] ERROR: identity columns are not supported on typed tables 2024-09-07 20:45:03.937 UTC [24099][client backend] [pg_regress/identity][21/666:0] STATEMENT: CREATE TABLE itest12 OF itest_type (f1 WITH OPTIONS GENERATED ALWAYS AS IDENTITY); 2024-09-07 20:45:03.939 UTC [24107][client backend] [pg_regress/generated_stored][31/332:8644] ERROR: invalid ON UPDATE action for foreign key constraint containing generated column 2024-09-07 20:45:03.939 UTC [24107][client backend] [pg_regress/generated_stored][31/332:8644] STATEMENT: CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED REFERENCES gtest23a (x) ON UPDATE CASCADE); 2024-09-07 20:45:03.943 UTC [24103][client backend] [pg_regress/groupingsets][24/132:0] ERROR: could not implement GROUP BY 2024-09-07 20:45:03.943 UTC [24103][client backend] [pg_regress/groupingsets][24/132:0] DETAIL: Some of the datatypes only support hashing, while others only support sorting. 2024-09-07 20:45:03.943 UTC [24103][client backend] [pg_regress/groupingsets][24/132:0] STATEMENT: select count(*) from gstest4 group by rollup(unhashable_col,unsortable_col); 2024-09-07 20:45:03.945 UTC [24098][client backend] [pg_regress/rowsecurity][7/1099:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:03.945 UTC [24098][client backend] [pg_regress/rowsecurity][7/1099:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:03.950 UTC [24107][client backend] [pg_regress/generated_stored][31/333:8651] ERROR: invalid ON DELETE action for foreign key constraint containing generated column 2024-09-07 20:45:03.950 UTC [24107][client backend] [pg_regress/generated_stored][31/333:8651] STATEMENT: CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED REFERENCES gtest23a (x) ON DELETE SET NULL); 2024-09-07 20:45:03.952 UTC [24103][client backend] [pg_regress/groupingsets][24/133:0] ERROR: could not implement GROUP BY 2024-09-07 20:45:03.952 UTC [24103][client backend] [pg_regress/groupingsets][24/133:0] DETAIL: Some of the datatypes only support hashing, while others only support sorting. 2024-09-07 20:45:03.952 UTC [24103][client backend] [pg_regress/groupingsets][24/133:0] STATEMENT: select array_agg(v order by v) from gstest4 group by grouping sets ((id,unsortable_col),(id)); 2024-09-07 20:45:03.953 UTC [24098][client backend] [pg_regress/rowsecurity][7/1100:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:03.953 UTC [24098][client backend] [pg_regress/rowsecurity][7/1100:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:03.958 UTC [24098][client backend] [pg_regress/rowsecurity][7/1102:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:03.958 UTC [24098][client backend] [pg_regress/rowsecurity][7/1102:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:03.958 UTC [24098][client backend] [pg_regress/rowsecurity][7/1103:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:03.958 UTC [24098][client backend] [pg_regress/rowsecurity][7/1103:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:03.990 UTC [24240][client backend] [pg_regress/privileges][36/133:0] ERROR: permission denied for table atest3 2024-09-07 20:45:03.990 UTC [24240][client backend] [pg_regress/privileges][36/133:0] STATEMENT: TRUNCATE atest3; 2024-09-07 20:45:03.994 UTC [24240][client backend] [pg_regress/privileges][36/135:0] ERROR: relation "pg_shad" does not exist 2024-09-07 20:45:03.994 UTC [24240][client backend] [pg_regress/privileges][36/135:0] STATEMENT: select has_table_privilege('pg_shad','select'); 2024-09-07 20:45:03.995 UTC [24240][client backend] [pg_regress/privileges][36/136:0] ERROR: role "nosuchuser" does not exist 2024-09-07 20:45:03.995 UTC [24240][client backend] [pg_regress/privileges][36/136:0] STATEMENT: select has_table_privilege('nosuchuser','pg_authid','select'); 2024-09-07 20:45:03.995 UTC [24240][client backend] [pg_regress/privileges][36/137:0] ERROR: unrecognized privilege type: "sel" 2024-09-07 20:45:03.995 UTC [24240][client backend] [pg_regress/privileges][36/137:0] STATEMENT: select has_table_privilege('pg_authid','sel'); 2024-09-07 20:45:04.005 UTC [24099][client backend] [pg_regress/identity][21/674:8671] ERROR: column "f3" in child table must be marked NOT NULL 2024-09-07 20:45:04.005 UTC [24099][client backend] [pg_regress/identity][21/674:8671] STATEMENT: ALTER TABLE pitest1 ATTACH PARTITION pitest1_p2 FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); 2024-09-07 20:45:04.013 UTC [24255][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:04.015 UTC [24255][client backend] [[unknown]][35/159:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:04.015 UTC [24255][client backend] [[unknown]][35/159:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:04.018 UTC [24240][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:00.225 user=postgres database=regression host=[local] 2024-09-07 20:45:04.040 UTC [24103][client backend] [pg_regress/groupingsets][24/155:0] ERROR: aggregate functions are not allowed in FROM clause of their own query level at character 69 2024-09-07 20:45:04.040 UTC [24103][client backend] [pg_regress/groupingsets][24/155:0] STATEMENT: select * from (values (1),(2)) v(x), lateral (select a, b, sum(v.x) from gstest_data(v.x) group by grouping sets (a,b)) s; 2024-09-07 20:45:04.040 UTC [24103][client backend] [pg_regress/groupingsets][24/156:0] ERROR: aggregate functions are not allowed in FROM clause of their own query level at character 95 2024-09-07 20:45:04.040 UTC [24103][client backend] [pg_regress/groupingsets][24/156:0] STATEMENT: explain (costs off) select * from (values (1),(2)) v(x), lateral (select a, b, sum(v.x) from gstest_data(v.x) group by grouping sets (a,b)) s; 2024-09-07 20:45:04.084 UTC [24107][client backend] [pg_regress/generated_stored][31/348:8692] ERROR: insert or update on table "gtest23b" violates foreign key constraint "gtest23b_b_fkey" 2024-09-07 20:45:04.084 UTC [24107][client backend] [pg_regress/generated_stored][31/348:8692] DETAIL: Key (b)=(10) is not present in table "gtest23a". 2024-09-07 20:45:04.084 UTC [24107][client backend] [pg_regress/generated_stored][31/348:8692] STATEMENT: INSERT INTO gtest23b VALUES (5); 2024-09-07 20:45:04.097 UTC [24098][client backend] [pg_regress/rowsecurity][7/1147:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.097 UTC [24098][client backend] [pg_regress/rowsecurity][7/1147:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:04.104 UTC [24092][client backend] [pg_regress/matview][18/278:8696] ERROR: could not find suitable unique index on materialized view 2024-09-07 20:45:04.104 UTC [24092][client backend] [pg_regress/matview][18/278:8696] STATEMENT: REFRESH MATERIALIZED VIEW CONCURRENTLY drop_idx_matview; 2024-09-07 20:45:04.105 UTC [24098][client backend] [pg_regress/rowsecurity][7/1148:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.105 UTC [24098][client backend] [pg_regress/rowsecurity][7/1148:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:04.115 UTC [24098][client backend] [pg_regress/rowsecurity][7/1150:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.115 UTC [24098][client backend] [pg_regress/rowsecurity][7/1150:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:04.115 UTC [24098][client backend] [pg_regress/rowsecurity][7/1151:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.115 UTC [24098][client backend] [pg_regress/rowsecurity][7/1151:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:04.120 UTC [24107][client backend] [pg_regress/generated_stored][31/349:8693] ERROR: insert or update on table "gtest23b" violates foreign key constraint "gtest23b_b_fkey" 2024-09-07 20:45:04.120 UTC [24107][client backend] [pg_regress/generated_stored][31/349:8693] DETAIL: Key (b)=(5) is not present in table "gtest23a". 2024-09-07 20:45:04.120 UTC [24107][client backend] [pg_regress/generated_stored][31/349:8693] STATEMENT: ALTER TABLE gtest23b ALTER COLUMN b SET EXPRESSION AS (a * 5); 2024-09-07 20:45:04.134 UTC [24098][client backend] [pg_regress/rowsecurity][7/1158:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.134 UTC [24098][client backend] [pg_regress/rowsecurity][7/1158:0] STATEMENT: SELECT * FROM rls_view; 2024-09-07 20:45:04.134 UTC [24098][client backend] [pg_regress/rowsecurity][7/1159:0] ERROR: permission denied for table z1_blacklist 2024-09-07 20:45:04.134 UTC [24098][client backend] [pg_regress/rowsecurity][7/1159:0] STATEMENT: EXPLAIN (COSTS OFF) SELECT * FROM rls_view; 2024-09-07 20:45:04.153 UTC [24092][client backend] [pg_regress/matview][18/281:8704] ERROR: materialized view "mvtest2" has not been populated 2024-09-07 20:45:04.153 UTC [24092][client backend] [pg_regress/matview][18/281:8704] HINT: Use the REFRESH MATERIALIZED VIEW command. 2024-09-07 20:45:04.153 UTC [24092][client backend] [pg_regress/matview][18/281:8704] STATEMENT: SELECT * FROM mvtest2; 2024-09-07 20:45:04.174 UTC [24087][client backend] [pg_regress/spgist][20/171:0] ERROR: value 9 out of bounds for option "fillfactor" 2024-09-07 20:45:04.174 UTC [24087][client backend] [pg_regress/spgist][20/171:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:45:04.174 UTC [24087][client backend] [pg_regress/spgist][20/171:0] STATEMENT: create index spgist_point_idx2 on spgist_point_tbl using spgist(p) with (fillfactor = 9); 2024-09-07 20:45:04.176 UTC [24087][client backend] [pg_regress/spgist][20/172:0] ERROR: value 101 out of bounds for option "fillfactor" 2024-09-07 20:45:04.176 UTC [24087][client backend] [pg_regress/spgist][20/172:0] DETAIL: Valid values are between "10" and "100". 2024-09-07 20:45:04.176 UTC [24087][client backend] [pg_regress/spgist][20/172:0] STATEMENT: create index spgist_point_idx2 on spgist_point_tbl using spgist(p) with (fillfactor = 101); 2024-09-07 20:45:04.188 UTC [24255][client backend] [pg_regress/privileges][35/199:0] ERROR: column "nosuchcol" of relation "pg_authid" does not exist 2024-09-07 20:45:04.188 UTC [24255][client backend] [pg_regress/privileges][35/199:0] STATEMENT: select has_column_privilege('pg_authid','nosuchcol','select'); 2024-09-07 20:45:04.214 UTC [24099][client backend] [pg_regress/identity][21/697:8738] ERROR: cannot change identity column of a partition 2024-09-07 20:45:04.214 UTC [24099][client backend] [pg_regress/identity][21/697:8738] STATEMENT: ALTER TABLE pitest2_p1 ALTER COLUMN f3 SET GENERATED BY DEFAULT; 2024-09-07 20:45:04.217 UTC [24099][client backend] [pg_regress/identity][21/698:8743] ERROR: cannot change identity column of a partition 2024-09-07 20:45:04.217 UTC [24099][client backend] [pg_regress/identity][21/698:8743] STATEMENT: ALTER TABLE pitest2_p1 ALTER COLUMN f3 SET INCREMENT BY 2; 2024-09-07 20:45:04.221 UTC [24099][client backend] [pg_regress/identity][21/699:8746] ERROR: cannot change identity column of only the partitioned table 2024-09-07 20:45:04.221 UTC [24099][client backend] [pg_regress/identity][21/699:8746] HINT: Do not specify the ONLY keyword. 2024-09-07 20:45:04.221 UTC [24099][client backend] [pg_regress/identity][21/699:8746] STATEMENT: ALTER TABLE ONLY pitest2 ALTER COLUMN f3 SET GENERATED BY DEFAULT SET INCREMENT BY 2 SET START WITH 1000 RESTART; 2024-09-07 20:45:04.229 UTC [24255][client backend] [pg_regress/privileges][35/206:0] ERROR: column "f2" of relation "mytable" does not exist 2024-09-07 20:45:04.229 UTC [24255][client backend] [pg_regress/privileges][35/206:0] STATEMENT: select has_column_privilege('mytable','f2','select'); 2024-09-07 20:45:04.240 UTC [24103][client backend] [pg_regress/groupingsets][24/184:0] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24103.0", size 598016 2024-09-07 20:45:04.240 UTC [24103][client backend] [pg_regress/groupingsets][24/184:0] STATEMENT: select * from (values (1),(2)) v(a), lateral (select a, i, j, count(*) from bug_16784 group by cube(i,j)) s order by v.a, i, j; 2024-09-07 20:45:04.250 UTC [24103][client backend] [pg_regress/groupingsets][24/184:0] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24103.1", size 598016 2024-09-07 20:45:04.250 UTC [24103][client backend] [pg_regress/groupingsets][24/184:0] STATEMENT: select * from (values (1),(2)) v(a), lateral (select a, i, j, count(*) from bug_16784 group by cube(i,j)) s order by v.a, i, j; 2024-09-07 20:45:04.270 UTC [24099][client backend] [pg_regress/identity][21/708:0] ERROR: null value in column "f3" of relation "pitest2_p1" violates not-null constraint 2024-09-07 20:45:04.270 UTC [24099][client backend] [pg_regress/identity][21/708:0] DETAIL: Failing row contains (07-07-2016, from pitest2_p1, null). 2024-09-07 20:45:04.270 UTC [24099][client backend] [pg_regress/identity][21/708:0] STATEMENT: INSERT into pitest2_p1 (f1, f2) VALUES ('2016-07-7', 'from pitest2_p1'); 2024-09-07 20:45:04.273 UTC [24255][client backend] [pg_regress/privileges][35/221:0] WARNING: no privileges were granted for "atest4" 2024-09-07 20:45:04.276 UTC [24255][client backend] [pg_regress/privileges][35/225:0] ERROR: dependent privileges exist 2024-09-07 20:45:04.276 UTC [24255][client backend] [pg_regress/privileges][35/225:0] HINT: Use CASCADE to revoke them too. 2024-09-07 20:45:04.276 UTC [24255][client backend] [pg_regress/privileges][35/225:0] STATEMENT: REVOKE SELECT ON atest4 FROM regress_priv_user2; 2024-09-07 20:45:04.280 UTC [24107][client backend] [pg_regress/generated_stored][31/357:8782] ERROR: insert or update on table "gtest23q" violates foreign key constraint "gtest23q_b_fkey" 2024-09-07 20:45:04.280 UTC [24107][client backend] [pg_regress/generated_stored][31/357:8782] DETAIL: Key (b)=(5) is not present in table "gtest23p". 2024-09-07 20:45:04.280 UTC [24107][client backend] [pg_regress/generated_stored][31/357:8782] STATEMENT: INSERT INTO gtest23q VALUES (2, 5); 2024-09-07 20:45:04.297 UTC [24273][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-09-07 20:45:04.298 UTC [24273][client backend] [[unknown]][38/447:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/src/test/regress/tmp_check/data/pg_hba.conf:117) 2024-09-07 20:45:04.298 UTC [24273][client backend] [[unknown]][38/447:0] LOG: connection authorized: user=postgres database=regression application_name=pg_regress/privileges 2024-09-07 20:45:04.299 UTC [24092][client backend] [pg_regress/matview][18/298:0] ERROR: relation "matview_ine_tab" already exists 2024-09-07 20:45:04.299 UTC [24092][client backend] [pg_regress/matview][18/298:0] STATEMENT: CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1 / 0; 2024-09-07 20:45:04.304 UTC [24092][client backend] [pg_regress/matview][18/299:0] WARNING: IF NOT EXISTS is deprecated in materialized view creation at character 1 2024-09-07 20:45:04.304 UTC [24092][client backend] [pg_regress/matview][18/299:0] HINT: Use CREATE OR REPLACE MATERIALIZED VIEW matview_ine_tab. 2024-09-07 20:45:04.305 UTC [24098][client backend] [pg_regress/rowsecurity][7/1190:8796] ERROR: policy "p1" for table "y1" already exists 2024-09-07 20:45:04.305 UTC [24098][client backend] [pg_regress/rowsecurity][7/1190:8796] STATEMENT: CREATE POLICY p1 ON y1 FOR SELECT USING (a % 2 = 1); 2024-09-07 20:45:04.305 UTC [24092][client backend] [pg_regress/matview][18/300:0] ERROR: relation "matview_ine_tab" already exists 2024-09-07 20:45:04.305 UTC [24092][client backend] [pg_regress/matview][18/300:0] STATEMENT: CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1 / 0 WITH NO DATA; 2024-09-07 20:45:04.305 UTC [24092][client backend] [pg_regress/matview][18/301:0] WARNING: IF NOT EXISTS is deprecated in materialized view creation at character 1 2024-09-07 20:45:04.305 UTC [24092][client backend] [pg_regress/matview][18/301:0] HINT: Use CREATE OR REPLACE MATERIALIZED VIEW matview_ine_tab. 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/302:0] ERROR: relation "matview_ine_tab" already exists 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/302:0] STATEMENT: EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1 / 0; 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/303:0] WARNING: IF NOT EXISTS is deprecated in materialized view creation at character 57 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/303:0] HINT: Use CREATE OR REPLACE MATERIALIZED VIEW matview_ine_tab. 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/304:0] ERROR: relation "matview_ine_tab" already exists 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/304:0] STATEMENT: EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1 / 0 WITH NO DATA; 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/305:0] WARNING: IF NOT EXISTS is deprecated in materialized view creation at character 57 2024-09-07 20:45:04.306 UTC [24092][client backend] [pg_regress/matview][18/305:0] HINT: Use CREATE OR REPLACE MATERIALIZED VIEW matview_ine_tab. 2024-09-07 20:45:04.311 UTC [24255][client backend] [pg_regress/privileges][:0] LOG: disconnection: session time: 0:00:00.304 user=postgres database=regression host=[local] 2024-09-07 20:45:04.318 UTC [24107][client backend] [pg_regress/generated_stored][31/361:0] ERROR: value for domain gtestdomain1 violates check constraint "gtestdomain1_check" 2024-09-07 20:45:04.318 UTC [24107][client backend] [pg_regress/generated_stored][31/361:0] STATEMENT: INSERT INTO gtest24 (a) VALUES (6); 2024-09-07 20:45:04.320 UTC [24107][client backend] [pg_regress/generated_stored][31/363:0] ERROR: generated columns are not supported on typed tables 2024-09-07 20:45:04.320 UTC [24107][client backend] [pg_regress/generated_stored][31/363:0] STATEMENT: CREATE TABLE gtest28 OF gtest_type (f1 WITH OPTIONS GENERATED ALWAYS AS (f2 *2) STORED); 2024-09-07 20:45:04.336 UTC [24099][client backend] [pg_regress/identity][21/717:8812] ERROR: cannot add identity to a column of a partition 2024-09-07 20:45:04.336 UTC [24099][client backend] [pg_regress/identity][21/717:8812] STATEMENT: ALTER TABLE pitest3_p1 ALTER COLUMN f3 SET NOT NULL, ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY (START WITH 3); 2024-09-07 20:45:04.341 UTC [24107][client backend] [pg_regress/generated_stored][31/366:8816] ERROR: child column "f3" specifies generation expression 2024-09-07 20:45:04.341 UTC [24107][client backend] [pg_regress/generated_stored][31/366:8816] HINT: A child table column cannot be generated unless its parent column is. 2024-09-07 20:45:04.341 UTC [24107][client backend] [pg_regress/generated_stored][31/366:8816] STATEMENT: CREATE TABLE gtest_child PARTITION OF gtest_parent ( f3 WITH OPTIONS GENERATED ALWAYS AS (f2 * 2) STORED ) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 191, PID: 24092 /lib/x86_64-linux-gnu/libasan.so.8(+0x51f31)[0x7fbed6a51f31] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(ExceptionalCondition+0xe6)[0x55cce243b2a5] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(standard_ExecutorStart+0x551)[0x55cce1c450b3] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(ExecutorStart+0x73)[0x55cce1c452e8] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0x805df3)[0x55cce1b3edf3] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(RefreshMatViewByOid+0xdb3)[0x55cce1b4156b] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(ExecRefreshMatView+0xd2)[0x55cce1b41777] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(ExecCreateTableAs+0x357)[0x55cce1ae3e6d] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xe03b6e)[0x55cce213cb6e] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(standard_ProcessUtility+0x125d)[0x55cce213a976] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(ProcessUtility+0x15b)[0x55cce213ab1d] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xdfc8d7)[0x55cce21358d7] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xdfcde1)[0x55cce2135de1] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(PortalRun+0x414)[0x55cce21368cb] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xdf5116)[0x55cce212e116] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(PostgresMain+0xe3d)[0x55cce2131d2c] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(BackendMain+0x123)[0x55cce21240f7] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(postmaster_child_launch+0x1c1)[0x55cce1f8e060] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xc5c0df)[0x55cce1f950df] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(+0xc5c7a8)[0x55cce1f957a8] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(PostmasterMarkPIDForWorkerNotify+0x0)[0x55cce1f97763] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(main+0x28e)[0x55cce1d4674f] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fbed584824a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fbed5848305] postgres: postgres regression [local] CREATE MATERIALIZED VIEW(_start+0x21)[0x55cce174b4b1] 2024-09-07 20:45:04.347 UTC [24099][client backend] [pg_regress/identity][21/718:8819] ERROR: cannot add identity to a column of only the partitioned table 2024-09-07 20:45:04.347 UTC [24099][client backend] [pg_regress/identity][21/718:8819] HINT: Do not specify the ONLY keyword. 2024-09-07 20:45:04.347 UTC [24099][client backend] [pg_regress/identity][21/718:8819] STATEMENT: ALTER TABLE ONLY pitest3 ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY (START WITH 3); 2024-09-07 20:45:04.348 UTC [24107][client backend] [pg_regress/generated_stored][31/368:8820] ERROR: column "f3" in child table must not be a generated column 2024-09-07 20:45:04.348 UTC [24107][client backend] [pg_regress/generated_stored][31/368:8820] STATEMENT: ALTER TABLE gtest_parent ATTACH PARTITION gtest_child FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); 2024-09-07 20:45:04.377 UTC [24099][client backend] [pg_regress/identity][21/723:8831] ERROR: cannot drop identity from a column of a partition 2024-09-07 20:45:04.377 UTC [24099][client backend] [pg_regress/identity][21/723:8831] STATEMENT: ALTER TABLE pitest3_p1 ALTER COLUMN f3 DROP IDENTITY; 2024-09-07 20:45:04.377 UTC [24099][client backend] [pg_regress/identity][21/724:8832] ERROR: cannot drop identity from a column of only the partitioned table 2024-09-07 20:45:04.377 UTC [24099][client backend] [pg_regress/identity][21/724:8832] HINT: Do not specify the ONLY keyword. 2024-09-07 20:45:04.377 UTC [24099][client backend] [pg_regress/identity][21/724:8832] STATEMENT: ALTER TABLE ONLY pitest3 ALTER COLUMN f3 DROP IDENTITY; 2024-09-07 20:45:04.389 UTC [24099][client backend] [pg_regress/identity][21/726:0] ERROR: null value in column "f3" of relation "pitest3_p1" violates not-null constraint 2024-09-07 20:45:04.389 UTC [24099][client backend] [pg_regress/identity][21/726:0] DETAIL: Failing row contains (07-04-2016, from pitest3, null). 2024-09-07 20:45:04.389 UTC [24099][client backend] [pg_regress/identity][21/726:0] STATEMENT: INSERT into pitest3(f1, f2) VALUES ('2016-07-4', 'from pitest3'); 2024-09-07 20:45:04.392 UTC [24099][client backend] [pg_regress/identity][21/727:0] ERROR: null value in column "f3" of relation "pitest3_p1" violates not-null constraint 2024-09-07 20:45:04.392 UTC [24099][client backend] [pg_regress/identity][21/727:0] DETAIL: Failing row contains (07-05-2016, from pitest3_p1, null). 2024-09-07 20:45:04.392 UTC [24099][client backend] [pg_regress/identity][21/727:0] STATEMENT: INSERT into pitest3_p1 (f1, f2) VALUES ('2016-07-5', 'from pitest3_p1'); 2024-09-07 20:45:04.396 UTC [24099][client backend] [pg_regress/identity][21/731:8841] ERROR: column "f3" of relation "pitest1_p1" is an identity column 2024-09-07 20:45:04.396 UTC [24099][client backend] [pg_regress/identity][21/731:8841] STATEMENT: ALTER TABLE pitest1_p1 ALTER COLUMN f3 DROP NOT NULL; 2024-09-07 20:45:04.396 UTC [24099][client backend] [pg_regress/identity][21/732:8842] ERROR: column "f3" of relation "pitest1" is an identity column 2024-09-07 20:45:04.396 UTC [24099][client backend] [pg_regress/identity][21/732:8842] STATEMENT: ALTER TABLE pitest1 ALTER COLUMN f3 DROP NOT NULL; 2024-09-07 20:45:04.397 UTC [24099][client backend] [pg_regress/identity][21/733:8843] ERROR: column "f3" of relation "pitest1_p2" is an identity column 2024-09-07 20:45:04.397 UTC [24099][client backend] [pg_regress/identity][21/733:8843] STATEMENT: ALTER TABLE pitest1_p2 ALTER COLUMN f3 SET DEFAULT 10000; 2024-09-07 20:45:04.397 UTC [24099][client backend] [pg_regress/identity][21/734:8845] ERROR: column "f3" of relation "pitest1" is an identity column 2024-09-07 20:45:04.397 UTC [24099][client backend] [pg_regress/identity][21/734:8845] STATEMENT: ALTER TABLE pitest1 ALTER COLUMN f3 SET DEFAULT 10000; 2024-09-07 20:45:04.398 UTC [24099][client backend] [pg_regress/identity][21/735:8846] ERROR: cannot add identity to a column of a partition 2024-09-07 20:45:04.398 UTC [24099][client backend] [pg_regress/identity][21/735:8846] STATEMENT: ALTER TABLE pitest1_p2 ALTER COLUMN f3 ADD GENERATED BY DEFAULT AS IDENTITY; 2024-09-07 20:45:04.409 UTC [24107][client backend] [pg_regress/generated_stored][31/373:8847] ERROR: column "f3" inherits from generated column but specifies default 2024-09-07 20:45:04.409 UTC [24107][client backend] [pg_regress/generated_stored][31/373:8847] STATEMENT: CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( f3 DEFAULT 42 -- error ) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); 2024-09-07 20:45:04.409 UTC [24107][client backend] [pg_regress/generated_stored][31/374:0] ERROR: identity columns are not supported on partitions 2024-09-07 20:45:04.409 UTC [24107][client backend] [pg_regress/generated_stored][31/374:0] STATEMENT: CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY -- error ) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); 2024-09-07 20:45:04.411 UTC [24099][client backend] [pg_regress/identity][21/736:8850] ERROR: column "f3" of relation "pitest1" is already an identity column 2024-09-07 20:45:04.411 UTC [24099][client backend] [pg_regress/identity][21/736:8850] STATEMENT: ALTER TABLE pitest1 ALTER COLUMN f3 ADD GENERATED BY DEFAULT AS IDENTITY; 2024-09-07 20:45:04.412 UTC [24107][client backend] [pg_regress/generated_stored][31/376:8851] ERROR: column "f3" in child table must be a generated column 2024-09-07 20:45:04.412 UTC [24107][client backend] [pg_regress/generated_stored][31/376:8851] STATEMENT: ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); 2024-09-07 20:45:04.413 UTC [24099][client backend] [pg_regress/identity][21/737:0] ERROR: identity columns are not supported on partitions 2024-09-07 20:45:04.413 UTC [24099][client backend] [pg_regress/identity][21/737:0] STATEMENT: CREATE TABLE pitest1_pfail PARTITION OF pitest1 ( f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY ) FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); 2024-09-07 20:45:04.413 UTC [24099][client backend] [pg_regress/identity][21/738:0] ERROR: identity columns are not supported on partitions 2024-09-07 20:45:04.413 UTC [24099][client backend] [pg_regress/identity][21/738:0] STATEMENT: CREATE TABLE pitest_pfail PARTITION OF pitest3 ( f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY ) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); 2024-09-07 20:45:04.435 UTC [24107][client backend] [pg_regress/generated_stored][31/379:8857] ERROR: column "f3" in child table must be a generated column 2024-09-07 20:45:04.435 UTC [24107][client backend] [pg_regress/generated_stored][31/379:8857] STATEMENT: ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/740:8860] ERROR: table "pitest1_pfail" being attached contains an identity column "f3" 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/740:8860] DETAIL: The new partition may not contain an identity column. 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/740:8860] STATEMENT: ALTER TABLE pitest1 ATTACH PARTITION pitest1_pfail FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/741:8861] ERROR: table "pitest1_pfail" being attached contains an identity column "f3" 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/741:8861] DETAIL: The new partition may not contain an identity column. 2024-09-07 20:45:04.443 UTC [24099][client backend] [pg_regress/identity][21/741:8861] STATEMENT: ALTER TABLE pitest3 ATTACH PARTITION pitest1_pfail FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); 2024-09-07 20:45:04.457 UTC [24107][client backend] [pg_regress/generated_stored][31/382:8865] ERROR: table "gtest_child3" being attached contains an identity column "f3" 2024-09-07 20:45:04.457 UTC [24107][client backend] [pg_regress/generated_stored][31/382:8865] DETAIL: The new partition may not contain an identity column. 2024-09-07 20:45:04.457 UTC [24107][client backend] [pg_regress/generated_stored][31/382:8865] STATEMENT: ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); 2024-09-07 20:45:04.518 UTC [24099][client backend] [pg_regress/identity][21/748:0] ERROR: conflicting NULL/NOT NULL declarations for column "id" of table "itest15" at character 63 2024-09-07 20:45:04.518 UTC [24099][client backend] [pg_regress/identity][21/748:0] STATEMENT: CREATE TABLE itest15 (id integer GENERATED ALWAYS AS IDENTITY NULL); 2024-09-07 20:45:04.518 UTC [24099][client backend] [pg_regress/identity][21/749:0] ERROR: conflicting NULL/NOT NULL declarations for column "id" of table "itest15" at character 39 2024-09-07 20:45:04.518 UTC [24099][client backend] [pg_regress/identity][21/749:0] STATEMENT: CREATE TABLE itest15 (id integer NULL GENERATED ALWAYS AS IDENTITY); 2024-09-07 20:45:04.614 UTC [24098][client backend] [pg_regress/rowsecurity][7/1242:0] ERROR: new row violates row-level security policy for table "t1" 2024-09-07 20:45:04.614 UTC [24098][client backend] [pg_regress/rowsecurity][7/1242:0] STATEMENT: WITH cte1 AS (UPDATE t1 SET a = a + 1 RETURNING *) SELECT * FROM cte1; 2024-09-07 20:45:04.620 UTC [24098][client backend] [pg_regress/rowsecurity][7/1244:0] ERROR: new row violates row-level security policy for table "t1" 2024-09-07 20:45:04.620 UTC [24098][client backend] [pg_regress/rowsecurity][7/1244:0] STATEMENT: WITH cte1 AS (INSERT INTO t1 VALUES (21, 'Fail') RETURNING *) SELECT * FROM cte1; 2024-09-07 20:45:04.629 UTC [24098][client backend] [pg_regress/rowsecurity][7/1247:8894] ERROR: policy "p1" for table "t1" already exists 2024-09-07 20:45:04.629 UTC [24098][client backend] [pg_regress/rowsecurity][7/1247:8894] STATEMENT: ALTER POLICY p1 ON t1 RENAME TO p1; 2024-09-07 20:45:04.641 UTC [24099][client backend] [pg_regress/identity][21/756:0] ERROR: cannot insert a non-DEFAULT value into column "a" 2024-09-07 20:45:04.641 UTC [24099][client backend] [pg_regress/identity][21/756:0] DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. 2024-09-07 20:45:04.641 UTC [24099][client backend] [pg_regress/identity][21/756:0] HINT: Use OVERRIDING SYSTEM VALUE to override. 2024-09-07 20:45:04.641 UTC [24099][client backend] [pg_regress/identity][21/756:0] STATEMENT: MERGE INTO itest15 t USING (SELECT 10 AS s_a, 'inserted by merge' AS s_b) s ON t.a = s.s_a WHEN NOT MATCHED THEN INSERT (a, b) VALUES (s.s_a, s.s_b); 2024-09-07 20:45:04.709 UTC [24099][client backend] [pg_regress/identity][:0] LOG: disconnection: session time: 0:00:03.670 user=postgres database=regression host=[local] 2024-09-07 20:45:04.901 UTC [24098][client backend] [pg_regress/rowsecurity][7/1297:0] ERROR: table "copy_t" does not exist 2024-09-07 20:45:04.901 UTC [24098][client backend] [pg_regress/rowsecurity][7/1297:0] STATEMENT: DROP TABLE copy_t CASCADE; 2024-09-07 20:45:04.937 UTC [24098][client backend] [pg_regress/rowsecurity][7/1310:0] ERROR: query would be affected by row-level security policy for table "copy_t" 2024-09-07 20:45:04.937 UTC [24098][client backend] [pg_regress/rowsecurity][7/1310:0] STATEMENT: COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:04.943 UTC [24098][client backend] [pg_regress/rowsecurity][7/1320:0] ERROR: query would be affected by row-level security policy for table "copy_t" 2024-09-07 20:45:04.943 UTC [24098][client backend] [pg_regress/rowsecurity][7/1320:0] STATEMENT: COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:04.943 UTC [24098][client backend] [pg_regress/rowsecurity][7/1322:0] ERROR: permission denied for table copy_t 2024-09-07 20:45:04.943 UTC [24098][client backend] [pg_regress/rowsecurity][7/1322:0] STATEMENT: COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:04.998 UTC [24098][client backend] [pg_regress/rowsecurity][7/1337:0] ERROR: query would be affected by row-level security policy for table "copy_rel_to" 2024-09-07 20:45:04.998 UTC [24098][client backend] [pg_regress/rowsecurity][7/1337:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.013 UTC [24098][client backend] [pg_regress/rowsecurity][7/1347:0] ERROR: permission denied for table copy_rel_to 2024-09-07 20:45:05.013 UTC [24098][client backend] [pg_regress/rowsecurity][7/1347:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.013 UTC [24098][client backend] [pg_regress/rowsecurity][7/1349:0] ERROR: permission denied for table copy_rel_to 2024-09-07 20:45:05.013 UTC [24098][client backend] [pg_regress/rowsecurity][7/1349:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.048 UTC [24098][client backend] [pg_regress/rowsecurity][7/1361:0] ERROR: query would be affected by row-level security policy for table "copy_rel_to" 2024-09-07 20:45:05.048 UTC [24098][client backend] [pg_regress/rowsecurity][7/1361:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.050 UTC [24098][client backend] [pg_regress/rowsecurity][7/1371:0] ERROR: permission denied for table copy_rel_to 2024-09-07 20:45:05.050 UTC [24098][client backend] [pg_regress/rowsecurity][7/1371:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.051 UTC [24098][client backend] [pg_regress/rowsecurity][7/1373:0] ERROR: permission denied for table copy_rel_to 2024-09-07 20:45:05.051 UTC [24098][client backend] [pg_regress/rowsecurity][7/1373:0] STATEMENT: COPY copy_rel_to TO STDOUT WITH DELIMITER ','; 2024-09-07 20:45:05.071 UTC [24098][client backend] [pg_regress/rowsecurity][7/1381:0] ERROR: query would be affected by row-level security policy for table "copy_t" 2024-09-07 20:45:05.071 UTC [24098][client backend] [pg_regress/rowsecurity][7/1381:0] STATEMENT: COPY copy_t FROM STDIN; 2024-09-07 20:45:05.073 UTC [24098][client backend] [pg_regress/rowsecurity][7/1383:0] ERROR: COPY FROM not supported with row-level security 2024-09-07 20:45:05.073 UTC [24098][client backend] [pg_regress/rowsecurity][7/1383:0] HINT: Use INSERT statements instead. 2024-09-07 20:45:05.073 UTC [24098][client backend] [pg_regress/rowsecurity][7/1383:0] STATEMENT: COPY copy_t FROM STDIN; 2024-09-07 20:45:05.075 UTC [24098][client backend] [pg_regress/rowsecurity][7/1389:0] ERROR: permission denied for table copy_t 2024-09-07 20:45:05.075 UTC [24098][client backend] [pg_regress/rowsecurity][7/1389:0] STATEMENT: COPY copy_t FROM STDIN; 2024-09-07 20:45:05.080 UTC [24098][client backend] [pg_regress/rowsecurity][7/1391:0] ERROR: permission denied for table copy_t 2024-09-07 20:45:05.080 UTC [24098][client backend] [pg_regress/rowsecurity][7/1391:0] STATEMENT: COPY copy_t FROM STDIN; 2024-09-07 20:45:05.169 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.127", size 146674 2024-09-07 20:45:05.169 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.172 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.130", size 145199 2024-09-07 20:45:05.172 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.213 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.132", size 149388 2024-09-07 20:45:05.213 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.215 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.129", size 149978 2024-09-07 20:45:05.215 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.231 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.128", size 149565 2024-09-07 20:45:05.231 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.237 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.133", size 145081 2024-09-07 20:45:05.237 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.239 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.131", size 147795 2024-09-07 20:45:05.239 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); 2024-09-07 20:45:05.348 UTC [24107][client backend] [pg_regress/generated_stored][31/500:8960] ERROR: cannot use generated column in partition key at character 126 2024-09-07 20:45:05.348 UTC [24107][client backend] [pg_regress/generated_stored][31/500:8960] DETAIL: Column "f3" is a generated column. 2024-09-07 20:45:05.348 UTC [24107][client backend] [pg_regress/generated_stored][31/500:8960] STATEMENT: CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE (f3); 2024-09-07 20:45:05.349 UTC [24107][client backend] [pg_regress/generated_stored][31/501:8961] ERROR: cannot use generated column in partition key at character 126 2024-09-07 20:45:05.349 UTC [24107][client backend] [pg_regress/generated_stored][31/501:8961] DETAIL: Column "f3" is a generated column. 2024-09-07 20:45:05.349 UTC [24107][client backend] [pg_regress/generated_stored][31/501:8961] STATEMENT: CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE ((f3 * 3)); 2024-09-07 20:45:05.353 UTC [24108][client backend] [pg_regress/brin][23/109:0] ERROR: "brintest" is not an index 2024-09-07 20:45:05.353 UTC [24108][client backend] [pg_regress/brin][23/109:0] STATEMENT: SELECT brin_summarize_new_values('brintest'); 2024-09-07 20:45:05.353 UTC [24108][client backend] [pg_regress/brin][23/110:0] ERROR: "tenk1_unique1" is not a BRIN index 2024-09-07 20:45:05.353 UTC [24108][client backend] [pg_regress/brin][23/110:0] STATEMENT: SELECT brin_summarize_new_values('tenk1_unique1'); 2024-09-07 20:45:05.365 UTC [24108][client backend] [pg_regress/brin][23/112:0] ERROR: block number out of range: -1 2024-09-07 20:45:05.365 UTC [24108][client backend] [pg_regress/brin][23/112:0] STATEMENT: SELECT brin_desummarize_range('brinidx', -1); 2024-09-07 20:45:05.394 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.141", size 146674 2024-09-07 20:45:05.394 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.394 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.398 UTC [24107][client backend] [pg_regress/generated_stored][31/506:8969] ERROR: cannot use generated column "b" in column generation expression 2024-09-07 20:45:05.398 UTC [24107][client backend] [pg_regress/generated_stored][31/506:8969] DETAIL: A generated column cannot reference another generated column. 2024-09-07 20:45:05.398 UTC [24107][client backend] [pg_regress/generated_stored][31/506:8969] STATEMENT: ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (b * 4) STORED; 2024-09-07 20:45:05.404 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] ERROR: role "regress_rls_eve" cannot be dropped because some objects depend on it 2024-09-07 20:45:05.404 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] DETAIL: privileges for table tbl1 target of policy p on table tbl1 2024-09-07 20:45:05.404 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] STATEMENT: DROP ROLE regress_rls_eve; 2024-09-07 20:45:05.405 UTC [24108][client backend] [pg_regress/brin][23/123:0] ERROR: block number out of range: -1 2024-09-07 20:45:05.405 UTC [24108][client backend] [pg_regress/brin][23/123:0] STATEMENT: SELECT brin_summarize_range('brin_summarize_idx', -1); 2024-09-07 20:45:05.405 UTC [24107][client backend] [pg_regress/generated_stored][31/507:8970] ERROR: column "z" does not exist 2024-09-07 20:45:05.405 UTC [24107][client backend] [pg_regress/generated_stored][31/507:8970] STATEMENT: ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (z * 4) STORED; 2024-09-07 20:45:05.405 UTC [24108][client backend] [pg_regress/brin][23/124:0] ERROR: block number out of range: 4294967296 2024-09-07 20:45:05.405 UTC [24108][client backend] [pg_regress/brin][23/124:0] STATEMENT: SELECT brin_summarize_range('brin_summarize_idx', 4294967296); 2024-09-07 20:45:05.407 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.144", size 145199 2024-09-07 20:45:05.407 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.407 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.409 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.146", size 149388 2024-09-07 20:45:05.409 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.409 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.412 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.143", size 149978 2024-09-07 20:45:05.412 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.412 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.414 UTC [24273][client backend] [pg_regress/privileges][38/458:0] LOG: process 24273 still waiting for ShareLock on virtual transaction 13/215 after 1000.060 ms 2024-09-07 20:45:05.414 UTC [24273][client backend] [pg_regress/privileges][38/458:0] DETAIL: Process holding the lock: 24089. Wait queue: 24273. 2024-09-07 20:45:05.414 UTC [24273][client backend] [pg_regress/privileges][38/458:0] STATEMENT: CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) WHERE sro_ifun(a + 10) > sro_ifun(10); 2024-09-07 20:45:05.416 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] ERROR: role "regress_rls_eve" cannot be dropped because some objects depend on it 2024-09-07 20:45:05.416 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] DETAIL: privileges for table tbl1 2024-09-07 20:45:05.416 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] STATEMENT: DROP ROLE regress_rls_eve; 2024-09-07 20:45:05.426 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] ERROR: role "regress_rls_frank" cannot be dropped because some objects depend on it 2024-09-07 20:45:05.426 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] DETAIL: target of policy p on table tbl1 2024-09-07 20:45:05.426 UTC [24098][client backend] [pg_regress/rowsecurity][7/1418:8962] STATEMENT: DROP ROLE regress_rls_frank; 2024-09-07 20:45:05.443 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.142", size 149565 2024-09-07 20:45:05.443 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.443 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.446 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.147", size 145081 2024-09-07 20:45:05.446 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.446 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.448 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.145", size 147795 2024-09-07 20:45:05.448 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.448 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); $$); 2024-09-07 20:45:05.463 UTC [24098][client backend] [pg_regress/rowsecurity][7/1419:8983] ERROR: aggregate functions are not allowed in policy expressions 2024-09-07 20:45:05.463 UTC [24098][client backend] [pg_regress/rowsecurity][7/1419:8983] STATEMENT: CREATE POLICY p ON t USING (max(c)); 2024-09-07 20:45:05.528 UTC [24103][client backend] [pg_regress/groupingsets][24/198:8905] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24103.6", size 1720320 2024-09-07 20:45:05.528 UTC [24103][client backend] [pg_regress/groupingsets][24/198:8905] STATEMENT: create table gs_hash_1 as select g100, g10, sum(g::numeric), count(*), max(g::text) from gs_data_1 group by cube (g1000, g100,g10); 2024-09-07 20:45:05.547 UTC [24107][client backend] [pg_regress/generated_stored][31/523:9005] ERROR: cannot alter type of a column used by a generated column 2024-09-07 20:45:05.547 UTC [24107][client backend] [pg_regress/generated_stored][31/523:9005] DETAIL: Column "a" is used by generated column "x". 2024-09-07 20:45:05.547 UTC [24107][client backend] [pg_regress/generated_stored][31/523:9005] STATEMENT: ALTER TABLE gtest27 ALTER COLUMN a TYPE text; 2024-09-07 20:45:05.554 UTC [24098][client backend] [pg_regress/rowsecurity][7/1436:0] ERROR: new row violates row-level security policy for table "r2" 2024-09-07 20:45:05.554 UTC [24098][client backend] [pg_regress/rowsecurity][7/1436:0] STATEMENT: INSERT INTO r2 VALUES (2); 2024-09-07 20:45:05.620 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.155", size 132809 2024-09-07 20:45:05.620 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.649 UTC [24087][client backend] [pg_regress/spgist][:0] LOG: disconnection: session time: 0:00:04.638 user=postgres database=regression host=[local] 2024-09-07 20:45:05.665 UTC [24107][client backend] [pg_regress/generated_stored][31/534:9024] ERROR: cannot specify USING when altering type of generated column 2024-09-07 20:45:05.665 UTC [24107][client backend] [pg_regress/generated_stored][31/534:9024] DETAIL: Column "x" is a generated column. 2024-09-07 20:45:05.665 UTC [24107][client backend] [pg_regress/generated_stored][31/534:9024] STATEMENT: ALTER TABLE gtest27 ALTER COLUMN x TYPE boolean USING x <> 0; 2024-09-07 20:45:05.666 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.158", size 132868 2024-09-07 20:45:05.666 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.668 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.160", size 135700 2024-09-07 20:45:05.668 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.671 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.157", size 135523 2024-09-07 20:45:05.671 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.673 UTC [24098][client backend] [pg_regress/rowsecurity][7/1455:0] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:05.673 UTC [24098][client backend] [pg_regress/rowsecurity][7/1455:0] STATEMENT: INSERT INTO r1 VALUES (1); 2024-09-07 20:45:05.673 UTC [24107][client backend] [pg_regress/generated_stored][31/535:9025] ERROR: column "x" of relation "gtest27" is a generated column 2024-09-07 20:45:05.673 UTC [24107][client backend] [pg_regress/generated_stored][31/535:9025] HINT: Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead. 2024-09-07 20:45:05.673 UTC [24107][client backend] [pg_regress/generated_stored][31/535:9025] STATEMENT: ALTER TABLE gtest27 ALTER COLUMN x DROP DEFAULT; 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1461:0] ERROR: query would be affected by row-level security policy for table "r1" 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1461:0] HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1461:0] STATEMENT: TABLE r1; 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1462:0] ERROR: query would be affected by row-level security policy for table "r1" 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1462:0] HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. 2024-09-07 20:45:05.689 UTC [24098][client backend] [pg_regress/rowsecurity][7/1462:0] STATEMENT: UPDATE r1 SET a = 1; 2024-09-07 20:45:05.690 UTC [24098][client backend] [pg_regress/rowsecurity][7/1463:0] ERROR: query would be affected by row-level security policy for table "r1" 2024-09-07 20:45:05.690 UTC [24098][client backend] [pg_regress/rowsecurity][7/1463:0] HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. 2024-09-07 20:45:05.690 UTC [24098][client backend] [pg_regress/rowsecurity][7/1463:0] STATEMENT: DELETE FROM r1; 2024-09-07 20:45:05.690 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.156", size 136762 2024-09-07 20:45:05.690 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.695 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.159", size 132278 2024-09-07 20:45:05.695 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:05.742 UTC [24107][client backend] [pg_regress/generated_stored][31/545:9034] ERROR: cannot alter type of a column used by a generated column 2024-09-07 20:45:05.742 UTC [24107][client backend] [pg_regress/generated_stored][31/545:9034] DETAIL: Column "a" is used by generated column "x". 2024-09-07 20:45:05.742 UTC [24107][client backend] [pg_regress/generated_stored][31/545:9034] STATEMENT: ALTER TABLE gtest27 ALTER COLUMN a TYPE float8, ALTER COLUMN b TYPE float8; 2024-09-07 20:45:05.781 UTC [24098][client backend] [pg_regress/rowsecurity][7/1474:9043] ERROR: update or delete on table "r1" violates foreign key constraint "r2_a_fkey" on table "r2" 2024-09-07 20:45:05.781 UTC [24098][client backend] [pg_regress/rowsecurity][7/1474:9043] DETAIL: Key (a)=(10) is still referenced from table "r2". 2024-09-07 20:45:05.781 UTC [24098][client backend] [pg_regress/rowsecurity][7/1474:9043] STATEMENT: DELETE FROM r1; 2024-09-07 20:45:05.861 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.169", size 143311 2024-09-07 20:45:05.861 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.861 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.864 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.172", size 141364 2024-09-07 20:45:05.864 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.864 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.868 UTC [24107][client backend] [pg_regress/generated_stored][31/566:9056] ERROR: column "a" of relation "gtest29" is not a generated column 2024-09-07 20:45:05.868 UTC [24107][client backend] [pg_regress/generated_stored][31/566:9056] STATEMENT: ALTER TABLE gtest29 ALTER COLUMN a SET EXPRESSION AS (a * 3); 2024-09-07 20:45:05.869 UTC [24107][client backend] [pg_regress/generated_stored][31/567:9057] ERROR: column "a" of relation "gtest29" is not a stored generated column 2024-09-07 20:45:05.869 UTC [24107][client backend] [pg_regress/generated_stored][31/567:9057] STATEMENT: ALTER TABLE gtest29 ALTER COLUMN a DROP EXPRESSION; 2024-09-07 20:45:05.883 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.174", size 145730 2024-09-07 20:45:05.883 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.883 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.901 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.171", size 147264 2024-09-07 20:45:05.901 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.901 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.904 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.170", size 145258 2024-09-07 20:45:05.904 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.904 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.920 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.175", size 141659 2024-09-07 20:45:05.920 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.920 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.922 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.173", size 143606 2024-09-07 20:45:05.922 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:05.922 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:05.994 UTC [24273][client backend] [pg_regress/privileges][38/458:0] LOG: process 24273 acquired ShareLock on virtual transaction 13/215 after 1556.593 ms 2024-09-07 20:45:05.994 UTC [24273][client backend] [pg_regress/privileges][38/458:0] STATEMENT: CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) WHERE sro_ifun(a + 10) > sro_ifun(10); 2024-09-07 20:45:06.014 UTC [24085][client backend] [pg_regress/gist][14/173:0] ERROR: lossy distance functions are not supported in index-only scans 2024-09-07 20:45:06.014 UTC [24085][client backend] [pg_regress/gist][14/173:0] STATEMENT: select p from gist_tbl order by circle(p,1) <-> point(0,0) limit 1; 2024-09-07 20:45:06.094 UTC [24107][client backend] [pg_regress/generated_stored][31/622:9092] ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too 2024-09-07 20:45:06.094 UTC [24107][client backend] [pg_regress/generated_stored][31/622:9092] STATEMENT: ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.13.fileset/i2of4.p0.0", size 131072 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.13.fileset/i3of4.p0.0", size 131072 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.13.fileset/i1of4.p0.0", size 131072 2024-09-07 20:45:06.121 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join bigger_than_it_looks s using (id); 2024-09-07 20:45:06.169 UTC [24107][client backend] [pg_regress/generated_stored][31/639:9096] ERROR: cannot drop generation expression from inherited column 2024-09-07 20:45:06.169 UTC [24107][client backend] [pg_regress/generated_stored][31/639:9096] STATEMENT: ALTER TABLE gtest30_1 ALTER COLUMN b DROP EXPRESSION; 2024-09-07 20:45:06.181 UTC [24107][client backend] [pg_regress/generated_stored][31/643:0] ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns at character 82 2024-09-07 20:45:06.181 UTC [24107][client backend] [pg_regress/generated_stored][31/643:0] DETAIL: Column "b" is a generated column. 2024-09-07 20:45:06.181 UTC [24107][client backend] [pg_regress/generated_stored][31/643:0] STATEMENT: CREATE TRIGGER gtest2a BEFORE INSERT OR UPDATE ON gtest26 FOR EACH ROW WHEN (NEW.b < 0) -- error EXECUTE PROCEDURE gtest_trigger_func(); 2024-09-07 20:45:06.182 UTC [24107][client backend] [pg_regress/generated_stored][31/644:0] ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns at character 82 2024-09-07 20:45:06.182 UTC [24107][client backend] [pg_regress/generated_stored][31/644:0] DETAIL: A whole-row reference is used and the table contains generated columns. 2024-09-07 20:45:06.182 UTC [24107][client backend] [pg_regress/generated_stored][31/644:0] STATEMENT: CREATE TRIGGER gtest2b BEFORE INSERT OR UPDATE ON gtest26 FOR EACH ROW WHEN (NEW.* IS NOT NULL) -- error EXECUTE PROCEDURE gtest_trigger_func(); 2024-09-07 20:45:06.254 UTC [24098][client backend] [pg_regress/rowsecurity][7/1520:0] ERROR: query would be affected by row-level security policy for table "r1" 2024-09-07 20:45:06.254 UTC [24098][client backend] [pg_regress/rowsecurity][7/1520:0] HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. 2024-09-07 20:45:06.254 UTC [24098][client backend] [pg_regress/rowsecurity][7/1520:0] STATEMENT: TABLE r1; 2024-09-07 20:45:06.255 UTC [24098][client backend] [pg_regress/rowsecurity][7/1522:0] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:06.255 UTC [24098][client backend] [pg_regress/rowsecurity][7/1522:0] STATEMENT: INSERT INTO r1 VALUES (10), (20) RETURNING *; 2024-09-07 20:45:06.281 UTC [24103][client backend] [pg_regress/groupingsets][:0] LOG: disconnection: session time: 0:00:05.207 user=postgres database=regression host=[local] 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o7of8.p0.0", size 163840 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/i2of4.p0.0", size 131072 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o6of8.p0.0", size 131072 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/i3of4.p0.0", size 131072 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/i1of4.p0.0", size 131072 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o0of8.p0.0", size 163840 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o3of8.p0.0", size 163840 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.313 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o4of8.p0.0", size 163840 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o2of8.p0.0", size 163840 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o5of8.p0.0", size 163840 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.14.fileset/o1of8.p0.0", size 163840 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.314 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); 2024-09-07 20:45:06.333 UTC [24107][client backend] [pg_regress/generated_stored][:0] LOG: disconnection: session time: 0:00:05.224 user=postgres database=regression host=[local] 2024-09-07 20:45:06.354 UTC [24098][client backend] [pg_regress/rowsecurity][7/1539:0] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:06.354 UTC [24098][client backend] [pg_regress/rowsecurity][7/1539:0] STATEMENT: UPDATE r1 SET a = 30 RETURNING *; 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1540:9143] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1540:9143] STATEMENT: INSERT INTO r1 VALUES (10) ON CONFLICT (a) DO UPDATE SET a = 30 RETURNING *; 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1541:9144] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1541:9144] STATEMENT: INSERT INTO r1 VALUES (10) ON CONFLICT (a) DO UPDATE SET a = 30; 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1542:9145] ERROR: new row violates row-level security policy for table "r1" 2024-09-07 20:45:06.355 UTC [24098][client backend] [pg_regress/rowsecurity][7/1542:9145] STATEMENT: INSERT INTO r1 VALUES (10) ON CONFLICT ON CONSTRAINT r1_pkey DO UPDATE SET a = 30; 2024-09-07 20:45:06.403 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.176", size 480000 2024-09-07 20:45:06.403 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.441 UTC [24085][client backend] [pg_regress/gist][14/174:9078] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24085.0", size 237568 2024-09-07 20:45:06.441 UTC [24085][client backend] [pg_regress/gist][14/174:9078] STATEMENT: create index gist_tbl_box_index_forcing_buffering on gist_tbl using gist (p) with (buffering=on, fillfactor=50); 2024-09-07 20:45:06.448 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.177", size 593422 2024-09-07 20:45:06.448 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.480 UTC [24098][client backend] [pg_regress/rowsecurity][7/1561:0] ERROR: policy "p1" for table "dob_t1" does not exist 2024-09-07 20:45:06.480 UTC [24098][client backend] [pg_regress/rowsecurity][7/1561:0] STATEMENT: DROP POLICY p1 ON dob_t1; 2024-09-07 20:45:06.504 UTC [24098][client backend] [pg_regress/rowsecurity][7/1567:0] ERROR: policy "p1" for table "dob_t1" does not exist 2024-09-07 20:45:06.504 UTC [24098][client backend] [pg_regress/rowsecurity][7/1567:0] STATEMENT: DROP POLICY p1 ON dob_t1; 2024-09-07 20:45:06.505 UTC [24085][client backend] [pg_regress/gist][:0] LOG: disconnection: session time: 0:00:05.530 user=postgres database=regression host=[local] 2024-09-07 20:45:06.544 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.178", size 480000 2024-09-07 20:45:06.544 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.544 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:06.574 UTC [24098][client backend] [pg_regress/rowsecurity][7/1588:0] ERROR: permission denied for table ref_tbl 2024-09-07 20:45:06.574 UTC [24098][client backend] [pg_regress/rowsecurity][7/1588:0] STATEMENT: SELECT * FROM ref_tbl; 2024-09-07 20:45:06.574 UTC [24098][client backend] [pg_regress/rowsecurity][7/1589:0] ERROR: permission denied for table rls_tbl 2024-09-07 20:45:06.574 UTC [24098][client backend] [pg_regress/rowsecurity][7/1589:0] STATEMENT: SELECT * FROM rls_tbl; 2024-09-07 20:45:06.591 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.179", size 593422 2024-09-07 20:45:06.591 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.591 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:06.687 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.180", size 480000 2024-09-07 20:45:06.687 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.710 UTC [24444][parallel worker] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24444.0", size 480000 2024-09-07 20:45:06.710 UTC [24444][parallel worker] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.720 UTC [24443][parallel worker] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24443.0", size 480000 2024-09-07 20:45:06.720 UTC [24443][parallel worker] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.747 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.181", size 578200 2024-09-07 20:45:06.747 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.831 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.182", size 480000 2024-09-07 20:45:06.831 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.831 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:06.859 UTC [24457][parallel worker] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24457.0", size 480000 2024-09-07 20:45:06.859 UTC [24457][parallel worker] STATEMENT: explain (analyze, format 'json') select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.871 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.183", size 587286 2024-09-07 20:45:06.871 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:06.871 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:06.992 UTC [24098][client backend] [pg_regress/rowsecurity][:0] LOG: disconnection: session time: 0:00:05.960 user=postgres database=regression host=[local] 2024-09-07 20:45:06.993 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/o3of4.p1.0", size 131072 2024-09-07 20:45:06.993 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.994 UTC [24108][client backend] [pg_regress/brin][23/150:0] LOG: process 24108 still waiting for ShareLock on virtual transaction 18/310 after 1000.060 ms 2024-09-07 20:45:06.994 UTC [24108][client backend] [pg_regress/brin][23/150:0] DETAIL: Process holding the lock: 24092. Wait queue: 24108, 24273. 2024-09-07 20:45:06.994 UTC [24108][client backend] [pg_regress/brin][23/150:0] STATEMENT: CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); 2024-09-07 20:45:06.994 UTC [24273][client backend] [pg_regress/privileges][38/458:0] LOG: process 24273 still waiting for ShareLock on virtual transaction 18/310 after 1000.052 ms 2024-09-07 20:45:06.994 UTC [24273][client backend] [pg_regress/privileges][38/458:0] DETAIL: Process holding the lock: 24092. Wait queue: 24108, 24273. 2024-09-07 20:45:06.994 UTC [24273][client backend] [pg_regress/privileges][38/458:0] STATEMENT: CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) WHERE sro_ifun(a + 10) > sro_ifun(10); 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/i3of4.p0.0", size 491520 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/o0of4.p0.0", size 229376 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/o2of4.p0.0", size 229376 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/o3of4.p0.0", size 229376 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.15.fileset/o1of4.p0.0", size 229376 2024-09-07 20:45:06.995 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select count(*) from simple r join extremely_skewed s using (id); 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o3of4.p1.0", size 163840 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/i3of4.p0.0", size 491520 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o0of4.p0.0", size 163840 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o2of4.p0.0", size 163840 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o3of4.p0.0", size 163840 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.112 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o0of4.p1.0", size 163840 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o2of4.p1.0", size 163840 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o1of4.p1.0", size 163840 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp24110.16.fileset/o1of4.p0.0", size 163840 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] CONTEXT: PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement 2024-09-07 20:45:07.113 UTC [24110][client backend] [pg_regress/join_hash][34/25:7732] STATEMENT: select * from hash_join_batches( $$ select count(*) from simple r join extremely_skewed s using (id); $$); 2024-09-07 20:45:08.346 UTC [24089][client backend] [pg_regress/gin][:0] LOG: disconnection: session time: 0:00:07.361 user=postgres database=regression host=[local] 2024-09-07 20:45:08.833 UTC [20617][postmaster] LOG: server process (PID 24092) was terminated by signal 6: Aborted 2024-09-07 20:45:08.833 UTC [20617][postmaster] DETAIL: Failed process was running: CREATE OR REPLACE MATERIALIZED VIEW mvtest_replace AS SELECT 2 AS a; 2024-09-07 20:45:08.833 UTC [20617][postmaster] LOG: terminating any other active server processes 2024-09-07 20:45:08.921 UTC [20617][postmaster] LOG: shutting down because "restart_after_crash" is off 2024-09-07 20:45:08.999 UTC [20617][postmaster] LOG: database system is shut down