Re: [Slony1-general] Is a high tab_reloid worrying?

From: Hannu Krosing <hannu(at)skype(dot)net>
To: John Sidney-Woollett <johnsw(at)wardbrook(dot)com>
Cc: Slony-I Mailing List <slony1-general(at)gborg(dot)postgresql(dot)org>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Slony1-general] Is a high tab_reloid worrying?
Date: 2006-04-13 09:13:02
Message-ID: 1144919582.3845.1.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ühel kenal päeval, N, 2006-04-13 kell 10:06, kirjutas John
Sidney-Woollett:
> I just added a new table to a slony relication set. The new table seems
> to have a really high tab_reloid value of 94,198,669
...
> Is this something I should be worried about? Can I find out where all
> the intermediate OIDs have gone?

probably to data rows, unless you have all your tables defined using
WITHOUT OID. OIDs are assigned from a global "sequence".

--------
Hannu

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2006-04-13 09:35:52 corrupted item pointer:???
Previous Message John Sidney-Woollett 2006-04-13 09:06:45 Is a high tab_reloid worrying?