Re: [HACKERS] WAL logging problem in 9.4.3?

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, andrew(dot)dunstan(at)2ndquadrant(dot)com, hlinnaka(at)iki(dot)fi, robertmhaas(at)gmail(dot)com, michael(at)paquier(dot)xyz
Subject: Re: [HACKERS] WAL logging problem in 9.4.3?
Date: 2019-10-25 04:46:14
Message-ID: CAKPRHzJopGtEdbDFuJ_zfhZ0QVBKGGMdQ4cKXC5k5+yqFbGJoQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ugh!

2019年10月25日(金) 13:13 Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>:

> that. Instead, In the attached, MarkBufferDirtyHint() asks storage.c
> for sync-pending state of the relfilenode for the buffer. In the
> attached patch (0003)
> regards.
>

It's wrong that it also skips chnging flags.
I"ll fix it soon

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stuart McGraw 2019-10-25 04:48:58 Re: jsonb_set() strictness considered harmful to data
Previous Message Kyotaro Horiguchi 2019-10-25 04:12:51 Re: [HACKERS] WAL logging problem in 9.4.3?