postgresql/src/backend/rewrite
Tom Lane bfcb9328e5 Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".
We had already converted most places to this style, but this patch gets the
last few that were still doing it the old way.  The main advantage is that
this exposes a greppable name for each target column, rather than having
to rely on comments (which a couple of places failed to provide anyhow).

Richard Hopkins, additional work by me to clean up update_attstats() too
2011-06-16 17:04:40 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
rewriteDefine.c Index tuple data arrays using Anum_xxx symbolic constants instead of "i++". 2011-06-16 17:04:40 -04:00
rewriteHandler.c Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
rewriteManip.c Pass collation to makeConst() instead of looking it up internally. 2011-03-25 20:10:42 -04:00
rewriteRemove.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
rewriteSupport.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00