Remove no-longer-needed ExecCountSlots infrastructure.

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

Commit: 421d7d8edb1bef2c354fe27f2ef4c4e8b6c1faf7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-09-27T21:10:53Z
Releases: 9.0.0
Remove no-longer-needed ExecCountSlots infrastructure.

Files

PathChange+/−
src/backend/executor/execProcnode.c modified +1 −118
src/backend/executor/nodeAgg.c modified +1 −11
src/backend/executor/nodeAppend.c modified +1 −14
src/backend/executor/nodeBitmapAnd.c modified +1 −14
src/backend/executor/nodeBitmapHeapscan.c modified +1 −10
src/backend/executor/nodeBitmapIndexscan.c modified +1 −10
src/backend/executor/nodeBitmapOr.c modified +1 −14
src/backend/executor/nodeCtescan.c modified +1 −11
src/backend/executor/nodeFunctionscan.c modified +1 −11
src/backend/executor/nodeGroup.c modified +1 −9
src/backend/executor/nodeHash.c modified +1 −11
src/backend/executor/nodeHashjoin.c modified +1 −11
src/backend/executor/nodeIndexscan.c modified +1 −10
src/backend/executor/nodeLimit.c modified +1 −11
src/backend/executor/nodeMaterial.c modified +1 −11
src/backend/executor/nodeMergejoin.c modified +1 −11
src/backend/executor/nodeNestloop.c modified +1 −11
src/backend/executor/nodeRecursiveunion.c modified +1 −11
src/backend/executor/nodeResult.c modified +1 −9
src/backend/executor/nodeSeqscan.c modified +1 −11
src/backend/executor/nodeSetOp.c modified +1 −11
src/backend/executor/nodeSort.c modified +1 −11
src/backend/executor/nodeSubqueryscan.c modified +1 −12
src/backend/executor/nodeTidscan.c modified +1 −10
src/backend/executor/nodeUnique.c modified +1 −11
src/backend/executor/nodeValuesscan.c modified +1 −11
src/backend/executor/nodeWindowAgg.c modified +1 −15
src/backend/executor/nodeWorktablescan.c modified +1 −11
src/include/executor/executor.h modified +1 −2
src/include/executor/nodeAgg.h modified +1 −2
src/include/executor/nodeAppend.h modified +1 −2
src/include/executor/nodeBitmapAnd.h modified +1 −2
src/include/executor/nodeBitmapHeapscan.h modified +1 −2
src/include/executor/nodeBitmapIndexscan.h modified +1 −2
src/include/executor/nodeBitmapOr.h modified +1 −2
src/include/executor/nodeCtescan.h modified +1 −2
src/include/executor/nodeFunctionscan.h modified +1 −2
src/include/executor/nodeGroup.h modified +1 −2
src/include/executor/nodeHash.h modified +1 −2
src/include/executor/nodeHashjoin.h modified +1 −2
src/include/executor/nodeIndexscan.h modified +1 −2
src/include/executor/nodeLimit.h modified +1 −2
src/include/executor/nodeMaterial.h modified +1 −2
src/include/executor/nodeMergejoin.h modified +1 −2
src/include/executor/nodeNestloop.h modified +1 −2
src/include/executor/nodeRecursiveunion.h modified +1 −2
src/include/executor/nodeResult.h modified +1 −2
src/include/executor/nodeSeqscan.h modified +1 −2
src/include/executor/nodeSetOp.h modified +1 −2
src/include/executor/nodeSort.h modified +1 −2
src/include/executor/nodeSubqueryscan.h modified +1 −2
src/include/executor/nodeTidscan.h modified +1 −2
src/include/executor/nodeUnique.h modified +1 −2
src/include/executor/nodeValuesscan.h modified +1 −2
src/include/executor/nodeWindowAgg.h modified +1 −2
src/include/executor/nodeWorktablescan.h modified +1 −2