Re: pg_upgrade does not upgrade pg_stat_statements properly

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Cramer <davecramer(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_upgrade does not upgrade pg_stat_statements properly
Date: 2021-08-03 16:26:21
Message-ID: 20210803162621.GI3639@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 3, 2021 at 11:13:45AM -0500, Justin Pryzby wrote:
> On Tue, Aug 03, 2021 at 12:00:47PM -0400, Bruce Momjian wrote:
> > Patch applied through 9.6.
>
> The comment seems to be a leftover from a copy pasto.
>
> + /* find hash indexes */
> + res = executeQueryOrDie(conn,
> + "SELECT name "
> + "FROM pg_available_extensions "
> + "WHERE installed_version != default_version"
> + );

Thanks much, fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-08-03 16:54:49 Re: .ready and .done files considered harmful
Previous Message Bruce Momjian 2021-08-03 16:19:25 Re: Have I found an interval arithmetic bug?