BUG #16540: Possible corrupted file? - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16540: Possible corrupted file?
Date
Msg-id 16540-260c70662eaf5851@postgresql.org
Whole thread Raw
Responses Re: BUG #16540: Possible corrupted file?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16540
Logged by:          Paul Hatcher
Email address:      paul.hatcher@sentinelpartners.co.uk
PostgreSQL version: 11.8
Operating system:   Windows Server 2012
Description:

We had a situation where a query that normally ran in 10 seconds instead
never completed.  No conflicts or locks could be seen.  All indexes were
valid and in place.  A full shutdown and restart of the server was done with
no effect.
To test we took a full backup of this system and restored to an identical
alternate system.  Having done this, the alternate system ran the query in
10 seconds.
Final test was to backup and restore back into the production system -
having done this the query returned to running in 10 seconds.  Do you have
any idea what could have caused this?

Thanks
Paul


pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #16539: About pg_logdir_ls() function and pg_ls_logdir()function
Next
From: Tom Ellis
Date:
Subject: Re: Small query using LATERAL that segfaults Postgres