Re: Why "ERROR: dtoi4: integer out of range" on pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Weinberg <weinberg(at)osprey(dot)astro(dot)umass(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Why "ERROR: dtoi4: integer out of range" on pg_dump
Date: 2001-09-07 19:15:40
Message-ID: 28558.999890140@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Martin Weinberg <weinberg(at)osprey(dot)astro(dot)umass(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 20:05:58 Re: backend hba.c prob
Previous Message Peter Eisentraut 2001-09-07 18:51:48 Re: [PATCHES] Makefile.PL for Pg.so