Re: vacuumdb --missing-stats-only and permission issue

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: vacuumdb --missing-stats-only and permission issue
Date: 2025-08-22 23:15:35
Message-ID: CADkLM=dde1SxzvnAASoJ-UAy1CCZd6crBBnpgYWmBsEY_rFNRA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 22, 2025 at 3:34 PM Nathan Bossart <nathandbossart(at)gmail(dot)com>
wrote:

> On Fri, Aug 22, 2025 at 09:01:36AM -0500, Nathan Bossart wrote:
> > We'll also need documentation and test updates, of course.
>
> Here is an attempt at the docs/tests. I also fixed a couple of small
> issues in the query.
>
> --
> nathan
>

Good catch on the query change. I like the docs change.

Tests look pretty straightforward. Was expecting one of them to test on a
WARNING or not, but that might not be reliable enough to capture.

+1

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-08-22 23:46:43 Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Previous Message Masahiko Sawada 2025-08-22 22:20:49 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart