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: | [email protected] |
Views: | Whole Thread | Raw Message | 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/[email protected]
Branch
------
master
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(-)
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 |