pgsql: Improve some comments in pg_checksums about the needed clean shu

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve some comments in pg_checksums about the needed clean shu
Date: 2019-06-07 11:52:19
Message-ID: E1hZDPv-0002OD-AQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve some comments in pg_checksums about the needed clean shutdown

It was not clear from the code why it is necessary. And we need a clean
shutdown to avoid random checksum failures caused by torn pages.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoDum5MbAb7F=pa9dOD1W2tukuDMPzWT7NjZceNoWB_6Qw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84d4de97e8d14469974eb488730a13f942aa787a

Modified Files
--------------
src/bin/pg_checksums/pg_checksums.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-08 01:03:08 pgsql: Move be-gssapi-common.h into src/include/libpq/
Previous Message Heikki Linnakangas 2019-06-07 09:47:09 pgsql: Fix copy-pasto in freeing memory on error in vacuumlo.