Re: [PATCH] Allow anonymous rowtypes in function return column definition - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Allow anonymous rowtypes in function return column definition
Date
Msg-id 14796.1548894387@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Allow anonymous rowtypes in function return column definition  (Elvis Pranskevichus <el@prans.net>)
List pgsql-hackers
Elvis Pranskevichus <el@prans.net> writes:
> 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!

OK, pushed.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Elvis Pranskevichus
Date:
Subject: Re: [PATCH] Allow anonymous rowtypes in function return column definition
Next
From: Michael Paquier
Date:
Subject: Re: Unused parameters & co in code