Number of index fields configurable - Mailing list pgsql-hackers

From Bruce Momjian
Subject Number of index fields configurable
Date
Msg-id 200001100435.XAA14659@candle.pha.pa.us
Whole thread Raw
Responses RE: [HACKERS] Number of index fields configurable
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re:HEAP_MOVED_IN during vacuum - test case