pgsql: Fix function signatures of pageinspect in documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix function signatures of pageinspect in documentation
Date: 2019-03-08 06:12:10
Message-ID: E1h28jq-0003zV-Hp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix function signatures of pageinspect in documentation

tuple_data_split() lacked the type of the first argument, and
heap_page_item_attrs() has reversed the first and second argument,
with the bytea argument using an incorrect name.

Author: Laurenz Albe
Discussion: https://postgr.es/m/8f9ab7b16daf623e87eeef5203a4ffc0dece8dfd.camel@cybertec.at

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/79893e97c099b92d2b9dbe2b58772ea22d0b4e3b

Modified Files
--------------
doc/src/sgml/pageinspect.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-03-08 08:14:42 Re: pgsql: Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Previous Message Michael Paquier 2019-03-08 01:27:52 Re: pgsql: Removed unused variable, openLogOff.