Re: pgsql: Allow to log raw parse tree. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject Re: pgsql: Allow to log raw parse tree.
Date
Msg-id 20250906.114542.1317802266434716383.ishii@postgresql.org
Whole thread Raw
In response to Re: pgsql: Allow to log raw parse tree.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
> prion is complaining here:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2025-09-05%2023%3A03%3A05
> 
> I did not look into the details, but this usually points to a
> use-after-free problem.

Regression diff shows:

diff -U3 /home/ec2-user/bf/root/HEAD/pgsql/src/test/regress/expected/create_table.out
/home/ec2-user/bf/root/HEAD/pgsql.build/src/test/regress/results/create_table.out
--- /home/ec2-user/bf/root/HEAD/pgsql/src/test/regress/expected/create_table.out    2025-09-05 23:03:07.629079514
+0000
+++ /home/ec2-user/bf/root/HEAD/pgsql.build/src/test/regress/results/create_table.out    2025-09-05 23:06:31.360832166
+0000
@@ -83,13 +83,16 @@
 -- create an extra wide table to test for issues related to that
 -- (temporarily hide query, to avoid the long CREATE TABLE stmt)
 \\set ECHO none
+ERROR:  could not extend file "base/16384/1249" with FileFallocate(): No space left on device
+HINT:  Check free disk space.

Looks like out of disk space?

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow to log raw parse tree.
Next
From: Michael Paquier
Date:
Subject: pgsql: Update parser README to include parse_jsontable.c