OSDN Git Service

Here is a patch for the Table Function API. It fixes a bug found by Neil
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 04:40:30 +0000 (04:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 04:40:30 +0000 (04:40 +0000)
commit7ea5f1d7f16e9771e90c020db93d7e8a9a3b22f5
tree60a8061dfd55853f9366d5b4aba93fc9acb84bf1
parenta5a8110a861285e1ae4381c17e565f446635d4c2
Here is a patch for the Table Function API. It fixes a bug found by Neil

Conway (BuildTupleFromCStrings sets NULL for pass-by-value types when
intended value is 0). It also implements some other improvements
suggested by Neil.

Joe Conway
src/backend/executor/execTuples.c
src/backend/utils/fmgr/funcapi.c
src/include/funcapi.h