Re: 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: Re: INDEX_MAX_KEYS = 16 ... it works, too
Date: 2000-01-12 07:01:58
Message-ID: 9125.947660518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

BTW, I have done quick-and-dirty tests of indexes with up to 16 keys
and SQL functions with up to 16 arguments, and both seem to work.
Did not try plpgsql or pltcl functions --- perhaps someone who's
handier than I am with those languages can check them.

I also committed a patch to ensure that index declarations with
more than INDEX_MAX_KEYS will be rejected; this oversight was
noted by Hiroshi a while ago.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adriaan Joubert 2000-01-12 07:50:10 BlowAwayRelationBuffers
Previous Message Tom Lane 2000-01-12 06:42:56 Re: [HACKERS] psql -f inconsistency with "copy from stdin"