Home
last modified time | relevance | path

Searched refs:create_syncrep_config (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/replication/
H A Dsyncrep_gram.y23 static SyncRepConfigData *create_syncrep_config(const char *num_sync,
63 standby_list { $$ = create_syncrep_config("1", $1, SYNC_REP_PRIORITY); }
64 | NUM '(' standby_list ')' { $$ = create_syncrep_config($1, $3, SYNC_REP_PRIORITY); }
65 | ANY NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_QUORUM); }
66 | FIRST NUM '(' standby_list ')' { $$ = create_syncrep_config($2, $4, SYNC_REP_PRIORITY); }
81 create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)

1234