pgsql: Make sure that debug_query_string contains the original query - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make sure that debug_query_string contains the original query
Date
Msg-id 20061019195223.1B7BE9FA6AF@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make sure that debug_query_string contains the original query text,
if available (which it usually should be), during processing of Bind
and Execute protocol messages.  This improves usefulness of
log_min_error_statement logging for extended query protocol.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.515 -> r1.516)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.515&r2=1.516)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up local redeclarations of variables with DLLIMPORT, per
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of places that were assuming debug_query_string