pgsql: Add an explicit test to catch changes in checksumming calculatio

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add an explicit test to catch changes in checksumming calculatio
Date: 2020-03-08 19:09:19
Message-ID: E1jB1Id-0000sW-SR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add an explicit test to catch changes in checksumming calculations.

Seems like a good idea in view of 006517432 and addd034ae.

Michael Paquier, Tom Lane

Discussion: https://postgr.es/m/20200306075230.GA118430@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38ce06c37e9cc8fec9125262b129602c2274f344

Modified Files
--------------
contrib/pageinspect/Makefile | 2 +-
contrib/pageinspect/expected/checksum.out | 40 +++++++++++++++++++++++++++++
contrib/pageinspect/expected/checksum_1.out | 40 +++++++++++++++++++++++++++++
contrib/pageinspect/sql/checksum.sql | 31 ++++++++++++++++++++++
4 files changed, 112 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-08 22:35:10 pgsql: Add an "absval" parameter to allow contrib/dict_int to ignore si
Previous Message Alexander Korotkov 2020-03-08 10:35:29 pgsql: Show opclass and opfamily related information in psql