Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.
Bruce Momjian <bruce@momjian.us>
Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/oid.c | modified | +20 −23 |
| src/include/catalog/pg_index.h | modified | +1 −4 |
| src/include/postgres.h | modified | +5 −3 |