Re: O(n^2) system calls in RemoveOldXlogFiles() - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: O(n^2) system calls in RemoveOldXlogFiles()
Date
Msg-id CA+hUKGJVSFdgohjVigDxYw2x5p4RBi65kKm46NqQxxcPSJRsoQ@mail.gmail.com
Whole thread Raw
In response to Re: O(n^2) system calls in RemoveOldXlogFiles()  (Michael Paquier <michael@paquier.xyz>)
Responses Re: O(n^2) system calls in RemoveOldXlogFiles()  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Jan 12, 2021 at 8:27 PM Michael Paquier <michael@paquier.xyz> wrote:
> Yeah, this rings a bell.  I never went back to it even if the thing
> looks rather clean at quick glance (not tested), but I may be able
> to spend some cycles on that.  I don't think that's critical enough
> for a backpatch, so doing something only on HEAD is fine by me.
> What's your take?

I haven't heard any user complaints, and I'd personally be happy with
a fix on master only.



pgsql-hackers by date:

Previous
From: Yugo NAGATA
Date:
Subject: Re: Implementing Incremental View Maintenance
Next
From: Masahiko Sawada
Date:
Subject: Fix a typo in xlogreader.c