Re: Deferring some AtStart* allocations? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deferring some AtStart* allocations?
Date
Msg-id 7706.1404085943@sss.pgh.pa.us
Whole thread Raw
In response to Deferring some AtStart* allocations?  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Deferring some AtStart* allocations?  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Why aren't we delaying allocations in e.g. AtStart_Inval(),
> AfterTriggerBeginXact() to when the data structures are acutally used?

Aren't we?  Neither of those would be doing much work certainly.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: idle_in_transaction_timeout
Next
From: Andres Freund
Date:
Subject: Re: Deferring some AtStart* allocations?