Add function (actually an int4 and an int8 version) that generates
Joe Conway <mail@joeconway.com>
Add function (actually an int4 and an int8 version) that generates a series of numbers, optionally using an explicit step size other than the default value (one). Use function in the information_schema to replace hard-wired knowledge of INDEX_MAX_KEYS. initdb forced due to pg_proc change. Documentation update still needed -- will be committed separately.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/information_schema.sql | modified | +4 −12 |
| src/backend/utils/adt/int8.c | modified | +90 −1 |
| src/backend/utils/adt/int.c | modified | +90 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +12 −1 |
| src/include/utils/builtins.h | modified | +3 −1 |
| src/include/utils/int8.h | modified | +4 −1 |