pgsql: Remove remaining references to version-0 calling convention in d

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove remaining references to version-0 calling convention in d
Date: 2018-05-02 14:52:53
Message-ID: E1fDt7l-0001oR-U0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-05-02 16:08:33 pgsql: doc: Correct update on limitations of partitions
Previous Message Heikki Linnakangas 2018-05-02 14:24:41 pgsql: Fix some sloppiness in the new BufFileSize() and BufFileAppend()