Add GUC log_temp_files to log the use of temporary files.
Bruce Momjian <bruce@momjian.us>
Add GUC log_temp_files to log the use of temporary files. Bill Moran
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +18 −1 |
| src/backend/storage/file/fd.c | modified | +17 −2 |
| src/backend/utils/misc/guc.c | modified | +12 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −0 |
| src/include/utils/guc.h | modified | +2 −1 |