Re: Fix variadic argument types for pg_get_xxx_ddl() functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Subject: Re: Fix variadic argument types for pg_get_xxx_ddl() functions
Date: 2026-06-23 19:17:52
Message-ID: CAD5tBcJ4fCR8OX2_ycDuw88n4YUbg+gQtea9h5H=04gHMvba5A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 23, 2026 at 3:07 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> I wrote:
> > Ouch. Yes, that regression test is clearly one brick shy of a load.
> > We need to update the documentation for these functions too, and maybe
> > some other places.
>
> After looking around, I couldn't find anything but the documentation
> that needed to be fixed, so done.
>
>
Thanks for fixing.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-06-23 20:05:20 Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Previous Message Tom Lane 2026-06-23 19:07:48 Re: Fix variadic argument types for pg_get_xxx_ddl() functions