]> granicus.if.org Git - postgresql/commit
Improve error reporting when location specified by postgres -D does not exist
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Nov 2015 11:47:18 +0000 (06:47 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Feb 2016 02:03:19 +0000 (21:03 -0500)
commitac7238dc0faccb0ad077aa9922df6e75b0b1bda3
tree06f3036ee9ddcc06f277fe56a080cb3b3812b160
parent2808a2e0f3e7dd98f5dc3041183fd5f389e0a8e1
Improve error reporting when location specified by postgres -D does not exist

Previously, the first error seen would be that postgresql.conf does not
exist.  But for the case where the whole directory does not exist, give
an error message about that, together with a hint for how to create one.
src/backend/utils/misc/guc.c