Re: Add pg_get_publication_ddl function

From: "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add pg_get_publication_ddl function
Date: 2026-06-09 11:43:35
Message-ID: 87se6w3pnc.fsf@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Japin Li <japinli(at)hotmail(dot)com> writes:

Hi!

>
> + buf = makeStringInfo();
>
> I have one more comment: where possible, we should use stack-allocated
> StringInfoData objects, as was done in commits a63bbc811d4 and 6d0eba66275.

Makes sense! Will do the changes for the v3

Thank you!

--
Jonathan Gonzalez V.
EDB
https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-06-09 12:14:20 Re: Heads Up: cirrus-ci is shutting down June 1st
Previous Message Rafia Sabih 2026-06-09 11:38:24 Re: postgres_fdw: Emit message when batch_size is reduced