OSDN Git Service

Make sure that debug_query_string contains the original query text,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 19:52:22 +0000 (19:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 19:52:22 +0000 (19:52 +0000)
commit681892208fe41459acf89ade0d91a78e55f1089a
treea3be01aa37a64a7c2f76b44810d7db52b3e334c9
parentdef651f48f6e8e8e2bc8bb604d443f4c10136d5f
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.
src/backend/tcop/postgres.c