diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-06-16 17:03:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-06-16 17:04:40 -0400 |
commit | bfcb9328e51eaaa21c92a1f2d7262758afb843e8 (patch) | |
tree | 20a30f7595e14acd9840dedce9be50d742afb069 /src/backend/utils/adt/int.c | |
parent | 7357558fc8866e3a449aa9473c419b593d67b5b6 (diff) | |
download | postgresql-bfcb9328e51eaaa21c92a1f2d7262758afb843e8.tar.gz postgresql-bfcb9328e51eaaa21c92a1f2d7262758afb843e8.zip |
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
Diffstat (limited to 'src/backend/utils/adt/int.c')
0 files changed, 0 insertions, 0 deletions