Why is XLOG_FPI_FOR_HINT always need backups? - Mailing list pgsql-hackers

From zwj
Subject Why is XLOG_FPI_FOR_HINT always need backups?
Date
Msg-id tencent_60F11973A111EED97A8596FFECC4A91ED405@qq.com
Whole thread Raw
Responses Re: Why is XLOG_FPI_FOR_HINT always need backups?  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
Hi all,

When I read the source code file src/backend/access/transam/xloginsert.c, I get something confused me.
In the function XLogSaveBufferForHint, the flags are always REGBUF_FORCE_IMAGE which means it is always need backups.
Is it right? Why do not check the full_page_writes?


--
Zhang Wenjie

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: "debug_invalidate_system_caches_always" is too long
Next
From: Alexey Lesovsky
Date:
Subject: Re: Skipping logical replication transactions on subscriber side