Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row
Hamid Akhtar <hamid.akhtar@percona.com>
From: Hamid Akhtar <hamid.akhtar@percona.com>
To: Naeem Akhter <naeem.akhter@percona.com>
Cc: pgsql-hackers@lists.postgresql.org, Hamid Akhtar <hamid.quddus@enterprisedb.com>
Date: 2022-11-24T21:45:01Z
Lists: pgsql-hackers
Attachments
- pageinspect_btree_multipagestats-v6.patch (application/octet-stream) patch v6
On Mon, 21 Nov 2022 at 17:34, Naeem Akhter <naeem.akhter@percona.com> wrote: > The following review has been posted through the commitfest application: > make installcheck-world: tested, passed > Implements feature: tested, passed > Spec compliant: not tested > Documentation: not tested > > i've tested and verified the documentation. Rebasing the patch to the tip of the master branch.
Commits
-
Add bt_multi_page_stats() function to contrib/pageinspect.
- 1fd3dd204899 16.0 landed