pgsql: Remove compatibility declarations for InitMaterializedSRF()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove compatibility declarations for InitMaterializedSRF()
Date: 2022-10-18 01:45:07
Message-ID: E1okbfG-002r1y-EG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-18 04:06:15 Re: pg_upgrade test failure
Previous Message Michael Paquier 2022-10-18 01:23:00 pgsql: Rename SetSingleFuncCall() to InitMaterializedSRF()