Обсуждение: 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
------
master

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

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