Fix function signatures of pageinspect in documentation

Michael Paquier <michael@paquier.xyz>

Commit: 40a579b39e180afabd460e8e2c4070ace6bc1137
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-03-08T06:10:31Z
Releases: 11.3
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

Files

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

Documentation touched

Discussion