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/[email protected] Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c80297e2056ab92b3f31f31d6ab8f8800acd88ac Modified Files -------------- doc/src/sgml/pageinspect.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
