Add installation of pg_ctl
Tatsuo Ishii <ishii@postgresql.org>
Add installation of pg_ctl Locate path of postmaster in a portable way (stolen from initdb) Add postmaster.opts.default.sample which should be copied into $PGLIB in the installtion process. Also, it will be installed into $PGDATA while initdb is running.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/Makefile | modified | +3 −2 |
| src/bin/pg_ctl/Makefile | modified | +3 −2 |
| src/bin/pg_ctl/pg_ctl.sh | modified | +36 −3 |
| src/bin/pg_ctl/postmaster.opts.default.sample | added | +2 −0 |