]> granicus.if.org Git - postgresql/commit
Add ArchiveOpts to pass options to ArchiveEntry
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Feb 2019 14:29:42 +0000 (11:29 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Feb 2019 14:29:42 +0000 (11:29 -0300)
commitf831d4accda00b9144bc647ede2e2f848b59f39d
tree4dad949b541145e1be9fb71645d288a40ba2c7ed
parent456e3718e7b72efe4d2639437fcbca2e4ad83099
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
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_dump.c