Missing grammar production for WITH TIES

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Missing grammar production for WITH TIES
Date: 2020-05-18 14:41:23
Message-ID: 6aa690ef-551d-e24f-2690-c38c2442947c@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The syntax for FETCH FIRST allows the <fetch first quantity> to be
absent (implying 1).

We implement this correctly for ONLY, but WITH TIES didn't get the memo.

Patch attached.
--
Vik Fearing

Attachment Content-Type Size
with_ties.diff text/x-patch 556 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-05-18 14:42:18 factorial function/phase out postfix operators?
Previous Message Peter Eisentraut 2020-05-18 14:23:23 Re: [PATCH] hs_standby_disallowed test fix