Re: Re: AW: Re: OID wraparound: summary and proposal - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: AW: Re: OID wraparound: summary and proposal
Date
Msg-id 24229.997127153@sss.pgh.pa.us
Whole thread Raw
In response to RE: Re: AW: Re: OID wraparound: summary and proposal  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-hackers
mlw <markw@mohawksoft.com> writes:
> Am I being overly simplistic?

Yes.  For one thing, Relation structs are *not* shared, nor even
persistent (the relcache will happily discard them).  For another, you
haven't mentioned how we keep the counter up-to-date across system
restarts.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Possible solution for LIKE optimization
Next
From: Tom Lane
Date:
Subject: Re: Possible solution for LIKE optimization