Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hamid Akhtar <hamid.akhtar@percona.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Andres Freund <andres@anarazel.de>, Naeem Akhter <naeem.akhter@percona.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-01-02T18:05:22Z
Lists: pgsql-hackers
Hamid Akhtar <hamid.akhtar@percona.com> writes:
> I wasn't aware of the meson.build file. Attached is the latest version of
> the patch that contains the updated meson.build.

Pushed with minor corrections, plus one major one: you missed the
point of aeaaf520f, that pageinspect functions that touch relations
need to be parallel-restricted not parallel-safe.

			regards, tom lane



Commits

  1. Add bt_multi_page_stats() function to contrib/pageinspect.