Re: Remove page-read callback from XLogReaderState.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: craig(at)2ndquadrant(dot)com
Cc: hlinnaka(at)iki(dot)fi, alvherre(at)2ndquadrant(dot)com, andres(at)anarazel(dot)de, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove page-read callback from XLogReaderState.
Date: 2020-07-02 04:53:30
Message-ID: 20200702.135330.1619474691297482825.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

cfbot is complaining as this is no longer applicable. Rebased.

In v14, some reference to XLogReaderState parameter to read_pages
functions are accidentally replaced by the reference to the global
variable xlogreader. Fixed it, too.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
v15-0001-Move-callback-call-from-ReadPageInternal-to-XLog.patch text/x-patch 25.2 KB
v15-0002-Move-page-reader-out-of-XLogReadRecord.patch text/x-patch 65.2 KB
v15-0003-Remove-globals-readOff-readLen-and-readSegNo.patch text/x-patch 8.6 KB
v15-0004-Change-policy-of-XLog-read-buffer-allocation.patch text/x-patch 6.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-07-02 05:03:06 Re: Rotten parts of src/backend/replication/README
Previous Message John Naylor 2020-07-02 03:57:47 Re: Speedup usages of pg_*toa() functions