Re: [PATCH] Allow anonymous rowtypes in function return column definition

Elvis Pranskevichus <el@prans.net>

From: Elvis Pranskevichus <el@prans.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2019-01-30T23:35:25Z
Lists: pgsql-hackers
On Wednesday, January 30, 2019 5:59:41 PM EST Tom Lane wrote:
> I still found this pretty disjointed.  After a bit of thought I
> propose the attached reformulation, which has the callers just tell
> the routines which types to allow explicitly, with the justification
> comments living at the call sites instead of within the routines.

This is a much better formulation, thank you!

                                  Elvis




Commits

  1. Allow RECORD and RECORD[] to be specified in function coldeflists.