pgsql: Make walsender options order-independent - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Make walsender options order-independent
Date
Msg-id E1Ph8cM-0001dn-NO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make walsender options order-independent

While doing this, also move base backup options into
a struct instead of increasing the number of parameters
to multiple functions for each new option.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e5487f65fdbd05716ade642a3ae1c5c6e85b6f22

Modified Files
--------------
src/backend/replication/basebackup.c |   83 +++++++++++++++++++++++++++++-----
src/backend/replication/repl_gram.y  |   45 +++++++++++-------
src/backend/replication/walsender.c  |   16 +++----
src/include/replication/basebackup.h |    4 +-
src/include/replication/replnodes.h  |    4 +-
5 files changed, 109 insertions(+), 43 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Reorder includes to unbreak MSVC
Next
From: Robert Haas
Date:
Subject: pgsql: sepgsql, an SE-Linux integration for PostgreSQL