RE: Something screwy about OID assignment with WAL code - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Something screwy about OID assignment with WAL code
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D31A2@sectorbase1.sectorbase.com
Whole thread Raw
In response to Something screwy about OID assignment with WAL code  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Further investigation shows
> 
> template1=# select min(oid),max(oid) from pg_aggregate;
>  min  | max
> ------+------
>  2503 | 2558
> (1 row)
> 
> This is bogus.  The pg_aggregate entries should have OIDs above
> 16384, not down in the reserved-OID range.  It looks to me like
> initial startup of the OID counter is wrong with WAL enabled.

Thanks - I'll take a look.

Vadim


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Something screwy about OID assignment with WAL code
Next
From: Tom Lane
Date:
Subject: Re: PG 7.1 pre-beta bug ...