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

Change CREATE TYPE to require datatype output and send functions to have

only one argument.  (Per recent discussion, the option to accept multiple
arguments is pretty useless for user-defined types, and would be a likely
source of security holes if it was used.)  Simplify call sites of
output/send functions to not bother passing more than one argument.
parent ae793ff6
No related branches found
No related tags found
No related merge requests found
Showing
with 102 additions and 216 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment