Add installation of pg_ctl

Tatsuo Ishii <ishii@postgresql.org>

Commit: b680d5bec7eefe0cee86ed3e9a813f0162d12b47
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 1999-12-22T04:12:55Z
Releases: 7.1.1
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

PathChange+/−
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