]> granicus.if.org Git - postgresql/commit
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Oct 2009 22:34:57 +0000 (22:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Oct 2009 22:34:57 +0000 (22:34 +0000)
commitc970292a94e0fff468d500db430d751b6221a0b4
treeea33271f6473aa4ceaf81ba3e7180253ea32f983
parent474f825574db680ce638fce9b92254ff35fbc8fd
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
friends).  This code has all been ifdef'd out for many years, and doesn't
seem to have any prospect of becoming any more useful in the future.
EXPLAIN ANALYZE is what people use in practice, and I think if we did want
process-wide counters we'd be more likely to put in dtrace events for that
than try to resurrect this code.  Get rid of it so as to have one less detail
to worry about while refactoring execMain.c.
src/backend/access/gist/gistget.c
src/backend/access/hash/hashutil.c
src/backend/access/nbtree/nbtutils.c
src/backend/executor/execMain.c
src/backend/executor/execQual.c
src/backend/executor/execUtils.c
src/backend/tcop/postgres.c
src/include/executor/execdebug.h