File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sudo: required
2
2
matrix :
3
3
include :
4
4
- env : PG_VERSION=9
5
- # - env: PG_VERSION=10
5
+ - env : PG_VERSION=10
6
6
# - env: PG_VERSION=11
7
7
# - env: PG_VERSION=12
8
8
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ PG_FUNCTION_INFO_V1(uint1le);
217
217
PG_FUNCTION_INFO_V1 (uint1gt );
218
218
PG_FUNCTION_INFO_V1 (uint1ge );
219
219
PG_FUNCTION_INFO_V1 (uint1int4eq );
220
+ PG_FUNCTION_INFO_V1 (int4uint1eq );
220
221
221
222
/**
222
223
* This function implements the "equal" (=) operator for the uint1 datatype.
@@ -746,6 +747,7 @@ PG_FUNCTION_INFO_V1(uint2le);
746
747
PG_FUNCTION_INFO_V1 (uint2gt );
747
748
PG_FUNCTION_INFO_V1 (uint2ge );
748
749
PG_FUNCTION_INFO_V1 (uint2int4eq );
750
+ PG_FUNCTION_INFO_V1 (int4uint2eq );
749
751
750
752
/**
751
753
* This function implements the "equal" (=) operator for the uint2 datatype.
You can’t perform that action at this time.
0 commit comments