Re: bug: ANALYZE progress report with inheritance tables

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Ilya Gladyshev <ilya.v.gladyshev@gmail.com>, Matthias van de Meent <boekewurm+postgres@gmail.com>, Robert Haas <robertmhaas@gmail.com>
Date: 2023-08-01T21:03:03Z
Lists: pgsql-hackers
> On 22 Jan 2023, at 17:23, Justin Pryzby <pryzby@telsasoft.com> wrote:

> diff --git a/src/backend/commands/analyze.c b/src/backend/commands/analyze.c
> index c86e690980e..96710b84558 100644
> ...

This CF entry fails to build in the CFBot since the patch isn't attached to the
email, and the CFBot can't extract inline patches from the mail body.  Can you
please submit this as an attached (and rebased) patch to make sure we get
automated testing on it?

--
Daniel Gustafsson




Commits

  1. Fix briefly showing old progress stats for ANALYZE on inherited tables.