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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 709aca5) | patch
Further consolidation of DROP statement handling.
2011年11月18日 02:31:29 +0000 (21:31 -0500)
2011年11月18日 02:32:34 +0000 (21:32 -0500)
commit fc6d1006bda783cc002c61a5f072905849dbde4b
Further consolidation of DROP statement handling.

This gets rid of an impressive amount of duplicative code, with only
minimal behavior changes. DROP FOREIGN DATA WRAPPER now requires object
ownership rather than superuser privileges, matching the documentation
we already have. We also eliminate the historical warning about dropping
a built-in function as unuseful. All operations are now performed in the
same order for all object types handled by dropcmds.c.

KaiGai Kohei, with minor revisions by me
21 files changed:
src/backend/commands/aggregatecmds.c diff | blob | blame | history
src/backend/commands/dropcmds.c diff | blob | blame | history
src/backend/commands/foreigncmds.c diff | blob | blame | history
src/backend/commands/functioncmds.c diff | blob | blame | history
src/backend/commands/opclasscmds.c diff | blob | blame | history
src/backend/commands/operatorcmds.c diff | blob | blame | history
src/backend/commands/proclang.c diff | blob | blame | history
src/backend/commands/trigger.c diff | blob | blame | history
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/equalfuncs.c diff | blob | blame | history
src/backend/parser/gram.y diff | blob | blame | history
src/backend/rewrite/rewriteRemove.c diff | blob | blame | history
src/backend/tcop/utility.c diff | blob | blame | history
src/include/commands/defrem.h diff | blob | blame | history
src/include/commands/proclang.h diff | blob | blame | history
src/include/commands/trigger.h diff | blob | blame | history
src/include/nodes/nodes.h diff | blob | blame | history
src/include/nodes/parsenodes.h diff | blob | blame | history
src/include/rewrite/rewriteRemove.h diff | blob | blame | history
src/test/regress/expected/foreign_data.out diff | blob | blame | history
src/test/regress/sql/foreign_data.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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