Re: Array initialisation notation in syscache.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Array initialisation notation in syscache.c
Date
Msg-id 1583932.1671651913@sss.pgh.pa.us
Whole thread Raw
In response to Re: Array initialisation notation in syscache.c  (Nikita Malakhov <hukutoc@gmail.com>)
List pgsql-hackers
Nikita Malakhov <hukutoc@gmail.com> writes:
> Wanted to ask this since I encountered a need for a cache with 5 keys -
> why is the syscache index still limited to 4 keys?

Because there are no cases requiring 5, so far.

(A unique index with as many as 5 keys seems a bit fishy btw.)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser)
Next
From: Dean Rasheed
Date:
Subject: Re: Supporting MERGE on updatable views