Here is a patch for the Table Function API. It fixes a bug found by Neil

Bruce Momjian <bruce@momjian.us>

Commit: 7ea5f1d7f16e9771e90c020db93d7e8a9a3b22f5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-18T04:40:30Z
Releases: 7.3.1
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

Files

PathChange+/−
src/backend/executor/execTuples.c modified +6 −9
src/backend/utils/fmgr/funcapi.c modified +18 −1
src/include/funcapi.h modified +48 −15