pgsql: Use pg_pwrite_zeros() in walmethods.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Use pg_pwrite_zeros() in walmethods.c
Date
Msg-id E1osFT2-000746-Ut@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use pg_pwrite_zeros() in walmethods.c

This change impacts pg_receivewal and pg_basebackup, for the pre-padding
with zeros of all the new non-compressed WAL segments, so as the code is
more robust on partial writes.  This makes the code consistent with the
backend (XLogFileInitInternal) when wal_init_zeros is enabled for the
WAL segment initialization.

Author: Bharath Rupireddy
Reviewed-by: Nathan Bossart, Andres Freund, Thomas Munro, Michael
Paquier
Discussion: https://postgr.es/m/CALj2ACUq7nAb7=bJNbK3yYmp-SZhJcXFR_pLk8un6XgDzDF3OA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28cc2976a9cf0ed661dbc55f49f669192cce1c89

Modified Files
--------------
src/bin/pg_basebackup/walmethods.c | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Introduce pg_pwrite_zeros() in fileutils.c
Next
From: Michael Paquier
Date:
Subject: pgsql: psql: Add information in \d+ about foreign partitions and child