Re: ERROR: expected just one rule action

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Dave Livesay" <dlivesay(at)covad(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: expected just one rule action
Date: 2008-02-11 16:44:43
Message-ID: 937d27e10802110844p72792d89yaea253fd94416a97@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Feb 11, 2008 4:28 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Dave Page" <dpage(at)pgadmin(dot)org> writes:
> > If the endianess isn't corrected for the non-native platform at build
> > time, I've seen initdb leave a cluster with a completely broken
> > pg_rewrite (iirc).
>
> Hmm, but is pg_rewrite really the most obvious symptom? In 8.3 I would
> expect massive breakage all over, because of the varvarlena stuff's
> sensitivity to endianness.

It was what we found first upon investigating why my first attempts at
building a universal binary failed. A quick test with pgAdmin threw an
odd error following a select from a view. We eventually realised that
the query trees in ev_action were all blank if memory serves. Greg
might remember more...

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff 2008-02-11 17:08:14 Re: Working with huge amount of data.
Previous Message Jonathan Ballet 2008-02-11 16:43:43 Re: Working with huge amount of data.