Re: Refactor handling of "-only" options in pg_dump, pg_restore - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Refactor handling of "-only" options in pg_dump, pg_restore
Date
Msg-id aa73l8je0CNkVv0K@nathan
Whole thread Raw
In response to Re: Refactor handling of "-only" options in pg_dump, pg_restore  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On Mon, Mar 09, 2026 at 04:15:42PM +0800, jian he wrote:
> Most of the code changes are very similar to
> https://git.postgresql.org/cgit/postgresql.git/commit/?id=b2898baaf7e40a187de5b0134d53d944b38209cd
> The change in pg_restore.c is more invasive, so I separated it from pg_dump.

Committed, thanks.

-- 
nathan



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c)
Next
From: Bertrand Drouvot
Date:
Subject: Enable -Wstrict-prototypes and -Wold-style-definition by default