OSDN Git Service

GetAttributeByName and GetAttributeByNum should be declared to return
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Aug 2000 23:34:11 +0000 (23:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Aug 2000 23:34:11 +0000 (23:34 +0000)
commit481487b9647c02b83a7701a0b513e9437c380ccd
treef3ab3d5858926e19bc2889a8ef730e28e511866a
parentd9eb7d8fa1b841da4799b907ac2d97f8bcf5cf87
GetAttributeByName and GetAttributeByNum should be declared to return
Datum, not char*, for portability's sake.
src/backend/executor/execQual.c
src/include/executor/executor.h
src/test/regress/regress.c