pgsql: Fix pg_dump's logic for eliding sequence limits that match the d

2018-02-20 Thread Tom Lane
Fix pg_dump's logic for eliding sequence limits that match the defaults. The previous coding here applied atoi() to strings that could represent values too large to fit in an int. If the overflowed value happened to match one of the cases it was looking for, it would drop that limit value from th

pgsql: Fix pg_dump's logic for eliding sequence limits that match the d

2018-02-20 Thread Tom Lane
Fix pg_dump's logic for eliding sequence limits that match the defaults. The previous coding here applied atoi() to strings that could represent values too large to fit in an int. If the overflowed value happened to match one of the cases it was looking for, it would drop that limit value from th