Code & docs review for server instrumentation patch. File timestamps
Tom Lane <tgl@sss.pgh.pa.us>
Code & docs review for server instrumentation patch. File timestamps should surely be timestamptz not timestamp; fix some but not all of the holes in check_and_make_absolute(); other minor cleanup. Also put in the missed catversion bump.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +45 −38 |
| src/backend/postmaster/postmaster.c | modified | +13 −11 |
| src/backend/utils/adt/genfile.c | modified | +108 −90 |
| src/backend/utils/adt/misc.c | modified | +11 −18 |
| src/backend/utils/adt/timestamp.c | modified | +25 −2 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +3 −3 |
| src/include/utils/timestamp.h | modified | +3 −1 |