mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Back-patch 9.4-era compiler warning fixes into older branches.
Back-patch commit 4e18236180
(another thing that longfin's version of clang doesn't like).
This commit is contained in:
@ -1778,7 +1778,7 @@ plperl_inline_handler(PG_FUNCTION_ARGS)
|
|||||||
/* Set up a callback for error reporting */
|
/* Set up a callback for error reporting */
|
||||||
pl_error_context.callback = plperl_inline_callback;
|
pl_error_context.callback = plperl_inline_callback;
|
||||||
pl_error_context.previous = error_context_stack;
|
pl_error_context.previous = error_context_stack;
|
||||||
pl_error_context.arg = (Datum) 0;
|
pl_error_context.arg = NULL;
|
||||||
error_context_stack = &pl_error_context;
|
error_context_stack = &pl_error_context;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user