pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline
Date: 2009-01-05 13:23:33
Message-ID: 20090105132333.BEE06754A17@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-05 13:35:38 pgsql: Add EmitWarningsOnPlaceholders calls to contrib modules that are
Previous Message Peter Eisentraut 2009-01-05 10:25:59 pgsql: When cross-compiling, allow and require an external zic program