Small doc fix for pageinspect

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Small doc fix for pageinspect
Date: 2019-03-07 20:00:24
Message-ID: 8f9ab7b16daf623e87eeef5203a4ffc0dece8dfd.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed today that the signature for two functions is wrong
in the documentation:

- "heap_page_item_attrs" has the argument order and return type wrong
and is lacking types

- "tuple_data_split" is lacking the type for "rel_oid"

Patch attached.

This should be backpatched down to 9.6 where the functions have been added.

Yours,
Laurenz Albe

Attachment Content-Type Size
0001-Fix-documentation-of-pageinspect-function-signatures.patch text/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jerry Jelinek 2019-03-07 21:12:59 Re: patch to allow disable of WAL recycling
Previous Message Magnus Hagander 2019-03-07 19:44:07 Re: psql show URL with help