Re: Isn't init_irels() dangerous ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Isn't init_irels() dangerous ?
Date
Msg-id 6528.977339609@sss.pgh.pa.us
Whole thread Raw
In response to Isn't init_irels() dangerous ?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> It seems that init_irels() should be called after
> InitializeTransactionSystem() was called.

Can we just swap the order of the RelationCacheInitialize() and
InitializeTransactionSystem() calls in InitPostgres?  If that
works, I'd have no objection.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: performance modality in 7.1 for large text attributes?
Next
From: Tom Lane
Date:
Subject: Re: Is PQreset() proper ?