]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix crash when reading 'timezone = unknown' from postgresql.conf during
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 23:39:01 +0000 (23:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 23:39:01 +0000 (23:39 +0000)
commit3117afa75d6cdb27082a82654f69a53daa9ddda8
treeb99d975e0ae9dc18c4a7a067804dd02d8a83ceb8
parent2dd9672d9664e8833ee49a53e722a8cdd0be35db
Fix crash when reading 'timezone = unknown' from postgresql.conf during
SIGHUP; it's not OK for an assign_hook to return a non-malloc'd string.
Problem was introduced during timezone library rewrite.
src/backend/commands/variable.c