diff options
Diffstat (limited to 'src/include/catalog/pg_amop.h')
-rw-r--r-- | src/include/catalog/pg_amop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index d5cf859539d..a9e70a2d6a7 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -561,6 +561,8 @@ DATA(insert ( 2235 1033 1033 1 974 405 )); DATA(insert ( 2969 2950 2950 1 2972 405 )); /* numeric_ops */ DATA(insert ( 1998 1700 1700 1 1752 405 )); +/* array_ops */ +DATA(insert ( 627 2277 2277 1 1070 405 )); /* |