Re: Small doc fix for pageinspect
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: pgsql-hackers@postgresql.org
Date: 2019-03-08T06:13:00Z
Lists: pgsql-hackers
On Thu, Mar 07, 2019 at 09:00:24PM +0100, Laurenz Albe wrote: > This should be backpatched down to 9.6 where the functions have been > added. Thanks, applied. The second argument name of heap_page_item_attrs is actually "page", and not "t_data", so both your patch and the docs were wrong on this point. -- Michael
Commits
-
Fix function signatures of pageinspect in documentation
- c80297e2056a 9.6.13 landed
- 79893e97c099 10.8 landed
- 40a579b39e18 11.3 landed
- e1e0e8d58c5c 12.0 landed