diff options
Diffstat (limited to 'src/include/catalog/index.h')
-rw-r--r-- | src/include/catalog/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h index 2ef8512dbff..2dea96f47c3 100644 --- a/src/include/catalog/index.h +++ b/src/include/catalog/index.h @@ -80,6 +80,7 @@ extern Oid index_create(Relation heapRelation, const Oid *opclassIds, const Datum *opclassOptions, const int16 *coloptions, + const NullableDatum *stattargets, Datum reloptions, bits16 flags, bits16 constr_flags, |