Re: Extending outfuncs support to utility statements

From: Andres Freund <andres(at)anarazel(dot)de>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Extending outfuncs support to utility statements
Date: 2022-09-22 15:32:57
Message-ID: 20220922153257.r5wj74prdqrucnov@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-08-24 17:25:31 +0200, Peter Eisentraut wrote:
> Here are patches for that.

These patches have been failing since they were posted, afaict:
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3848

I assume that's known? Most of the failures seem to be things like
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/main/regress/results/tablespace.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out 2022-09-22 12:30:07.340655000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/main/regress/results/tablespace.out 2022-09-22 12:35:15.075825000 +0000
@@ -3,6 +3,8 @@
ERROR: tablespace location must be an absolute path
-- empty tablespace locations are not usually allowed
CREATE TABLESPACE regress_tblspace LOCATION ''; -- fail
+WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree
+WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree
ERROR: tablespace location must be an absolute path
-- as a special developer-only option to allow us to use tablespaces
-- with streaming replication on the same server, an empty location

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin Kalcher 2022-09-22 15:40:17 Re: [PATCH] Introduce array_shuffle() and array_sample()
Previous Message Andres Freund 2022-09-22 15:28:35 Re: Add last_vacuum_index_scans in pg_stat_all_tables