pgsql: Add ArchiveOpts to pass options to ArchiveEntry

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add ArchiveOpts to pass options to ArchiveEntry
Date: 2019-02-01 14:30:17
Message-ID: E1gpZph-0000af-VI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add ArchiveOpts to pass options to ArchiveEntry

The ArchiveEntry function has a number of arguments that can be
considered optional. Split them out into a separate struct, to make the
API more flexible for changes.

Author: Dmitry Dolgov
Discussion: https://postgr.es/m/CA+q6zcXRxPE+qp6oerQWJ3zS061WPOhdxeMrdc-Yf-2V5vsrEw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f831d4accda00b9144bc647ede2e2f848b59f39d

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 117 ++---
src/bin/pg_dump/pg_backup_archiver.h | 30 +-
src/bin/pg_dump/pg_dump.c | 952 +++++++++++++++++------------------
3 files changed, 522 insertions(+), 577 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-02-01 15:51:43 pgsql: Renaming for new subscripting mechanism
Previous Message Thomas Munro 2019-02-01 14:23:57 pgsql: Add combining characters to unaccent.rules.