1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Add pg_settings.pending_restart column

with input from David G. Johnston, Robert Haas, Michael Paquier
This commit is contained in:
Peter Eisentraut
2015-05-14 20:08:51 -04:00
parent 333a870f94
commit a486e35706
6 changed files with 29 additions and 5 deletions

View File

@@ -167,6 +167,7 @@ struct config_generic
* Caution: the GUC_IS_IN_FILE bit is transient state for ProcessConfigFile.
* Do not assume that its value represents useful information elsewhere.
*/
#define GUC_PENDING_RESTART 0x0002
/* GUC records for specific variable types */