Re: Fix variadic argument types for pg_get_xxx_ddl() functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, 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:07:48
Message-ID: 917986.1782241668@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-06-23 19:17:52 Re: Fix variadic argument types for pg_get_xxx_ddl() functions
Previous Message Peter Geoghegan 2026-06-23 18:58:53 Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions