Unary % operator is broken in current sources

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Unary % operator is broken in current sources
Дата
Msg-id 5282.921980049@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Unary % operator is broken in current sources  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] min() and max() causing aborts
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] 6.5 Features list