Remove compatibility declarations for InitMaterializedSRF()
authorMichael Paquier <michael@paquier.xyz>
Tue, 18 Oct 2022 01:44:02 +0000 (10:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 18 Oct 2022 01:44:02 +0000 (10:44 +0900)
commiteddc128beac0f6e7b87e003888b0e947f7548e8a
tree88747678c4534f6d09df98c9de89b82a36844d1a
parenta19e5cee635dc94c9c6e44c8863b4b770920a04b
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
src/backend/utils/fmgr/funcapi.c
src/include/funcapi.h