Re: SQL-standard function body

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Georgios Kokolatos <gkokolatos(at)protonmail(dot)com>
Subject: Re: SQL-standard function body
Date: 2021-02-11 08:02:40
Message-ID: e5996aab-a52c-40ad-543e-2fac3ecf31c3@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-11-20 08:25, Peter Eisentraut wrote:
> On 2020-11-10 16:21, Georgios Kokolatos wrote:
>> Hi,
>>
>> I noticed that this patch fails on the cfbot.
>> For this, I changed the status to: 'Waiting on Author'.
>>
>> Cheers,
>> //Georgios
>>
>> The new status of this patch is: Waiting on Author
>>
>
> Here is an updated patch to get it building again.

Another updated patch to get things building again. I've also fixed the
last TODO I had in there in qualifying function arguments as necessary
in ruleutils.c.

--
Peter Eisentraut
2ndQuadrant, an EDB company
https://www.2ndquadrant.com/

Attachment Content-Type Size
v7-0001-SQL-standard-function-body.patch text/plain 92.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-02-11 08:10:19 Re: [HACKERS] logical decoding of two-phase transactions
Previous Message Greg Nancarrow 2021-02-11 07:43:38 Re: Parallel INSERT (INTO ... SELECT ...)