pgsql: Add comment that it is difficult to access the more accurate - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add comment that it is difficult to access the more accurate
Date
Msg-id 20090107195121.A2731754A1B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comment that it is difficult to access the more accurate
'query_string' from current_query().

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        misc.c (r1.67 -> r1.68)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/misc.c?r1=1.67&r2=1.68)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update comment associated with 'debug_query_string'.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,