summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/xfunc.sgml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 3f3d46414ca..1a74d931736 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -2871,14 +2871,6 @@ typedef struct FuncCallContext
uint64 max_calls;
/*
- * OPTIONAL pointer to result slot
- *
- * This is obsolete and only present for backward compatibility, viz,
- * user-defined SRFs that use the deprecated TupleDescGetSlot().
- */
- TupleTableSlot *slot;
-
- /*
* OPTIONAL pointer to miscellaneous user-provided context information
*
* user_fctx is for use as a pointer to your own data to retain