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] Backpatch-through: 9.6 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e1e0e8d58c5c70da92e36cb9d59c2f7ecf839e00 Modified Files -------------- doc/src/sgml/pageinspect.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
