pgsql: Remove remaining references to version-0 calling convention ind

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove remaining references to version-0 calling convention ind
Дата
Msg-id E1fDt7l-0001oR-U0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove remaining references to version-0 calling convention in docs.

Support for version-0 calling convention was removed in PostgreSQL v10.
Change the SPI example to use version 1 convention, so that it actually
works.

Author: John Naylor
Discussion: https://www.postgresql.org/message-id/CAJVSVGVydmhLBdm80Rw3G8Oq5TnA7eCxUv065yoZfNfLbF1tzA@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53945b4c13d5342c3e72fcb5a04d6234b9812f44

Modified Files
--------------
doc/src/sgml/plhandler.sgml |  5 ++---
doc/src/sgml/spi.sgml       | 18 +++++++-----------
2 files changed, 9 insertions(+), 14 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix some sloppiness in the new BufFileSize() andBufFileAppend()
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Correct update on limitations of partitions