mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove operator_precedence_warning.
This GUC was always intended as a temporary solution to help with finding 9.4-to-9.5 migration issues. Now that all pre-9.5 branches are out of support, and 9.5 will be too before v14 is released, it seems like it's okay to drop it. Doing so allows removal of several hundred lines of poorly-tested code in parse_expr.c, which have been a fertile source of bugs when people did use this. Discussion: https://postgr.es/m/2234320.1607117945@sss.pgh.pa.us
This commit is contained in:
@ -1121,11 +1121,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
|
||||
cases, these changes will result in no behavioral change, or perhaps
|
||||
in <quote>no such operator</quote> failures which can be resolved by adding
|
||||
parentheses. However there are corner cases in which a query might
|
||||
change behavior without any parsing error being reported. If you are
|
||||
concerned about whether these changes have silently broken something,
|
||||
you can test your application with the configuration
|
||||
parameter <xref linkend="guc-operator-precedence-warning"/> turned on
|
||||
to see if any warnings are logged.
|
||||
change behavior without any parsing error being reported.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
Reference in New Issue
Block a user