From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, takashi(dot)menjo(at)gmail(dot)com, Craig Ringer <craig(at)2ndquadrant(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, takashi(dot)menjou(dot)vg(at)hco(dot)ntt(dot)co(dot)jp |
Subject: | Re: Remove page-read callback from XLogReaderState. |
Date: | 2021-04-08 11:51:34 |
Message-ID: | CA+hUKGKSrWPR87NB_gXPdcqCzSgXT2UnjKrgufCKc4LCUnD=dw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Apr 8, 2021 at 9:46 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> I squashed the patch set into one because half of them were fixups,
> and the two main patches were really parts of the same change and
> should go in together.
>
> I fixed a few compiler warnings (GCC 10.2 reported several
> uninitialised variables, comparisons that are always true, etc) and
> some comments. You can see these in the fixup patch.
Pushed. Luckily there are plenty more improvements possible for
XLogReader/XLogDecoder in the next cycle.
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2021-04-08 11:58:42 | Re: Simplify backend terminate and wait logic in postgres_fdw test |
Previous Message | Thomas Munro | 2021-04-08 11:46:21 | Re: WIP: WAL prefetch (another approach) |