Обсуждение: pgsql/src backend/access/common/tupdesc.c back ...

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
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