pgsql: Fix a couple of places that were assuming debug_query_string

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a couple of places that were assuming debug_query_string
Date: 2006-10-19 19:53:03
Message-ID: 20061019195303.44C729FA6AF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a couple of places that were assuming debug_query_string couldn't
be NULL ... seems an unsafe assumption.

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.59&r2=1.60)
pgsql/src/backend/commands:
portalcmds.c (r1.56 -> r1.57)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/portalcmds.c.diff?r1=1.56&r2=1.57)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-10-19 19:58:46 pgsql: Done: < * Improve port/qsort() to handle sorts with 50% unique
Previous Message Tom Lane 2006-10-19 19:52:23 pgsql: Make sure that debug_query_string contains the original query