Re: [HACKERS] Error "vacuum pg_proc"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Error "vacuum pg_proc"
Date: 1999-12-27 04:19:23
Message-ID: 25283.946268363@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> And that'll still crash and burn for multicolumn indexes.

Not to mention functional indexes, which typically store values that
don't appear in the referenced tuple at all.

Basically, indexes have to have their own toasters. There's no other
way.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-12-27 05:05:55 Re: [HACKERS] Error "vacuum pg_proc"
Previous Message Tom Lane 1999-12-27 04:14:25 Re: [HACKERS] Error "vacuum pg_proc"