OSDN Git Service

Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 May 2006 15:21:52 +0000 (15:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 May 2006 15:21:52 +0000 (15:21 +0000)
commit798e63ffb00c053c7b05e8f07be6446e70fb4389
treef3ac2591243af669110b4b4a55e2557dd6aaee74
parent74d0cf397487e7fe248990a3519b06b72595c87f
Remove CXT_printf/CXT1_printf macros.  If anyone had found them to be of
any use in the past many years, we'd have made some effort to include
them in all executor node types; but in fact they were only in
nodeAppend.c and nodeIndexscan.c, up until I copied nodeIndexscan.c's
occurrence into the new bitmap node types.  Remove some other unused
macros in execdebug.h, too.  Some day the whole header probably ought to
go away in favor of better-designed facilities.
contrib/xml2/xpath.c
src/backend/executor/nodeAppend.c
src/backend/executor/nodeBitmapAnd.c
src/backend/executor/nodeBitmapHeapscan.c
src/backend/executor/nodeBitmapIndexscan.c
src/backend/executor/nodeBitmapOr.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeIndexscan.c
src/include/executor/execdebug.h