Re: PARALLEL in old syntax for CREATE AGGREGATE

2018-01-24 Thread Daniel Gustafsson
> On 24 Jan 2018, at 03:52, Bruce Momjian wrote: > > Robert, can you review the attached patch since it references your > commit? Thanks. Another approach is the patch in 62991614-9673-4276-99cc-6754e7a05...@yesql.se which contains a fix which allows for PARALLEL to be unquoted in the old synta

Re: PARALLEL in old syntax for CREATE AGGREGATE

2018-01-23 Thread Bruce Momjian
Robert, can you review the attached patch since it references your commit? Thanks. --- On Mon, Nov 27, 2017 at 04:00:42PM +0100, Daniel Gustafsson wrote: > When looking at review comments on one of my patches, I noticed tha