From e5487f65fdbd05716ade642a3ae1c5c6e85b6f22 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 23 Jan 2011 23:39:18 +0100 Subject: 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. --- src/include/replication/replnodes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/replication/replnodes.h') diff --git a/src/include/replication/replnodes.h b/src/include/replication/replnodes.h index fc814146baf..6fc037580fa 100644 --- a/src/include/replication/replnodes.h +++ b/src/include/replication/replnodes.h @@ -45,9 +45,7 @@ typedef struct IdentifySystemCmd typedef struct BaseBackupCmd { NodeTag type; - char *label; - bool progress; - bool fastcheckpoint; + List *options; } BaseBackupCmd; -- cgit v1.2.3