Re: pgsql: Improve performance of subsystems on top of SLRU

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Improve performance of subsystems on top of SLRU
Date: 2024-03-04 17:36:55
Message-ID: 202403041736.k5mrz5ntswt5@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

FWIW there's a stupid bug in 0002, which is fixed here. I'm writing a
simple test for it.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"Now I have my system running, not a byte was off the shelf;
It rarely breaks and when it does I fix the code myself.
It's stable, clean and elegant, and lightning fast as well,
And it doesn't cost a nickel, so Bill Gates can go to hell."

Attachment Content-Type Size
v3-0001-Rework-redundant-loop-in-subtrans.c.patch text/x-diff 2.0 KB

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-04 18:10:36 pgsql: Further further fix pg_upgrade crossversion test for adminpack.
Previous Message Tom Lane 2024-03-04 17:01:00 pgsql: Fix initdb's -c option to treat the GUC name case-insensitively.

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2024-03-04 17:39:02 Avoid is possible a expensive function call (src/backend/utils/adt/varlena.c)
Previous Message Nathan Bossart 2024-03-04 17:22:52 Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set