Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut <peter_e@gmx.net>
Remove deprecated COMMENT ON RULE syntax This was only used for allowing upgrades from pre-7.3 instances, which was a long time ago.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaddress.c | modified | +49 −77 |
| src/backend/parser/gram.y | modified | +0 −10 |
| src/backend/rewrite/rewriteSupport.c | modified | +0 −55 |
| src/include/rewrite/rewriteSupport.h | modified | +0 −2 |
| src/test/modules/test_ddl_deparse/expected/comment_on.out | modified | +1 −1 |
| src/test/modules/test_ddl_deparse/sql/comment_on.sql | modified | +1 −1 |
| src/test/regress/expected/object_address.out | modified | +2 −2 |