Re: Problem with updating system indices.

Поиск
Список
Период
Сортировка
От Denis Perchine
Тема Re: Problem with updating system indices.
Дата
Msg-id 0007311157290I.28220@dyp.perchine.com
обсуждение исходный текст
Ответ на Re: Problem with updating system indices.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> >         Relation                idescs[Num_pg_index_indices];
>                                              ^^^^^^^^
> 
> Dunno whether you have Num_pg_largeobject_indices =
> Num_pg_index_indices, but in any case there's a latent
> stack clobber here.

Ough... That's bad to work too much...
> >         CommandCounterIncrement();
> 
> Are you sure it's a good idea to be incrementing the CC here?
> This seems like a pretty low-level routine, so there might be
> people further up the stack who do not want this done.

Hmmm... Problem is that if I did not do this I do not see this change
later when I do lo_create/lo_open inside transaction...
What should I use else for this purpose?

-- 
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: pg_dump & performance degradation
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: pre-6.1-to-6.1 conversion procs slated for destruction