INDEX_MAX_KEYS = 16 ... it works, too

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: INDEX_MAX_KEYS = 16 ... it works, too
Date: 2000-01-11 06:03:22
Message-ID: 27767.947570602@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At least it passes regress tests --- haven't tried making an index
with more than 8 keys yet.

I just committed config.h.in with default settings of
INDEX_MAX_KEYS = FUNC_MAX_ARGS = 16. This forces initdb!

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-01-11 09:40:56 Re: [HACKERS] Shared library version
Previous Message Tom Lane 2000-01-11 05:55:10 Re: zeros in oidvector type