Re: Problem with updating system indices.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Denis Perchine <dyp(at)perchine(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with updating system indices.
Date: 2000-07-30 14:53:41
Message-ID: 19110.964968821@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Denis Perchine <dyp(at)perchine(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Bitmead 2000-07-30 23:43:31 Re: Inprise InterBase(R) 6.0 Now Free and Open Source
Previous Message Jan Wieck 2000-07-30 11:28:38 Re: Off topic 'C' question