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

Commit94fd253

Browse files
committed
Fix compilation warning in test_copy_callbacks
A passed-in parameter value was incorrect, for a warning coming fromMSVC.Oversight in9fcdf2c.Reported-by: Andres FreundDiscussion:https://postgr.es/m/20221011224221.dvg5q7e7vhjdtcvv@awork3.anarazel.de
1 parent18a4a62 commit94fd253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/modules/test_copy_callbacks/test_copy_callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_copy_to_callback(PG_FUNCTION_ARGS)
3737
CopyToStatecstate;
3838
int64processed;
3939

40-
cstate=BeginCopyTo(NULL,rel,NULL,RelationGetRelid(rel),NULL,NULL,
40+
cstate=BeginCopyTo(NULL,rel,NULL,RelationGetRelid(rel),NULL,false,
4141
to_cb,NIL,NIL);
4242
processed=DoCopyTo(cstate);
4343
EndCopyTo(cstate);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp