Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eeGqv-00050w-21 for pgsql-docs@arkaria.postgresql.org; Wed, 24 Jan 2018 08:56:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eeGqt-000558-Nz for pgsql-docs@arkaria.postgresql.org; Wed, 24 Jan 2018 08:56:15 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eeGqt-00054y-8b for pgsql-docs@lists.postgresql.org; Wed, 24 Jan 2018 08:56:15 +0000 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eeGqp-0006cL-Fp for pgsql-docs@postgresql.org; Wed, 24 Jan 2018 08:56:13 +0000 Received: by mail-lf0-x236.google.com with SMTP id q17so4154909lfa.9 for ; Wed, 24 Jan 2018 00:56:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=h7/+PGlJBqBDQdH6/w7tZwABPvBfJMkCiz6pUJ6tEOc=; b=Ggl5cJO8T9ijDTfjEi4uygj7O7gmGVRmnWiTEeDMcYx8FBRhNe8XK08VmHk3svJqmd GKaX+QJtCj1Q8DnRrtBUnALJM2tvHq/0FXMtix1TA7JxMYV0Okoplj3jMVKtWrIe+lEk JuuE/q14HbecZuGdojYI9NUuO590W07Q0pXUApR+tjfWkkdcr5lVgTH2xNdC1c65HHQQ XJqg2kzsXhKdTM4LO8TrxyLjDng/72HZvFGMca5KZfCAOU1dw9qUw+qpsFLjEgSjx5yZ iIIpceMkMcGwXf48X58yp52OKxFEUg9GoTavImk2tEvX8t6vO4VsQXvVVf4Rhq9/mGB5 qbSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:mime-version:subject:from:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=h7/+PGlJBqBDQdH6/w7tZwABPvBfJMkCiz6pUJ6tEOc=; b=NrcwJj/OrQbQ5U5GrNBbrfr6S8GEZ3kvBvakMpy+gtyB+pJXgHtHSoG448kudh+vSS QoAAH8DCoQvT576ZqgKvWILNXk9o1yygzsQzVI91i/cDmxz1qWTV/6tMz9KOXRYtnBaM ps3az5De4+GdidxBRiQPA3sEkQLxqhGFZzpHhS89+ZKCRonb0dSfj22lN8lWZDmIPWlx 1rVaANKpXazzarK8EaT4SFrE5cumQM8d+3vLuwGfwk90TA2tOQ1vEV6LXHZ0lrnP0n2K v97Q3aSF2cG4bygqVg7k+xF8CJMKCIRbTrT60sDGP6l9lXf+9dJgIlNmeJLakUJ3ua03 yp9A== X-Gm-Message-State: AKwxytcL7C8OqByfc28egXhADtzxAbgNRNGJ7QeMlXzPuHSg0jHuchIB zo4kFAZUWYgY/PAg9g4bWLs= X-Google-Smtp-Source: AH8x2254Eegm5+FsJScoHek9aTCbVuN2xHqeCRv1h5OCHfyE6KJMlSp/+ok2ESPauNp0m0S2QB4p/A== X-Received: by 10.46.48.6 with SMTP id w6mr3173517ljw.86.1516784169280; Wed, 24 Jan 2018 00:56:09 -0800 (PST) Received: from [192.168.1.64] (c-c67ce055.027-294-73746f71.cust.bredbandsbolaget.se. [85.224.124.198]) by smtp.gmail.com with ESMTPSA id o188sm453121lff.5.2018.01.24.00.56.08 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 Jan 2018 00:56:08 -0800 (PST) Sender: Daniel Gustafson Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: PARALLEL in old syntax for CREATE AGGREGATE From: Daniel Gustafsson In-Reply-To: <20180124025256.GC17109@momjian.us> Date: Wed, 24 Jan 2018 09:56:07 +0100 Cc: pgsql-docs , Robert Haas Content-Transfer-Encoding: quoted-printable Message-Id: <019F71B4-95EE-48B2-AA50-C8A3CE05F446@yesql.se> References: <8400AFAE-4625-4F58-9A7A-0EF8BF2C9189@yesql.se> <20180124025256.GC17109@momjian.us> To: Bruce Momjian X-Mailer: Apple Mail (2.3124) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On 24 Jan 2018, at 03:52, Bruce Momjian wrote: >=20 > Robert, can you review the attached patch since it references your > commit? Thanks. Another approach is the patch in = 62991614-9673-4276-99CC-6754E7A0572F@yesql.se which contains a fix which allows for PARALLEL to be unquoted in the old = syntax. cheers ./daniel=