Number of index fields configurable

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Number of index fields configurable
Date: 2000-01-10 04:35:17
Message-ID: 200001100435.XAA14659@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have moved INDEX_MAX_KEYS to postgres.h, and have removed the
hard-coded limits that it is 8 fields. I hope I got all of them. The
default is still 8.

There were only a few places left that had the 8 hard-coded.

I haven't tested non-8 values but they should work.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-01-10 04:48:31 Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case
Previous Message Tom Lane 2000-01-10 04:31:49 Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case