Re: Remove page-read callback from XLogReaderState.

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: ah(at)cybertec(dot)at
Subject: Re: Remove page-read callback from XLogReaderState.
Date: 2019-07-10 04:18:10
Message-ID: 20190710.131810.229433693.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello. The patch gets disliked by my tool chain. Fixed the usage
of PG_USED_FOR_ASSERTS_ONLY and rebased to bd56cd75d2.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
v4-0001-Define-macros-to-make-XLogReadRecord-a-state-machine.patch text/x-patch 4.3 KB
v4-0002-Make-ReadPageInternal-a-state-machine.patch text/x-patch 24.1 KB
v4-0003-Change-interface-of-XLogReadRecord.patch text/x-patch 12.0 KB
v4-0004-Make-XLogReadRecord-a-state-machine.patch text/x-patch 16.5 KB
v4-0005-Make-XLogPageRead-not-use-callback-but-call-the-func.patch text/x-patch 4.7 KB
v4-0006-Make-XlogReadTwoPhaseData-not-use-callback-but-call-.patch text/x-patch 4.0 KB
v4-0007-Make-logical-rep-stuff-not-use-callback-but-call-the.patch text/x-patch 9.2 KB
v4-0008-Make-pg_waldump-not-use-callback-but-call-the-functi.patch text/x-patch 5.6 KB
v4-0009-Make-pg_rewind-not-use-callback-but-call-the-functio.patch text/x-patch 6.3 KB
v4-0010-Remove-callback-entry-from-XLogReaderState.patch text/x-patch 7.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Jungwirth 2019-07-10 04:18:44 Re: range_agg
Previous Message Dilip Kumar 2019-07-10 04:14:37 Re: CVE-2017-7484-induced bugs, or, btree cmp functions are not leakproof?