pgsql: pg_checksums: Fix data type - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_checksums: Fix data type
Date
Msg-id E1mxQqF-0002v0-Ua@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Improve parallel vacuum implementation.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make DLSUFFIX easily discoverable by build scripts