pgsql: Add checksum helper functions. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add checksum helper functions.
Date
Msg-id E1jKOgW-0003ln-HC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add checksum helper functions.

These functions make it easier to write code that wants to compute a
checksum for some data while allowing the user to configure the type
of checksum that gets used.

This is another piece of infrastructure for the upcoming patch to add
backup manifests.

Patch written from scratch by me, but it is similar to previous work
by Rushabh Lathia and Suraj Kharage. Suraj also reviewed this version
off-list. Advice on how not to break Windows from Davinder Singh.

Discussion: http://postgr.es/m/CA+TgmoZV8dw1H2bzZ9xkKwdrk8+XYa+DC9H=F7heO2zna5T6qg@mail.gmail.com
Discussion: http://postgr.es/m/CA+TgmoZRTBiPyvQEwV79PU1ePTtSEo2UeVncrkJMbn1sU1gnRA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/common/Makefile                  |   1 +
src/common/checksum_helper.c         | 190 +++++++++++++++++++++++++++++++++++
src/include/common/checksum_helper.h |  74 ++++++++++++++
src/tools/msvc/Mkvcbuild.pm          |   4 +-
4 files changed, 267 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: pg_waldump: Add a --quiet option.
Next
From: Robert Haas
Date:
Subject: pgsql: pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified