Re: Fix variadic argument types for pg_get_xxx_ddl() functions

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Akshay Joshi <akshay.joshi@enterprisedb.com>
Date: 2026-06-23T19:07:48Z
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



Commits

  1. Fix incorrect declarations of variadic pg_get_*_ddl() functions.