Re: Problem with bacula and 8.3/8.4

From: Arturo Pérez <arturo(at)ethicist(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with bacula and 8.3/8.4
Date: 2009-08-22 01:06:37
Message-ID: 6460E2C2-3647-4E34-8617-A52D1990A3F2@ethicist.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Aug 19, 2009, at 10:33 PM, Craig Ringer wrote:

> On Wed, 2009-08-19 at 08:58 -0400, Arturo Pérez wrote:
>
>> 19-Aug 02:24 bacula-dir JobId 1951: Fatal error: sql_create.c:789
>> Fill Path table Query failed: INSERT INTO Path (Path) SELECT a.Path
>> FROM (SELECT DISTINCT Path FROM batch) AS a WHERE NOT EXISTS (SELECT
>> Path FROM Path WHERE Path = a.Path) : ERR=ERROR: array size exceeds
>> the maximum allowed (268435455)
>
> That's odd. Where's the array? Subqueries shouldn't result in
> arrays in
> any way, no?
>

Looks like a bad build so far. I was upgrading to 3.0/8.4 and tried
to build
everything universal (on Mac) to future-proof the upgrade. I built
just a native
binary and it seems to work better.

-arturo

In response to

Browse pgsql-general by date

  From Date Subject
Next Message xaviergxf 2009-08-22 02:56:48 Improving Full text performance
Previous Message Tim Landscheidt 2009-08-21 23:11:07 Re: bytea corruption?