index 7ac6f36abe8a6f75c3caa58b64c8c2b5fc6b0df6..87cbb1d3e384556e577df696170ef9318c2838db 100644 (file)
@@ -56,15 +56,6 @@ static bool resolve_polymorphic_tupdesc(TupleDesc tupdesc,
static TypeFuncClass get_type_func_class(Oid typid, Oid *base_typeid);
-/*
- * Compatibility function for v15.
- */
-void
-SetSingleFuncCall(FunctionCallInfo fcinfo, bits32 flags)
-{
- InitMaterializedSRF(fcinfo, flags);
-}
-
/*
* InitMaterializedSRF
*
index 8aed8dccaff1660fcca699038e77be9443139036..277e3057651810856ccbf15fe3d162b6387c2837 100644 (file)
@@ -297,11 +297,6 @@ HeapTupleGetDatum(const HeapTupleData *tuple)
* BlessTupleDesc(). */
extern void InitMaterializedSRF(FunctionCallInfo fcinfo, bits32 flags);
-/* Compatibility declarations, for v15 */
-#define SRF_SINGLE_USE_EXPECTED MAT_SRF_USE_EXPECTED_DESC
-#define SRF_SINGLE_BLESS MAT_SRF_BLESS
-extern void SetSingleFuncCall(FunctionCallInfo fcinfo, bits32 flags);
-
extern FuncCallContext *init_MultiFuncCall(PG_FUNCTION_ARGS);
extern FuncCallContext *per_MultiFuncCall(PG_FUNCTION_ARGS);
extern void end_MultiFuncCall(PG_FUNCTION_ARGS, FuncCallContext *funcctx);