pgsql: Fix page-level checksum calculation in checksum_impl.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix page-level checksum calculation in checksum_impl.h
Date: 2020-03-05 23:26:33
Message-ID: E1j9zsv-00035f-Bk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix page-level checksum calculation in checksum_impl.h

Issue introduced by me, as of 0065174.

Reported-by: David Steele
Discussion: https://postgr.es/m/1cf30561-7dad-dc6e-9fc3-5c456948cfeb@pgmasters.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/addd034ae1795d0a99305b294e4dce44c6b1dfd8

Modified Files
--------------
src/include/storage/checksum_impl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-03-05 23:30:14 Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h
Previous Message Tom Lane 2020-03-05 20:49:09 pgsql: Remove ancient support for upgrading pre-7.3 foreign key constra