Here is a patch for Composite and Set returning function support. I made
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/tupdesc.c | modified | +110 −1 |
| src/backend/executor/execTuples.c | modified | +122 −2 |
| src/backend/utils/adt/regproc.c | modified | +6 −8 |
| src/backend/utils/fmgr/Makefile | modified | +2 −2 |
| src/include/utils/builtins.h | modified | +2 −1 |