Re: Remove page-read callback from XLogReaderState.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: hlinnaka(at)iki(dot)fi
Cc: andres(at)anarazel(dot)de, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove page-read callback from XLogReaderState.
Date: 2019-10-24 05:51:01
Message-ID: 20191024.145101.919376939160819394.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rebased.

I intentionally left duplicate code in XLogNeedData but changed my
mind to remove it. It makes the function small and clearer.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
v9-0001-Move-callback-call-from-ReadPageInternal-to-XLogR.patch text/x-patch 26.8 KB
v9-0002-Move-page-reader-out-of-XLogReadRecord.patch text/x-patch 57.2 KB
v9-0003-Remove-globals-readSegNo-readOff-readLen.patch text/x-patch 8.2 KB
v9-0004-Change-policy-of-XLog-read-buffer-allocation.patch text/x-patch 6.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2019-10-24 06:21:45 Re: [HACKERS] Block level parallel vacuum
Previous Message Fujii Masao 2019-10-24 05:14:50 Re: Fix comment in XLogFileInit()