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

Commitb5005ff

Browse files
committed
Back-patch 9.4-era compiler warning fixes into older branches.
Back-patch commit4e18236(another thing that longfin's version of clang doesn't like).
1 parente9e2bde commitb5005ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@ plperl_inline_handler(PG_FUNCTION_ARGS)
17871787
/* Set up a callback for error reporting */
17881788
pl_error_context.callback=plperl_inline_callback;
17891789
pl_error_context.previous=error_context_stack;
1790-
pl_error_context.arg=(Datum)0;
1790+
pl_error_context.arg=NULL;
17911791
error_context_stack=&pl_error_context;
17921792

17931793
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp