Re: Problem with updating system indices.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with updating system indices.
Дата
Msg-id 19110.964968821@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with updating system indices.  (Denis Perchine <dyp@perchine.com>)
Ответы Re: Problem with updating system indices.  (Denis Perchine <dyp@perchine.com>)
Список pgsql-hackers
Denis Perchine <dyp@perchine.com> writes:
>         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.

>         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.
        regards, tom lane


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

Предыдущее
От: JanWieck@t-online.de (Jan Wieck)
Дата:
Сообщение: Re: Off topic 'C' question
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: Inprise InterBase(R) 6.0 Now Free and Open Source