Re: Fast COPY after TRUNCATE bug and fix

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Fast COPY after TRUNCATE bug and fix
Дата
Msg-id 45E6E557.4030405@dunslane.net
обсуждение исходный текст
Ответ на Re: Fast COPY after TRUNCATE bug and fix  ("Simon Riggs" <simon@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Fast COPY after TRUNCATE bug and fix
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: correct format for date, time, timestamp for XML functionality