pgsql: Revert current_query() change to use debug_query_string again;

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert current_query() change to use debug_query_string again;
Date: 2009-01-08 00:13:22
Message-ID: 20090108001322.C3072754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Revert current_query() change to use debug_query_string again; add comment.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.466 -> r1.467)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.466&r2=1.467)
pgsql/src/backend/utils/adt:
misc.c (r1.69 -> r1.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/misc.c?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-08 00:15:54 Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the
Previous Message Tom Lane 2009-01-07 23:58:13 Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the