]> granicus.if.org Git - postgresql/commit
The following patch makes postmaster -D work. -D specifies a different PGDATA
authorMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:51:34 +0000 (04:51 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:51:34 +0000 (04:51 +0000)
commit80d0c4ffd351436c9e9480935e540d1413033aff
treebd879ed351e844fdfd6dce0f958df39528ea3f67
parentca5db6cab1107ab177203b7aef80532ac99fdea6
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 Henderson <bryanh@giraffe.netgate.net>
src/backend/libpq/auth.c
src/backend/postmaster/postmaster.c