Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane <tgl@sss.pgh.pa.us>
Document get_call_result_type() and friends; mark TypeGetTupleDesc() and RelationNameGetTupleDesc() as deprecated; remove uses of the latter in the contrib library. Along the way, clean up crosstab() code and documentation a little.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +34 −42 |
| contrib/pgstattuple/pgstattuple.c | modified | +12 −10 |
| contrib/tablefunc/expected/tablefunc.out | modified | +50 −3 |
| contrib/tablefunc/README.tablefunc | modified | +70 −40 |
| contrib/tablefunc/sql/tablefunc.sql | modified | +42 −3 |
| contrib/tablefunc/tablefunc.c | modified | +39 −93 |
| contrib/tablefunc/tablefunc.sql.in | modified | +8 −0 |
| contrib/tsearch2/ts_stat.c | modified | +7 −4 |
| contrib/tsearch2/wparser.c | modified | +15 −10 |
| doc/src/sgml/xfunc.sgml | modified | +82 −18 |
| src/backend/utils/fmgr/funcapi.c | modified | +9 −2 |
| src/include/funcapi.h | modified | +5 −6 |