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

Commit8f2b407

Browse files
committed
Remove some debug printing
1 parentf9bf704 commit8f2b407

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎repeater.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,18 @@ pgfdw_cancel_query(PGconn *conn)
109109
{
110110
if (!PQcancel(cancel,errbuf,sizeof(errbuf)))
111111
{
112-
printf("LAV: Cancel - ERROR\n");
113112
ereport(WARNING,
114113
(errcode(ERRCODE_CONNECTION_FAILURE),
115114
errmsg("could not send cancel request: %s",
116115
errbuf)));
117116
PQfreeCancel(cancel);
118117
return false;
119118
}
120-
else
121-
printf("LAV: Cancel - OK\n");
122119

123120
PQfreeCancel(cancel);
124121
}
125122
else
126-
printf("---ERROR---");
123+
elog(FATAL,"Can't get connection cancel descriptor");
127124

128125
PQconsumeInput(conn);
129126
PQclear(result);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp