Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita61ae07

Browse files
committed
Merge branch 'master' of github.com:danolivo/execplan
2 parents7c737a4 +8f2b407 commita61ae07

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
staticvoid
229228
HOOK_ExecStart_injection(QueryDesc*queryDesc,inteflags)
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)

[8]ページ先頭

©2009-2025 Movatter.jp