Re: Why "ERROR: dtoi4: integer out of range" on pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why "ERROR: dtoi4: integer out of range" on pg_dump
Date
Msg-id 28558.999890140@sss.pgh.pa.us
Whole thread Raw
In response to Re: Why "ERROR: dtoi4: integer out of range" on pg_dump  (Martin Weinberg <weinberg@osprey.astro.umass.edu>)
List pgsql-hackers
Martin Weinberg <weinberg@osprey.astro.umass.edu> writes:
> Thanks, Tom!  This was the problem. Here is my patch to pg_dump.c 
> that appears to fix the problem.  Turns out that the oid needed to
> be coerced in two places.

I've already committed fixes (I found one or two more places that were
missing the same coercion :-().
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Makefile.PL for Pg.so
Next
From: Bruce Momjian
Date:
Subject: Re: backend hba.c prob