Skip to content
Snippets Groups Projects
Commit 15093bf2 authored by Tom Lane's avatar Tom Lane
Browse files

Move plpgsql's fetchArgInfo() into funcapi.c, and rename to

get_func_arg_info() for consistency with other names there.
This code will probably be useful to other PLs when they start to
support OUT parameters, so better to have it in the main backend.
Also, fix plpgsql validator to detect bogus OUT parameters even when
check_function_bodies is off.
parent 776d63f9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment