Re: Problem while setting the fpw with SIGHUP
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: hlinnaka@iki.fi, amit.kapila16@gmail.com, dilipbalaut@gmail.com, pgsql-hackers@postgresql.org
Date: 2018-04-12T08:10:28Z
Lists: pgsql-hackers
On Thu, Apr 12, 2018 at 04:59:10PM +0900, Kyotaro HORIGUCHI wrote: > At Thu, 12 Apr 2018 14:07:53 +0900, Michael Paquier <michael@paquier.xyz> wrote in <20180412050753.GA19289@paquier.xyz> >> I have been able to spend a couple of hours on your patch, wrapping my >> mind on your stuff. So what I had in mind was something like this type >> of scenario: > > Thank for the precise explanation. Just to be clear and to avoid incorrect conclusion. This is the type of scenarios I imagined about when I read your previous email, concluding such scenarios those cannot apply per the strong assumption on SharedRecoveryInProgress your patch heavily relies on. In short I have no objections. >> (The latest patch is a mix of two patches.) > > Sorry I counld get this. The patch called v2-0001-Change-FPW-handling.patch posted on https://www.postgresql.org/message-id/20180412.103430.133595350.horiguchi.kyotaro%40lab.ntt.co.jp, which is the latest version available, is a mix of the patch you are creating for this thread and of a patch aimed a fixing an issue with partition range handling. -- Michael
Commits
-
Fix assertion failure when updating full_page_writes for checkpointer.
- 85cc9c4e2da8 9.5.15 landed
- e315bd7db96a 9.6.11 landed
- 8256d7ae9ee3 10.6 landed
- 6c8671bc395c 11.0 landed
- a86bf6057edf 12.0 landed
-
Attach FPI to the first record after full_page_writes is turned on.
- 47a589c1fe35 9.5.15 landed
- fd4f2af774db 9.6.11 landed
- ede7d8192ca3 10.6 landed
- ff4220ead2c8 11.0 landed
- bc153c941d2e 12.0 landed
-
Revamp the WAL record format.
- 2c03216d8311 9.5.0 cited
-
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
- 2076db2aea76 9.5.0 cited