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
-
Fix briefly showing old progress stats for ANALYZE on inherited tables.
- ed9247cd7f8b 13.13 landed
- 2d4f99bc693a 14.10 landed
- 5ae245664830 15.5 landed
- 992d2ca81d2b 16.1 landed
- c181f2e2bcec 17.0 landed