pgsql: Fix function signatures of pageinspect in documentation

Started by Michael Paquierover 7 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)