pgsql: pg_checksums: Fix data type

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_checksums: Fix data type
Date: 2021-12-15 09:44:55
Message-ID: E1mxQqF-0002v0-Ua@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_checksums: Fix data type

Segment numbers should be int, not BlockNumber (see also buffile.c).
Likely no harm, but better for consistency.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_checksums/pg_checksums.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-12-15 23:01:30 pgsql: Make DLSUFFIX easily discoverable by build scripts
Previous Message Amit Kapila 2021-12-15 02:38:44 pgsql: Improve parallel vacuum implementation.