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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hamid Akhtar <hamid(dot)akhtar(at)percona(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Naeem Akhter <naeem(dot)akhter(at)percona(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row
Date: 2023-01-02 18:05:22
Message-ID: 1486520.1672682722@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hamid Akhtar <hamid(dot)akhtar(at)percona(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joseph Koshakow 2023-01-02 18:21:50 Re: Infinite Interval
Previous Message agharta82@gmail.com 2023-01-02 16:57:38 Is OpenSSL AES-NI not available in pgcrypto?