]> granicus.if.org Git - postgresql/commit
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Oct 2011 20:47:48 +0000 (16:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Oct 2011 20:47:48 +0000 (16:47 -0400)
commit4bcb82a7d590afa16507f9089bd68ef4bcebebb1
tree01730ce89c6e2f4822212571ed7a47247b4406a2
parent9f5836d224e876399dfdd7d6d4343300dbc2f664
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.

This oversight meant that on Windows, the pg_settings view would not
display source file or line number information for values coming from
postgresql.conf, unless the backend had received a SIGHUP since starting.

In passing, also make the error detection in read_nondefault_variables a
tad more thorough, and fix it to not lose precision on float GUCs (these
changes are already in HEAD as of my previous commit).
src/backend/utils/misc/guc.c