Add files to do read I/O on the cluster directory:
Bruce Momjian <bruce@momjian.us>
Add files to do read I/O on the cluster directory: pg_stat_file() pg_read_file() pg_ls_dir() pg_reload_conf() pg_rotate_logfile() Dave Page Andreas Pflug
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +125 −5 |
| src/backend/postmaster/postmaster.c | modified | +4 −1 |
| src/backend/postmaster/syslogger.c | modified | +13 −3 |
| src/backend/utils/adt/genfile.c | added | +258 −0 |
| src/backend/utils/adt/Makefile | modified | +2 −2 |
| src/backend/utils/adt/misc.c | modified | +55 −1 |
| src/include/catalog/pg_proc.h | modified | +18 −1 |
| src/include/storage/pmsignal.h | modified | +2 −1 |
| src/include/utils/builtins.h | modified | +8 −1 |