Skip to content

Commit 0796fb9

Browse files
committed
remove bit_xor from deployments to appease tests on older postgres versions?
1 parent 2c0bd58 commit 0796fb9

6 files changed

+0
-54
lines changed

static/aurora/v1-chinook-deployment-template.json

-9
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,6 @@
10841084
"bit_or": {
10851085
"returnType": "int2"
10861086
},
1087-
"bit_xor": {
1088-
"returnType": "int2"
1089-
},
10901087
"max": {
10911088
"returnType": "int2"
10921089
},
@@ -1125,9 +1122,6 @@
11251122
"bit_or": {
11261123
"returnType": "int4"
11271124
},
1128-
"bit_xor": {
1129-
"returnType": "int4"
1130-
},
11311125
"max": {
11321126
"returnType": "int4"
11331127
},
@@ -1166,9 +1160,6 @@
11661160
"bit_or": {
11671161
"returnType": "int8"
11681162
},
1169-
"bit_xor": {
1170-
"returnType": "int8"
1171-
},
11721163
"max": {
11731164
"returnType": "int8"
11741165
},

static/aurora/v2-chinook-deployment-template.json

-9
Original file line numberDiff line numberDiff line change
@@ -1384,9 +1384,6 @@
13841384
"bit_or": {
13851385
"returnType": "int2"
13861386
},
1387-
"bit_xor": {
1388-
"returnType": "int2"
1389-
},
13901387
"max": {
13911388
"returnType": "int2"
13921389
},
@@ -1425,9 +1422,6 @@
14251422
"bit_or": {
14261423
"returnType": "int4"
14271424
},
1428-
"bit_xor": {
1429-
"returnType": "int4"
1430-
},
14311425
"max": {
14321426
"returnType": "int4"
14331427
},
@@ -1466,9 +1460,6 @@
14661460
"bit_or": {
14671461
"returnType": "int8"
14681462
},
1469-
"bit_xor": {
1470-
"returnType": "int8"
1471-
},
14721463
"max": {
14731464
"returnType": "int8"
14741465
},

static/citus/v1-chinook-deployment.json

-9
Original file line numberDiff line numberDiff line change
@@ -1168,9 +1168,6 @@
11681168
"bit_or": {
11691169
"returnType": "int2"
11701170
},
1171-
"bit_xor": {
1172-
"returnType": "int2"
1173-
},
11741171
"max": {
11751172
"returnType": "int2"
11761173
},
@@ -1209,9 +1206,6 @@
12091206
"bit_or": {
12101207
"returnType": "int4"
12111208
},
1212-
"bit_xor": {
1213-
"returnType": "int4"
1214-
},
12151209
"max": {
12161210
"returnType": "int4"
12171211
},
@@ -1250,9 +1244,6 @@
12501244
"bit_or": {
12511245
"returnType": "int8"
12521246
},
1253-
"bit_xor": {
1254-
"returnType": "int8"
1255-
},
12561247
"max": {
12571248
"returnType": "int8"
12581249
},

static/citus/v2-chinook-deployment.json

-9
Original file line numberDiff line numberDiff line change
@@ -1492,9 +1492,6 @@
14921492
"bit_or": {
14931493
"returnType": "int2"
14941494
},
1495-
"bit_xor": {
1496-
"returnType": "int2"
1497-
},
14981495
"max": {
14991496
"returnType": "int2"
15001497
},
@@ -1533,9 +1530,6 @@
15331530
"bit_or": {
15341531
"returnType": "int4"
15351532
},
1536-
"bit_xor": {
1537-
"returnType": "int4"
1538-
},
15391533
"max": {
15401534
"returnType": "int4"
15411535
},
@@ -1574,9 +1568,6 @@
15741568
"bit_or": {
15751569
"returnType": "int8"
15761570
},
1577-
"bit_xor": {
1578-
"returnType": "int8"
1579-
},
15801571
"max": {
15811572
"returnType": "int8"
15821573
},

static/postgres/v1-chinook-deployment.json

-9
Original file line numberDiff line numberDiff line change
@@ -1338,9 +1338,6 @@
13381338
"bit_or": {
13391339
"returnType": "int2"
13401340
},
1341-
"bit_xor": {
1342-
"returnType": "int2"
1343-
},
13441341
"max": {
13451342
"returnType": "int2"
13461343
},
@@ -1379,9 +1376,6 @@
13791376
"bit_or": {
13801377
"returnType": "int4"
13811378
},
1382-
"bit_xor": {
1383-
"returnType": "int4"
1384-
},
13851379
"max": {
13861380
"returnType": "int4"
13871381
},
@@ -1420,9 +1414,6 @@
14201414
"bit_or": {
14211415
"returnType": "int8"
14221416
},
1423-
"bit_xor": {
1424-
"returnType": "int8"
1425-
},
14261417
"max": {
14271418
"returnType": "int8"
14281419
},

static/postgres/v2-chinook-deployment.json

-9
Original file line numberDiff line numberDiff line change
@@ -1699,9 +1699,6 @@
16991699
"bit_or": {
17001700
"returnType": "int2"
17011701
},
1702-
"bit_xor": {
1703-
"returnType": "int2"
1704-
},
17051702
"max": {
17061703
"returnType": "int2"
17071704
},
@@ -1740,9 +1737,6 @@
17401737
"bit_or": {
17411738
"returnType": "int4"
17421739
},
1743-
"bit_xor": {
1744-
"returnType": "int4"
1745-
},
17461740
"max": {
17471741
"returnType": "int4"
17481742
},
@@ -1781,9 +1775,6 @@
17811775
"bit_or": {
17821776
"returnType": "int8"
17831777
},
1784-
"bit_xor": {
1785-
"returnType": "int8"
1786-
},
17871778
"max": {
17881779
"returnType": "int8"
17891780
},

0 commit comments

Comments
 (0)