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

Commit5076166

Browse files
committed
-
1 parent429d225 commit5076166

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎contrib/pg_exchange/exchange.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,8 @@ EXCHANGE_Execute(CustomScanState *node)
11961196

11971197
if ((state->activeRemotes==0)&& (!state->hasLocal))
11981198
{
1199-
//elog(LOG, "[%s] Exchange returns NULL. Tuples: local=%d, remote=%d",
1200-
//state->stream, state->ltuples, state->rtuples);
1199+
elog(LOG,"[%s] Exchange returns NULL. Tuples: local=%d, remote=%d, send=%d",
1200+
state->stream,state->ltuples,state->rtuples,state->stuples);
12011201
returnNULL;
12021202
}
12031203

@@ -1234,6 +1234,7 @@ EXCHANGE_Execute(CustomScanState *node)
12341234
{
12351235
state->stuples++;
12361236
SendTuple(dest,state->stream,slot, false);
1237+
elog(LOG,"Send tuple: %d",state->stuples);
12371238
}
12381239
}
12391240
returnNULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp