Re: BUG #17529: SQL Error [57P01]: FATAL: terminating connection due to administrator command

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: kwolf(at)veritone(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17529: SQL Error [57P01]: FATAL: terminating connection due to administrator command
Date: 2022-06-23 03:45:26
Message-ID: CAKFQuwYtSJKEZQzwih28Ukb5Tenh4p=ahwxo2gBMZdJLRd26vQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jun 22, 2022 at 8:27 PM PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 17529
> Logged by: Kevin Wolf
> Email address: kwolf(at)veritone(dot)com
> PostgreSQL version: 11.8
> Operating system: macbook
> Description:
>
> When running the following command, it returns the terminating connection
> error message due to administrator command
>
> SELECT i.indexrelid::regclass,
> s.leaf_fragmentation
> FROM pg_index AS i
> JOIN pg_class AS t ON i.indexrelid = t.oid
> JOIN pg_opclass AS opc ON i.indclass[0] = opc.oid
> JOIN pg_am ON opc.opcmethod = pg_am.oid
> CROSS JOIN LATERAL pgstatindex(i.indexrelid) AS s
> where s.leaf_fragmentation > 80
> and s.leaf_fragmentation != 'NaN'::NUMERIC
> --order by 2 desc
> limit 10
>
>
I cannot reproduce on HEAD (in basically an empty database) and you are 2
years out of support. Please upgrade to 11.16 and try again.

Please try to produce a somewhat more succinct test case and log output,
preferably without JDBC involved (that query can be executed in psql)
should the problem persist after updating to the current supported release.

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2022-06-23 04:02:01 Re: BUG #17530: pg_dump comment on triggers is "off" by comparison to all of the other objects...
Previous Message Masahiko Sawada 2022-06-23 02:03:33 Re: Postgres do not allow to create many tables with more than 63-symbols prefix