Re: Problem with updating system indices. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with updating system indices.
Date
Msg-id 19110.964968821@sss.pgh.pa.us
Whole thread Raw
In response to Problem with updating system indices.  (Denis Perchine <dyp@perchine.com>)
Responses Re: Problem with updating system indices.  (Denis Perchine <dyp@perchine.com>)
List 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 by date:

Previous
From: JanWieck@t-online.de (Jan Wieck)
Date:
Subject: Re: Off topic 'C' question
Next
From: Chris Bitmead
Date:
Subject: Re: Inprise InterBase(R) 6.0 Now Free and Open Source