]> granicus.if.org Git - postgresql/commit
Fix crash when reading 'timezone = unknown' from postgresql.conf during
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 23:39:14 +0000 (23:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2005 23:39:14 +0000 (23:39 +0000)
commit1c09a3c46db964033969e3916d70ac67d387a9ca
treecdee6ab0f0e8898166e4b84f95565bb2fdf201ee
parent4cf0feae2ca4d722cd33cfbdd35651625c81748e
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