mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
i have made minor changes to array_iterator to make it work with
pgsql-6.3.2. I think array_iterator is a great thing to have!!! With best regards, Tobias Gabele
This commit is contained in:
@ -24,5 +24,6 @@ int32 array_int4lt(ArrayType *array, int4 value);
|
||||
int32 array_all_int4lt(ArrayType *array, int4 value);
|
||||
int32 array_int4le(ArrayType *array, int4 value);
|
||||
int32 array_all_int4le(ArrayType *array, int4 value);
|
||||
|
||||
int32 array_oideq(ArrayType *array, Oid value);
|
||||
int32 array_all_oidne(ArrayType *array, Oid value);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user