Skip to content

Commit a61ae07

Browse files
committed
Merge branch 'master' of github.com:danolivo/execplan
2 parents 7c737a4 + 8f2b407 commit a61ae07

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

repeater.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ HOOK_Utility_injection(PlannedStmt *pstmt,
224224
cancelQueryIfNeeded(conn, queryString);
225225
}
226226

227-
228227
static void
229228
HOOK_ExecStart_injection(QueryDesc *queryDesc, int eflags)
230229
{
@@ -255,12 +254,7 @@ HOOK_ExecStart_injection(QueryDesc *queryDesc, int eflags)
255254
cancelQueryIfNeeded(conn, queryDesc->sourceText);
256255

257256
if (PQsendPlan(conn, serialize_plan(queryDesc, eflags)) == 0)
258-
{
259257
pgfdw_report_error(ERROR, NULL, conn, false, queryDesc->sourceText);
260-
Assert(0);
261-
}
262-
else
263-
printf("Send Query %s - OK\n", queryDesc->sourceText);
264258
}
265259
}
266260

0 commit comments

Comments
 (0)