]> git.ipfire.org Git - thirdparty/postgresql.git/commit
The following patch makes postmaster -D work. -D specifies a different PGDATA
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 20:35:29 +0000 (20:35 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 20:35:29 +0000 (20:35 +0000)
commit8be286085480ae0bdf220fe2d42626e281b36643
tree743fffd03e740da07e632181c57abb58335798b4
parent17c542fb43e171eb7690c7e609fbc64c456d4d07
The following patch makes postmaster -D work.  -D specifies a different PGDATA
directory.  The code that looks for the pg_hba file doesn't use it, though,
so the postmaster uses the wrong pg_hba file.  Also, when the postmaster
looks in one directory and the user thinks it is looking in another
directory, the error messages don't give enough information to solve the
problem.  I extended the error message for this.

Submitted by: Bryan
src/backend/libpq/auth.c
src/backend/postmaster/postmaster.c