pgsql: Have current_query() use ActivePortal->sourceText rather than - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Have current_query() use ActivePortal->sourceText rather than
Date
Msg-id 20090107214816.0EB5E754A1B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Have current_query() use ActivePortal->sourceText rather than
debug_query_string;  this allows current_query() to be more accurate;
docs updated;  per idea from Tom

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a third option named "partition" for constraint_exclusion,