pgsql: Remove compatibility declarations for InitMaterializedSRF() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove compatibility declarations for InitMaterializedSRF()
Date
Msg-id E1okbfG-002r1y-EG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eddc128beac0f6e7b87e003888b0e947f7548e8a

Modified Files
--------------
src/backend/utils/fmgr/funcapi.c | 9 ---------
src/include/funcapi.h            | 5 -----
2 files changed, 14 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rename SetSingleFuncCall() to InitMaterializedSRF()
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION