Re: Autovacuum endless loop in heap_page_prune()? - Mailing list pgsql-general

From Peter
Subject Re: Autovacuum endless loop in heap_page_prune()?
Date
Msg-id ZlSPciVCS5QmfP6B@disp.intra.daemon.contact
Whole thread Raw
In response to Re: Autovacuum endless loop in heap_page_prune()?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: Autovacuum endless loop in heap_page_prune()?
List pgsql-general
On Mon, May 27, 2024 at 01:51:56PM +0200, Laurenz Albe wrote:

! > ! Apart from hardware problems, one frequent cause is upgrading glibc
! > ! (if the index on a string column or expression).
! > 
! > No, this is FreeBSD, we don't normally do such things... ;)
! 
! You don't update the C library, or collations never change?

I rarely update the C library.
Kernel + libraries + OS programs are a single unit here, updated
about once a year, and then by many people and with all the usual
testing.
I could lookup how often some locale was modified, but honestly, I'm
too lazy now.

| (but of course SQL_ASCII is a mistake).

Really? I re-read the chapter on Locale/CharSet Support, and I don't
see the mistake. Only one can not convert that to anything else, which
is fine in this usecase (storing arbitrary filenames from any OS in
any character-set within the same column). 


regards,
PMc



pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Autovacuum endless loop in heap_page_prune()?
Next
From: Laurenz Albe
Date:
Subject: Re: Autovacuum endless loop in heap_page_prune()?