Rename rule CURRENT to OLD in source tree. Add mapping for backward
Bruce Momjian <bruce@momjian.us>
Rename rule CURRENT to OLD in source tree. Add mapping for backward compatiblity with old rules.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/view.c | modified | +5 −5 |
| src/backend/parser/analyze.c | modified | +4 −4 |
| src/backend/parser/gram.y | modified | +7 −7 |
| src/backend/parser/keywords.c | modified | +5 −3 |
| src/backend/parser/parse_relation.c | modified | +2 −2 |
| src/backend/rewrite/rewriteHandler.c | modified | +8 −8 |
| src/backend/utils/adt/ruleutils.c | modified | +8 −8 |
| src/include/nodes/primnodes.h | modified | +3 −3 |
| src/include/parser/parsetree.h | modified | +2 −2 |
| src/interfaces/ecpg/preproc/keywords.c | modified | +4 −2 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +45 −46 |
| src/test/regress/expected/rules.out | modified | +1 −1 |