Re: pgstattuple: Have pgstattuple_approx accept TOAST tables

2020-06-29 Thread Peter Eisentraut
On 2020-06-17 13:39, Laurenz Albe wrote: On Fri, 2020-04-17 at 13:01 +0200, Peter Eisentraut wrote: I alluded to this in [0], but it's better discussed in its own thread. I think the check that makes pgstattuple_approx reject TOAST tables is a mistake. They have visibility and free space map,

Re: pgstattuple: Have pgstattuple_approx accept TOAST tables

2020-06-17 Thread Laurenz Albe
On Fri, 2020-04-17 at 13:01 +0200, Peter Eisentraut wrote: > I alluded to this in [0], but it's better discussed in its own thread. > > I think the check that makes pgstattuple_approx reject TOAST tables is a > mistake. They have visibility and free space map, and it works just > fine if the ch

pgstattuple: Have pgstattuple_approx accept TOAST tables

2020-04-17 Thread Peter Eisentraut
e DBA, Training & Services From cd2830bfc7159bdbf52541c9a2faef15a48886ec Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 17 Apr 2020 12:39:39 +0200 Subject: [PATCH] pgstattuple: Have pgstattuple_approx accept TOAST tables TOAST tables have a visibility map and a free space map, so th