Re: pg_get_*_ddl() needs a redesign

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, gonzalemario(at)gmail(dot)com, dbryan(dot)green(at)gmail(dot)com, euler(at)eulerto(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_get_*_ddl() needs a redesign
Date: 2026-09-14 02:21:51
Message-ID: aqdaP73B-CIrmSPV@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Sep 13, 2026 at 02:28:12PM -0400, Andrew Dunstan wrote:
> OK, I have done that revert. Here are the patches Euler and I have in mind.

The buildfarm is heavily broken on REL_19_STABLE due to a remaining
trace of ddlutils.o in a Makefile. It's been a bit annoying here, and
it should be already late for you, so I will go ahead and fix it.

No worries. :)
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-09-14 02:22:10 Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Previous Message Michael Paquier 2026-09-14 02:16:25 Re: Support for 8-byte TOAST values, round two