Fix function signatures of pageinspect in documentation

Michael Paquier <michael@paquier.xyz>

Commit: e1e0e8d58c5c70da92e36cb9d59c2f7ecf839e00
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-03-08T06:10:14Z
Releases: 12.0
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
Backpatch-through: 9.6

Files

PathChange+/−
doc/src/sgml/pageinspect.sgml modified +2 −2

Documentation touched

Discussion