Removal of operator_precedence_warning
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2020-12-04T21:39:05Z
Lists: pgsql-hackers
Attachments
- remove-operator_precedence_warning.patch (text/x-diff) patch
I think it's time for $SUBJECT. We added this GUC in 9.5, which will be EOL by the time of our next major release, and it was never meant as more than a transitional aid. Moreover, it's been buggy as heck (cf abb164655, 05104f693, 01e0cbc4f, 4cae471d1), and the fact that some of those errors went undetected for years shows that it's not really gotten much field usage. Hence, I propose the attached. Comments? regards, tom lane
Commits
-
Remove operator_precedence_warning.
- a676386b58bf 14.0 landed