pgsql: Revert current_query() change to use debug_query_string again; - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Revert current_query() change to use debug_query_string again;
Date
Msg-id 20090108001322.C3072754A1B@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment about why BETWEEN uses operator strings and not
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document current_query() as being the _client_ query.