Re: pgsql: Allow to log raw parse tree.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: michael(at)paquier(dot)xyz
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow to log raw parse tree.
Date: 2025-09-06 02:45:42
Message-ID: 20250906.114542.1317802266434716383.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-09-08 01:07:28 pgsql: Update parser README to include parse_jsontable.c
Previous Message Michael Paquier 2025-09-06 00:52:02 Re: pgsql: Allow to log raw parse tree.