Re: [HACKERS] Improve catcache/syscache performance.
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-11-17T04:16:57Z
Lists: pgsql-hackers
On Fri, Nov 17, 2017 at 1:13 PM, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> wrote: > At Fri, 13 Oct 2017 14:36:45 -0700, Andres Freund <andres@anarazel.de> wrote in <20171013213645.fuolk62xaedj3og7@alap3.anarazel.de> >> Pushed after making the adaptions you suggested, pgindenting, and fixing >> one bug (cstring lookups + datumCopy() = not good). >> >> Greetings, >> >> Andres Freund > > The folloing CF entry (in Needs review state) is of this thread > and this is already pushed. May I mark this as committed or > anyone else does it? > > https://commitfest.postgresql.org/15/1300/ Done. Please make sure to mark as committed patches that are registered once they are committed, this makes the life of a CFM a bit easier. -- Michael
Commits
-
Improve sys/catcache performance.
- 141fd1b66ce6 11.0 landed
-
Add pg_noinline macro to c.h.
- a0247e7a11bb 11.0 landed
-
Add inline murmurhash32(uint32) function.
- 791961f59b79 11.0 landed