Re: pgsql: Generational memory allocator
От | Andres Freund |
---|---|
Тема | Re: pgsql: Generational memory allocator |
Дата | |
Msg-id | 20171123193936.fncfnar5wkpx56mw@alap3.anarazel.de обсуждение исходный текст |
Ответ на | Re: pgsql: Generational memory allocator (Simon Riggs <simon@2ndquadrant.com>) |
Ответы |
Re: pgsql: Generational memory allocator
Re: pgsql: Generational memory allocator |
Список | pgsql-committers |
On 2017-11-23 20:57:10 +1100, Simon Riggs wrote: > On 23 November 2017 at 11:16, Andres Freund <andres@anarazel.de> wrote: > > Hi, > > > > On 2017-11-22 18:48:19 +0000, Simon Riggs wrote: > >> Generational memory allocator > >> > >> Add new style of memory allocator, known as Generational > >> appropriate for use in cases where memory is allocated > >> and then freed in roughly oldest first order (FIFO). > >> > >> Use new allocator for logical decoding’s reorderbuffer > >> to significantly reduce memory usage and improve performance. > > > > Looks like it's not quite valgrind clean: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=skink&dt=2017-11-22%2022%3A30%3A01 > > It doesn't report anything useful that would allow me to fix this. Uh. It reports a failure, and you can go from there. The error output actually is in postmaster.log but for some reason the buildfarm code didn't display that in this case. > Please enable some info reporting on the animal. Hey, I just pointed out for you that there's a problem with something that you committed. ISTM you're inverting the responsibilities more than a bit here. Greetings, Andres Freund
В списке pgsql-committers по дате отправления: