]> granicus.if.org Git - postgresql/commit
Fix function signatures of pageinspect in documentation
authorMichael Paquier <michael@paquier.xyz>
Fri, 8 Mar 2019 06:10:44 +0000 (15:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 8 Mar 2019 06:10:44 +0000 (15:10 +0900)
commitc80297e2056ab92b3f31f31d6ab8f8800acd88ac
tree06f3a9095b0e40a96ddb64b47c8e3dac71652435
parentd95133163b1b2d64a756bc4bfee0a356e3d80577
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
doc/src/sgml/pageinspect.sgml