aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop/pquery.c')
-rw-r--r--src/backend/tcop/pquery.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c
index 92d07fcb5db..5443d0b6110 100644
--- a/src/backend/tcop/pquery.c
+++ b/src/backend/tcop/pquery.c
@@ -167,8 +167,6 @@ ProcessQuery(PlannedStmt *plan,
{
QueryDesc *queryDesc;
- elog(DEBUG3, "ProcessQuery");
-
/*
* Create the QueryDesc object
*/
@@ -1151,8 +1149,6 @@ PortalRunUtility(Portal portal, Node *utilityStmt,
{
Snapshot snapshot;
- elog(DEBUG3, "ProcessUtility");
-
/*
* Set snapshot if utility stmt needs one. Most reliable way to do this
* seems to be to enumerate those that do not need one; this is a short