Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Andres Freund <andres@anarazel.de>
Cc: Hamid Akhtar <hamid.akhtar@percona.com>, Naeem Akhter <naeem.akhter@percona.com>, pgsql-hackers@lists.postgresql.org, Hamid Akhtar <hamid.quddus@enterprisedb.com>
Date: 2022-12-07T08:01:06Z
Lists: pgsql-hackers
On 2022-Dec-06, Andres Freund wrote: > Hi, > > On 2022-11-25 02:45:01 +0500, Hamid Akhtar wrote: > > Rebasing the patch to the tip of the master branch. > > This doesn't pass tests on cfbot. Looks like possibly some files are missing? The .sql file is there all right, but meson.build is not altered to be aware of it. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
Commits
-
Add bt_multi_page_stats() function to contrib/pageinspect.
- 1fd3dd204899 16.0 landed