Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot

From: Ari Halberstadt <ari(at)shore(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot
Date: 1999-05-26 18:12:43
Message-ID: v04003a03b371e9ff05ad@[207.244.108.97]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> noted that MAXQUERYLEN's value in pg_dump is
5000. Some of my fields are the maximum length for a text field.

Using the 5/26 snapshot, I increased MAXQUERYLEN to 16384 and it completed
without crashing. I also tried it at 8192 but it still crashed at that size.

The dumped data file is 15MB (no -d or -D option) or 22MB (with -D). The
core file is 13.8MB, which sounds like a memory leak in pg_dump.

-- Ari Halberstadt mailto:ari(at)shore(dot)net <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-26 18:45:54 Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot
Previous Message Jan Wieck 1999-05-26 17:34:05 Re: [HACKERS] report for Win32 port