On Fri, 9 Aug 2024 at 18:10, Andreas Karlsson wrote:
> On 8/8/24 2:18 PM, Abdoulaye Ba wrote:
> > I am submitting a patch to add hooks for the functions
> > pg_total_relation_size and pg_indexes_size. These hooks allow for custom
> > behaviour to be injected into these fu
On Thu, 8 Aug 2024 at 23:29, Tomas Vondra wrote:
> On 8/8/24 14:18, Abdoulaye Ba wrote:
> > Hello PostgreSQL Hackers,
> >
> > I am submitting a patch to add hooks for the functions
> > pg_total_relation_size and pg_indexes_size. These hooks allow for custom
> &
behaviour in relation size calculations, which can be particularly valuable
for extensions that need to account for additional storage outside of the
standard PostgreSQL mechanisms.
The patch is attached.
Thank you for considering this patch. I look forward to your feedback.
Kind regards,
Abdoulaye