Re: ERROR: nodeRead: did not find '}' [x2] - Mailing list pgsql-general

From Andrei Ivanov
Subject Re: ERROR: nodeRead: did not find '}' [x2]
Date
Msg-id Pine.LNX.4.58L0.0311211955391.1884@webdev.ines.ro
Whole thread Raw
In response to Re: ERROR: nodeRead: did not find '}' [x2]  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: nodeRead: did not find '}' [x2]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I'd rather not downgrade glibc because of some bad experience with it...

Any way, I've installed the same version of postgresql on another computer
and copied the data directory the, and, surprise, no errors...

I've managed to dump my data, and now, off I go to update to postgres
7.4...

Thanks for your help, although this remains a mistery...

On Fri, 21 Nov 2003, Tom Lane wrote:

> Andrei Ivanov <andrei.ivanov@ines.ro> writes:
> > template1=> select pg_get_viewdef('pg_tables'::regclass);
> > ERROR:  nodeRead: did not find '}' at end of plan node
> > template1=> select pg_get_viewdef('pg_indexes'::regclass);
> > ERROR:  nodeRead: did not find '}' at end of plan node
>
> Bizarre.  I just checked, and this query will not result in trying to
> open any views other than the one named by the get_viewdef argument.
> So it sure appears that reading any view rule will cause the failure.
>
> > I really can't think of anything else that could have brought postgresql
> > in this state... (could on minor update to glibc cause this ? I don't
> > remember if updated glibc before or after the corruption...)
>
> Doesn't seem real likely to me either ... but we seem to have eliminated
> all the other possibilities.  The data in the database doesn't appear to
> be corrupted, and you already tried reinstalling Postgres, so the
> executable file isn't corrupted, which seems to leave the libraries.
> Are you in a position to back out the glibc update and see what happens?
>
>             regards, tom lane
>

pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: Re: First generic/redhatish RPM's uploaded to ftp.postgresql.org.
Next
From: Tom Lane
Date:
Subject: Re: ERROR: nodeRead: did not find '}' [x2]