File tree 21 files changed +202
-0
lines changed
21 files changed +202
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder.out - test output for 64-bit systems and
7
+ * altorder_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE atsts (id int, t tsvector, d timestamp);
2
11
\copy atsts from 'data/tsts.data'
3
12
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder.out - test output for 64-bit systems and
7
+ * altorder_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE atsts (id int, t tsvector, d timestamp);
2
11
\copy atsts from 'data/tsts.data'
3
12
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder_hash.out - test output for 64-bit systems and
7
+ * altorder_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE atstsh (id int, t tsvector, d timestamp);
2
11
\copy atstsh from 'data/tsts.data'
3
12
CREATE INDEX atstsh_idx ON atstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder_hash.out - test output for 64-bit systems and
7
+ * altorder_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE atstsh (id int, t tsvector, d timestamp);
2
11
\copy atstsh from 'data/tsts.data'
3
12
CREATE INDEX atstsh_idx ON atstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * float8.out - test output for 64-bit systems and
7
+ * float8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_float8 (
3
12
i float8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * float8.out - test output for 64-bit systems and
7
+ * float8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_float8 (
3
12
i float8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * int8.out - test output for 64-bit systems and
7
+ * int8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_int8 (
3
12
i int8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * int8.out - test output for 64-bit systems and
7
+ * int8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_int8 (
3
12
i int8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * money.out - test output for 64-bit systems and
7
+ * money_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_money (
3
12
i money
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * money.out - test output for 64-bit systems and
7
+ * money_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
set enable_seqscan=off;
2
11
CREATE TABLE test_money (
3
12
i money
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * orderby_hash.out - test output for 64-bit systems and
7
+ * orderby_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE tstsh (id int, t tsvector, d timestamp);
2
11
\copy tstsh from 'data/tsts.data'
3
12
CREATE INDEX tstsh_idx ON tstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * orderby_hash.out - test output for 64-bit systems and
7
+ * orderby_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE tstsh (id int, t tsvector, d timestamp);
2
11
\copy tstsh from 'data/tsts.data'
3
12
CREATE INDEX tstsh_idx ON tstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * timestamp.out - test output for 64-bit systems and
7
+ * timestamp_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE test_timestamp (
2
11
i timestamp
3
12
);
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * timestamp.out - test output for 64-bit systems and
7
+ * timestamp_1.out - test output for 32-bit systems.
8
+ *
9
+ */
1
10
CREATE TABLE test_timestamp (
2
11
i timestamp
3
12
);
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder.out - test output for 64-bit systems and
7
+ * altorder_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
CREATE TABLE atsts (id int , t tsvector, d timestamp );
2
13
3
14
\copy atsts from ' data/tsts.data'
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * altorder_hash.out - test output for 64-bit systems and
7
+ * altorder_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
CREATE TABLE atstsh (id int , t tsvector, d timestamp );
2
13
3
14
\copy atstsh from ' data/tsts.data'
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * float8.out - test output for 64-bit systems and
7
+ * float8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
set enable_seqscan= off;
2
13
3
14
CREATE TABLE test_float8 (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * int8.out - test output for 64-bit systems and
7
+ * int8_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
set enable_seqscan= off;
2
13
3
14
CREATE TABLE test_int8 (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * money.out - test output for 64-bit systems and
7
+ * money_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
set enable_seqscan= off;
2
13
3
14
CREATE TABLE test_money (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * orderby_hash.out - test output for 64-bit systems and
7
+ * orderby_hash_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
11
+
1
12
CREATE TABLE tstsh (id int , t tsvector, d timestamp );
2
13
3
14
\copy tstsh from ' data/tsts.data'
Original file line number Diff line number Diff line change
1
+ /*
2
+ * ------------------------------------
3
+ * NOTE: This test behaves differenly
4
+ * ------------------------------------
5
+ *
6
+ * timestamp.out - test output for 64-bit systems and
7
+ * timestamp_1.out - test output for 32-bit systems.
8
+ *
9
+ */
10
+
1
11
2
12
CREATE TABLE test_timestamp (
3
13
i timestamp
You can’t perform that action at this time.
0 commit comments