2014-07-10 19:18 GMT+09:00 Arnaud G <arnaud(dot)gambonnet(at)gmail(dot)com>:
> Par curiosité, comment es-tu arrivé la fonction en cause ?
>
Ceci:
$ git grep "postgresql\.auto\.conf" -- *.h
src/include/pg_config_manual.h:#define PG_AUTOCONF_FILENAME
"postgresql.auto.conf"
Puis ceci:
git grep PG_AUTOCONF_FILENAME
Donnent quelques indices.
--
Michael