Re: [HACKERS] Improve catcache/syscache performance.
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
From: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
To: andres@anarazel.de
Cc: robertmhaas@gmail.com, pgsql-hackers@postgresql.org
Date: 2017-11-17T04:13:49Z
Lists: pgsql-hackers
Hello, 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/ regards, -- Kyotaro Horiguchi NTT Open Source Software Center
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