CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/18 00:40:30
Modified files:
src/backend/executor: execTuples.c
src/backend/utils/fmgr: funcapi.c
src/include : funcapi.h
Log message:
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