The recent patch to log changes in postgresql.conf settings dumped core

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0894c6b83862f1d091e3c37713e6e5db355248ef
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-12T18:20:23Z
Releases: 9.0.0
The recent patch to log changes in postgresql.conf settings dumped core
if the initial value of a string variable was NULL, which is entirely
possible.  Noted while experimenting with custom_variable_classes.

Files

PathChange+/−
src/backend/utils/misc/guc-file.l modified +22 −7