Unary % operator is broken in current sources - Mailing list pgsql-hackers

From Tom Lane
Subject Unary % operator is broken in current sources
Date
Msg-id 5282.921980049@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] Unary % operator is broken in current sources
List pgsql-hackers
These used to work:

regression=> select %f.f1   FROM FLOAT8_TBL f;
ERROR:  parser: parse error at or near "%"
regression=> select f.f1 %  FROM FLOAT8_TBL f;
ERROR:  parser: parse error at or near "from"

This is causing the float8 regress test to fail.

I suspect this has to do with Bruce's recent hacking on operator
associativity.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] min() and max() causing aborts
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 6.5 Features list