Re: PATCH: optimized DROP of multiple tables within a transaction - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PATCH: optimized DROP of multiple tables within a transaction
Date
Msg-id 15814.1358451593@sss.pgh.pa.us
Whole thread Raw
In response to Re: PATCH: optimized DROP of multiple tables within a transaction  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Made some tweaks and pushed (added comments to new functions, ensure
> that we never try to palloc(0), renamed DropRelFileNodeAllBuffers to
> plural, made the "use bsearch" logic a bit simpler).

FWIW, there's nothing particularly wrong with palloc(0) ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: could not create directory "...": File exists
Next
From: Simon Riggs
Date:
Subject: Re: Event Triggers: adding information