Обсуждение: pgsql: pg_amcheck: Fix block number parsing on command line

Поиск
Список
Период
Сортировка

pgsql: pg_amcheck: Fix block number parsing on command line

От
Peter Eisentraut
Дата:
pg_amcheck: Fix block number parsing on command line

The previous code wouldn't handle higher block numbers on systems
where sizeof(long) == 4.

Reviewed-by: Mark Dilger <mark.dilger@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/6a10a211-872b-3c4c-106b-909ae5fefa61%40enterprisedb.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/88cfcbb79f8064705362d8cfc0dff23d3c16195f

Modified Files
--------------
src/bin/pg_amcheck/pg_amcheck.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)