pgsql: Remove compatibility declarations for InitMaterializedSRF()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove compatibility declarations for InitMaterializedSRF()
Дата
Msg-id E1okbfG-002r1y-EG@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rename SetSingleFuncCall() to InitMaterializedSRF()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION