Re: Refactor handling of "-only" options in pg_dump, pg_restore

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Refactor handling of "-only" options in pg_dump, pg_restore
Date: 2026-03-09 16:38:47
Message-ID: aa73l8je0CNkVv0K@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

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