[COMMITTERS] pgsql: Fix another oversight in logging of changes in postgresql.conf s

2011-07-08 Thread Tom Lane
Fix another oversight in logging of changes in postgresql.conf settings. We were using GetConfigOption to collect the old value of each setting, overlooking the possibility that it didn't exist yet. This does happen in the case of adding a new entry within a custom variable class, as exhibited in

[COMMITTERS] pgsql: Fix another oversight in logging of changes in postgresql.conf s

2011-07-08 Thread Tom Lane
Fix another oversight in logging of changes in postgresql.conf settings. We were using GetConfigOption to collect the old value of each setting, overlooking the possibility that it didn't exist yet. This does happen in the case of adding a new entry within a custom variable class, as exhibited in

[COMMITTERS] pgsql: Fix another oversight in logging of changes in postgresql.conf s

2011-07-08 Thread Tom Lane
Fix another oversight in logging of changes in postgresql.conf settings. We were using GetConfigOption to collect the old value of each setting, overlooking the possibility that it didn't exist yet. This does happen in the case of adding a new entry within a custom variable class, as exhibited in