Re: Fast COPY after TRUNCATE bug and fix

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Fast COPY after TRUNCATE bug and fix
Дата
Msg-id 1172759078.3760.1295.camel@silverbirch.site
обсуждение исходный текст
Ответ на Re: Fast COPY after TRUNCATE bug and fix  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Fast COPY after TRUNCATE bug and fix  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
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.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



В списке pgsql-patches по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: WIP Patch - Updateable Cursors
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Fast COPY after TRUNCATE bug and fix