agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Restore the ability to use | and -> as prefix operators.
Date: Sat, 18 Jul 2026 16:57:49 +0000
Message-ID: <E1wl8MG-000nYe-21@gemulon.postgresql.org> (raw)

Restore the ability to use | and -> as prefix operators.

Commit 2f094e7ac changed the parser to treat these as built-in
operator names, where before they were just generic Op.  While
it correctly gave them the same precedence as Op and added new
productions to allow them to still be used as infix operators,
it missed allowing them to still be used as prefix operators.
At least one extension expects to be able to do that, so add
the necessary productions.

Bug: #19558
Reported-by: Pierre Senellart <pierre@senellart.com>
Author: Pierre Forstmann <pierre.forstmann@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/19558-ad1fca59a3a471a0@postgresql.org
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0316593146d573eea9a2232e220347727b952c13

Modified Files
--------------
src/backend/parser/gram.y | 8 ++++++++
1 file changed, 8 insertions(+)



view thread (2+ messages)  latest in thread

Message-ID: <E1wl8MG-000nYe-21@gemulon.postgresql.org>
Permalink:  ../E1wl8MG-000nYe-21@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1wl8MG-000nYe-21@gemulon.postgresql.org

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-committers@postgresql.org
  Cc: tgl@sss.pgh.pa.us, pgsql-committers@lists.postgresql.org
  Subject: Re: pgsql: Restore the ability to use | and -> as prefix operators.
  In-Reply-To: <E1wl8MG-000nYe-21@gemulon.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox