mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add infrastructure to save and restore GUC values.
This is further infrastructure for parallelism. Amit Khandekar, Noah Misch, Robert Haas
This commit is contained in:
@ -2980,7 +2980,7 @@ applyRemoteGucs(PGconn *conn)
|
||||
/* Apply the option (this will throw error on failure) */
|
||||
(void) set_config_option(gucName, remoteVal,
|
||||
PGC_USERSET, PGC_S_SESSION,
|
||||
GUC_ACTION_SAVE, true, 0);
|
||||
GUC_ACTION_SAVE, true, 0, false);
|
||||
}
|
||||
|
||||
return nestlevel;
|
||||
|
Reference in New Issue
Block a user