mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Remove compatibility declarations for InitMaterializedSRF()
These routines have been renamed in a19e5ce. There is no need to keep
the compatibility declarations on HEAD, as once an extension moves to
the new routine name when compiling with v16~ the code would work the
same way when recompiled on v15. No backpatch to v15 for this one,
because ABI compatibility has to be maintained there.
Discussion: https://postgr.es/m/20221013194820.ciktb2sbbpw7cljm@awork3.anarazel.de
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user