git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 76f412a) | patch
Remove support for postfix (right-unary) operators.
2020年9月17日 23:38:05 +0000 (19:38 -0400)
2020年9月17日 23:38:05 +0000 (19:38 -0400)
commit 1ed6b895634ce0dc5fd4bd040e87252b32182cba
Remove support for postfix (right-unary) operators.

This feature has been a thorn in our sides for a long time, causing
many grammatical ambiguity problems. It doesn't seem worth the
pain to continue to support it, so remove it.

There are some follow-on improvements we can make in the grammar,
but this commit only removes the bare minimum number of productions,
plus assorted backend support code.

Note that pg_dump and psql continue to have full support, since
they may be used against older servers. However, pg_dump warns
about postfix operators. There is also a check in pg_upgrade.

Documentation-wise, I (tgl) largely removed the "left unary"
terminology in favor of saying "prefix operator", which is
a more standard and IMO less confusing term.

I included a catversion bump, although no initial catalog data
changes here, to mark the boundary at which oprkind = 'r'
stopped being valid in pg_operator.

Mark Dilger, based on work by myself and Robert Haas;
review by John Naylor

Discussion: https://postgr.es/m/38ca86db-42ab-9b48-2902-337a0d6b8311@2ndquadrant.com
32 files changed:
contrib/postgres_fdw/deparse.c diff | blob | blame | history
doc/src/sgml/catalogs.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_extension.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_operator.sgml diff | blob | blame | history
doc/src/sgml/ref/alter_opfamily.sgml diff | blob | blame | history
doc/src/sgml/ref/comment.sgml diff | blob | blame | history
doc/src/sgml/ref/create_opclass.sgml diff | blob | blame | history
doc/src/sgml/ref/create_operator.sgml diff | blob | blame | history
doc/src/sgml/ref/drop_operator.sgml diff | blob | blame | history
doc/src/sgml/syntax.sgml diff | blob | blame | history
doc/src/sgml/typeconv.sgml diff | blob | blame | history
doc/src/sgml/xoper.sgml diff | blob | blame | history
src/backend/catalog/namespace.c diff | blob | blame | history
src/backend/catalog/pg_operator.c diff | blob | blame | history
src/backend/commands/operatorcmds.c diff | blob | blame | history
src/backend/nodes/print.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/parser/parse_expr.c diff | blob | blame | history
src/backend/parser/parse_oper.c diff | blob | blame | history
src/backend/utils/adt/ruleutils.c diff | blob | blame | history
src/bin/pg_dump/pg_dump.c diff | blob | blame | history
src/bin/pg_upgrade/check.c diff | blob | blame | history
src/bin/psql/describe.c diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/pg_operator.h diff | blob | blame | history
src/include/parser/parse_oper.h diff | blob | blame | history
src/test/regress/expected/create_operator.out diff | blob | blame | history
src/test/regress/expected/opr_sanity.out diff | blob | blame | history
src/test/regress/sql/create_operator.sql diff | blob | blame | history
src/test/regress/sql/opr_sanity.sql diff | blob | blame | history
src/tutorial/complex.source diff | blob | blame | history
src/tutorial/syscat.source diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /