Here is a patch for the Table Function API. It fixes a bug found by Neil
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execTuples.c | modified | +6 −9 |
| src/backend/utils/fmgr/funcapi.c | modified | +18 −1 |
| src/include/funcapi.h | modified | +48 −15 |