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

From Michael Paquier
Subject pgsql: Fix page-level checksum calculation in checksum_impl.h
Date
Msg-id E1j9zsv-00035f-Bk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove the "opaque" pseudo-type and associated compatibility hac
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h