diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-10-18 10:44:02 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-10-18 10:44:02 +0900 |
commit | eddc128beac0f6e7b87e003888b0e947f7548e8a (patch) | |
tree | 88747678c4534f6d09df98c9de89b82a36844d1a /contrib/postgres_fdw/postgres_fdw.c | |
parent | a19e5cee635dc94c9c6e44c8863b4b770920a04b (diff) | |
download | postgresql-eddc128beac0f6e7b87e003888b0e947f7548e8a.tar.gz postgresql-eddc128beac0f6e7b87e003888b0e947f7548e8a.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions