Re: Fast COPY after TRUNCATE bug and fix - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: Fast COPY after TRUNCATE bug and fix
Date
Msg-id 45E6E557.4030405@dunslane.net
Whole thread Raw
In response to Re: Fast COPY after TRUNCATE bug and fix  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-patches
Simon Riggs wrote:
> On Thu, 2007-03-01 at 09:12 -0500, Andrew Dunstan wrote:
>
>> what is the point of this?:
>>
>> + void
>> + RelationCacheResetAtEOXact(void)
>> + {
>> +     need_eoxact_work = true;
>> + }
>>
>>
>>
>> and why is it declared extern in  relcache.h when it is only used in
>> relcache.c?
>>
>
> It is called from index.c and relcache.c, hence it is extern.
>
>
Yeah. I noticed just after I hit the send button ... sorry.

cheers

andrew

pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Fast COPY after TRUNCATE bug and fix
Next
From: Peter Eisentraut
Date:
Subject: Re: correct format for date, time, timestamp for XML functionality