]> granicus.if.org Git - postgresql/commit
Move SetPidFile() and firends to utils/init/miscinit.c from
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 9 Jan 2000 12:15:57 +0000 (12:15 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 9 Jan 2000 12:15:57 +0000 (12:15 +0000)
commit10283ee6a4c92a4db503504cbc567876732dbd49
treed14c70d6e55ff25f63db6de1e56210190916f115
parent3f3421f90523d12139fc47e5ba025cc9683f2679
Move SetPidFile() and firends to utils/init/miscinit.c from
postmaster/postmaster.c so that
tcop/postgres.c can use them. Now we have an interlock between
postmaster and postgres.
src/backend/utils/init/miscinit.c