diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-04 19:29:25 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-04 19:29:25 +0000 |
commit | 4fd8d6b3e77eb00cfd7bb8d3d130b147ba0d60f3 (patch) | |
tree | e8fa7630964d3439c12aa3667ace88e318de074b /src/backend/utils/adt/regexp.c | |
parent | 0b9d3d4dcd0561fbf674e09af1160f087eda535b (diff) | |
download | postgresql-4fd8d6b3e77eb00cfd7bb8d3d130b147ba0d60f3.tar.gz postgresql-4fd8d6b3e77eb00cfd7bb8d3d130b147ba0d60f3.zip |
Fix crash caused by log_timezone patch if we attempt to emit any elog messages
between the setting of log_line_prefix and the setting of log_timezone. We
can't realistically set log_timezone any earlier than we do now, so the best
behavior seems to be to use GMT zone if any timestamps are to be logged during
early startup. Create a dummy zone variable with a minimal definition of GMT
(in particular it will never know about leap seconds), so that we can set it
up without reference to any external files.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions