From: | Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> |
---|---|
To: | Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl>, Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: 8.3.7, 'cache lookup failed' for a table |
Date: | 2010-05-12 10:23:01 |
Message-ID: | 593014.57824.qm@web23603.mail.ird.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
--- On Wed, 12/5/10, Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com> wrote:
> Alban Hertroys
> <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl>
> wrote:
> > On 12 May 2010, at 12:01, Glyn Astill wrote:
> >
> >> Did you not mention that this server was a slony
> slave at some point though?
> >>
> >> Just because you have removed slony, and the error
> comes from postgresql itself does not mean the corruption
> was not caused by misuse of slony.
> >
> > Indeed. I wonder if "when we ere adding/removing slony
> to the system for Nth time (due to it sometimes going out of
> sync)" may be caused by that as well.
> >
>
> ok, so either upgrade to newer version of slony, or drop
> all tables,
> and recreate them every time slony is removed and readded
> to the
> database.
>
Upgrading to slony 2.03 would prevent this from happening, but no there's no need to drop and recreate all tables every time slony is removed and re-added to the database - you just need you make sure you use slonik SET DROP TABLE *before* dropping any table in postgresql. Look, here http://www.slony.info/documentation/stmtsetdroptable.html
> And I guess the only reason postgresql doesn't like it, is
> due to
> slony's behavior.
>
Nope, due to slony not being used correctly!
From | Date | Subject | |
---|---|---|---|
Next Message | Grzegorz Jaśkiewicz | 2010-05-12 10:39:46 | Re: 8.3.7, 'cache lookup failed' for a table |
Previous Message | Koichi Suzuki | 2010-05-12 10:21:10 | Bug-fix and new feature of pg_lesslog is released |