]> granicus.if.org Git - postgresql/commit
Adjust initialization sequence for timezone_abbreviations so that
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Jul 2006 03:02:56 +0000 (03:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Jul 2006 03:02:56 +0000 (03:02 +0000)
commit033a477e9e268ee75a30cd825281448d9b10b53d
tree7508d80b93554d9e67633b635b490df359609213
parent46d9c2ec8f908f1eebeceef48e6ad84deb03bc2d
Adjust initialization sequence for timezone_abbreviations so that
it's handled just about like timezone; in particular, don't try
to read anything during InitializeGUCOptions.  Should solve current
startup failure on Windows, and avoid wasted cycles if a nondefault
setting is specified in postgresql.conf too.  Possibly we need to
think about a more general solution for handling 'expensive to set'
GUC options.
src/backend/bootstrap/bootstrap.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc.c
src/include/utils/guc.h