Re: Map WAL segment files on PMEM as WAL buffers

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Takashi Menjo <takashi(dot)menjo(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, tsunakawa(dot)takay(at)fujitsu(dot)com, "Deng, Gang" <gang(dot)deng(at)intel(dot)com>, Takashi Menjo <takashi(dot)menjou(dot)vg(at)hco(dot)ntt(dot)co(dot)jp>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
Subject: Re: Map WAL segment files on PMEM as WAL buffers
Date: 2021-11-03 13:04:36
Message-ID: CEEFC453-353D-40B8-859F-6DF9ADF6F4BE@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 28 Oct 2021, at 08:09, Takashi Menjo <takashi(dot)menjo(at)gmail(dot)com> wrote:

> Rebased, and added the patches below into the patchset.

Looks like the 0001 patch needs to be updated to support Windows and MSVC. See
src/tools/msvc/Mkvcbuild.pm and Solution.pm et.al for inspiration on how to add
the MSVC equivalent of --with-libpmem. Currently the patch fails in the
"Generating configuration headers" step in Solution.pm.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-11-03 13:05:02 Re: Schema variables - new implementation for Postgres 15
Previous Message Bruce Momjian 2021-11-03 13:04:28 Re: should we enable log_checkpoints out of the box?