Don't treat NEW and OLD as reserved words anymore. For the purposes of rules

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 593f4b854a8bb384547b8fa9854c73dcd88d4876
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-05T23:24:27Z
Releases: 9.0.0
Don't treat NEW and OLD as reserved words anymore.  For the purposes of rules
it works just as well to have them be ordinary identifiers, and this gets rid
of a number of ugly special cases.  Plus we aren't interfering with non-rule
usage of these names.

catversion bump because the names change internally in stored rules.

Files