-
- Downloads
Make the temporary directory for pgstat files configurable by the GUC
variable stats_temp_directory, instead of requiring the admin to mount/symlink the pg_stat_tmp directory manually. For now the config variable is PGC_POSTMASTER. Room for further improvment that would allow it to be changed on-the-fly.
Showing
- doc/src/sgml/config.sgml 17 additions, 1 deletiondoc/src/sgml/config.sgml
- doc/src/sgml/monitoring.sgml 3 additions, 3 deletionsdoc/src/sgml/monitoring.sgml
- src/backend/postmaster/pgstat.c 13 additions, 8 deletionssrc/backend/postmaster/pgstat.c
- src/backend/utils/misc/guc.c 34 additions, 1 deletionsrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 1 addition, 0 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/include/pgstat.h 3 additions, 1 deletionsrc/include/pgstat.h
Loading
Please register or sign in to comment