diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_query_id/expected/test_query_id.out /tmp/cirrus-ci-build/src/test/modules/test_query_id/results/test_query_id.out --- /tmp/cirrus-ci-build/src/test/modules/test_query_id/expected/test_query_id.out 2024-07-26 13:04:26.933014784 +0000 +++ /tmp/cirrus-ci-build/src/test/modules/test_query_id/results/test_query_id.out 2024-07-26 13:08:32.780648928 +0000 @@ -9,43 +9,7 @@ -- Test a query with extended protocol SELECT 1 \bind \g - ?column? ----------- - 1 -(1 row) - --- Test a ctas (fail) --- CREATE TABLE m AS SELECT i AS k, (i || ' v')::text v FROM generate_series(1, 16, 3) i; --- Test CREATE table -CREATE TABLE n(a int); -INSERT INTO n SELECT * FROM generate_series(1, 100); --- Test alter table -ALTER TABLE n ADD UNIQUE (a); --- Test cursor use (fail) --- BEGIN; --- declare foocur CURSOR FOR SELECT * from n; --- fetch forward 10 from foocur; --- fetch forward 1 from foocur; --- CLOSE foocur; --- COMMIT; --- Test procedure declaration -CREATE PROCEDURE proc_with_utility_stmt() -LANGUAGE SQL -AS $$ - SHOW cpu_operator_cost; - SELECT 1; -$$; --- Test procedure call -CALL proc_with_utility_stmt(); -CREATE FUNCTION simple_function() returns int -LANGUAGE SQL -AS $$ - SELECT 1; -$$; --- Test inline function -select * from (select * from simple_function()); - simple_function ------------------ - 1 -(1 row) - +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost