diff -U3 /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out /tmp/cirrus-ci-build/build/testrun/intarray-running/regress/results/_int.out --- /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out 2024-04-04 15:06:25.012079000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/intarray-running/regress/results/_int.out 2024-04-04 15:11:31.636026000 +0000 @@ -897,75 +897,7 @@ FROM test__int; CREATE INDEX ON more__int using gist (a gist__int_ops(numranges = 252)); SELECT count(*) from more__int WHERE a && '{23,50}'; - count -------- - 403 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '23|50'; - count -------- - 403 -(1 row) - -SELECT count(*) from more__int WHERE a @> '{23,50}'; - count -------- - 12 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '23&50'; - count -------- - 12 -(1 row) - -SELECT count(*) from more__int WHERE a @> '{20,23}'; - count -------- - 12 -(1 row) - -SELECT count(*) from more__int WHERE a <@ '{73,23,20}'; - count -------- - 10 -(1 row) - -SELECT count(*) from more__int WHERE a = '{73,23,20}'; - count -------- - 1 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '50&68'; - count -------- - 9 -(1 row) - -SELECT count(*) from more__int WHERE a @> '{20,23}' or a @> '{50,68}'; - count -------- - 21 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '(20&23)|(50&68)'; - count -------- - 21 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '20 | !21'; - count -------- - 6567 -(1 row) - -SELECT count(*) from more__int WHERE a @@ '!20 & !21'; - count -------- - 6344 -(1 row) - -RESET enable_seqscan; +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost