Add pg_conf_load_time() function to report when the Postgres configuration
Tom Lane <tgl@sss.pgh.pa.us>
Add pg_conf_load_time() function to report when the Postgres configuration files were last loaded. George Gensure
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +24 −4 |
| src/backend/postmaster/postmaster.c | modified | +4 −1 |
| src/backend/utils/adt/timestamp.c | modified | +10 −2 |
| src/backend/utils/misc/guc-file.l | modified | +4 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −2 |
| src/include/utils/timestamp.h | modified | +5 −2 |