aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/int.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-16 17:03:58 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-16 17:04:40 -0400
commitbfcb9328e51eaaa21c92a1f2d7262758afb843e8 (patch)
tree20a30f7595e14acd9840dedce9be50d742afb069 /src/backend/utils/adt/int.c
parent7357558fc8866e3a449aa9473c419b593d67b5b6 (diff)
downloadpostgresql-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