• Tom Lane's avatar
    Adjust initialization sequence for timezone_abbreviations so that · 033a477e
    Tom Lane authored
    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.
    033a477e
postgres.c 92.1 KB