pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline
Date
Msg-id 20090105132333.BEE06754A17@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix define_custom_variable to preserve any sourcefile/sourceline information
present in the placeholder.  Noted while testing pg_stat_statements.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.488 -> r1.489)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.488&r2=1.489)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Quiet repeated "loaded library" messages from child backends that
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: When cross-compiling, allow and require an external zic program