pgsql/src backend/access/common/tupdesc.c back ...

Started by Bruce Momjianabout 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/06/20 13:19:08

Modified files:
src/backend/access/common: tupdesc.c
src/backend/executor: execTuples.c
src/backend/utils/adt: regproc.c
src/backend/utils/fmgr: Makefile
src/include/utils: builtins.h

Log message:
Here is a patch for Composite and Set returning function support. I made
two small changes to the API since last patch, which hopefully completes
the decoupling of composite function support from SRF specific support.

Joe Conway