]> granicus.if.org Git - postgresql/commit
include_if_exists facility for config file.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 16 Dec 2011 00:40:58 +0000 (19:40 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 16 Dec 2011 00:40:58 +0000 (19:40 -0500)
commit6d09b2105fb5fa6e6245e7b024bfbe465b1041ee
tree175de225cd8be5187803aae51e92fc1f607052e9
parent1da5c119594e4fb07fb6a2c57f66642fa5e966fb
include_if_exists facility for config file.

This works the same as include, except that an error is not thrown
if the file is missing. Instead the fact that it's missing is
logged.

Greg Smith, reviewed by Euler Taveira de Oliveira.
doc/src/sgml/config.sgml
src/backend/utils/misc/guc-file.l
src/include/utils/guc.h