Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

32-bit outputs#137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sokolcati merged 2 commits intomasterfromPGPRO-12035
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletionsexpected/altorder.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder.out - test output for 64-bit systems and
* altorder_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE atsts (id int, t tsvector, d timestamp);
\copy atsts from 'data/tsts.data'
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
Expand Down
9 changes: 9 additions & 0 deletionsexpected/altorder_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder.out - test output for 64-bit systems and
* altorder_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE atsts (id int, t tsvector, d timestamp);
\copy atsts from 'data/tsts.data'
-- PGPRO-2537: We need more data to test rumsort.c with logtape.c
Expand Down
9 changes: 9 additions & 0 deletionsexpected/altorder_hash.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder_hash.out - test output for 64-bit systems and
* altorder_hash_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE atstsh (id int, t tsvector, d timestamp);
\copy atstsh from 'data/tsts.data'
CREATE INDEX atstsh_idx ON atstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Expand Down
9 changes: 9 additions & 0 deletionsexpected/altorder_hash_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder_hash.out - test output for 64-bit systems and
* altorder_hash_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE atstsh (id int, t tsvector, d timestamp);
\copy atstsh from 'data/tsts.data'
CREATE INDEX atstsh_idx ON atstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Expand Down
13 changes: 6 additions & 7 deletionsexpected/array.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
/*
* ---------------------------------------------
* NOTE: This test behaves differenly on PgPro
* ---------------------------------------------
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* array.out - test output for 64-bit systems and
* array_1.out - test output for 32-bit systems.
*
* --------------------
* array.sql and array_1.sql
* --------------------
* Test output for 64-bit and 32-bit systems respectively.
*/
set enable_seqscan=off;
set enable_sort=off;
Expand Down
13 changes: 6 additions & 7 deletionsexpected/array_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
/*
* ---------------------------------------------
* NOTE: This test behaves differenly on PgPro
* ---------------------------------------------
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* array.out - test output for 64-bit systems and
* array_1.out - test output for 32-bit systems.
*
* --------------------
* array.sql and array_1.sql
* --------------------
* Test output for 64-bit and 32-bit systems respectively.
*/
set enable_seqscan=off;
set enable_sort=off;
Expand Down
9 changes: 9 additions & 0 deletionsexpected/float8.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* float8.out - test output for 64-bit systems and
* float8_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_float8 (
i float8
Expand Down
9 changes: 9 additions & 0 deletionsexpected/float8_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* float8.out - test output for 64-bit systems and
* float8_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_float8 (
i float8
Expand Down
9 changes: 9 additions & 0 deletionsexpected/int8.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* int8.out - test output for 64-bit systems and
* int8_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_int8 (
i int8
Expand Down
9 changes: 9 additions & 0 deletionsexpected/int8_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* int8.out - test output for 64-bit systems and
* int8_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_int8 (
i int8
Expand Down
9 changes: 9 additions & 0 deletionsexpected/money.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* money.out - test output for 64-bit systems and
* money_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_money (
i money
Expand Down
9 changes: 9 additions & 0 deletionsexpected/money_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* money.out - test output for 64-bit systems and
* money_1.out - test output for 32-bit systems.
*
*/
set enable_seqscan=off;
CREATE TABLE test_money (
i money
Expand Down
9 changes: 9 additions & 0 deletionsexpected/orderby.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby.out - test output for 64-bit systems and
* orderby_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE tsts (id int, t tsvector, d timestamp);
\copy tsts from 'data/tsts.data'
CREATE INDEX tsts_idx ON tsts USING rum (t rum_tsvector_addon_ops, d)
Expand Down
14 changes: 14 additions & 0 deletionsexpected/orderby_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby.out - test output for 64-bit systems and
* orderby_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE tsts (id int, t tsvector, d timestamp);
\copy tsts from 'data/tsts.data'
CREATE INDEX tsts_idx ON tsts USING rum (t rum_tsvector_addon_ops, d)
Expand DownExpand Up@@ -420,6 +429,11 @@ SELECT id, d FROM tsts WHERE t @@ 'wr&qh' AND d >= '2016-05-16 14:21:25' ORDER
458 | Fri May 20 21:21:22.326724 2016
(3 rows)

-- Test "ORDER BY" error message
DROP INDEX tsts_idx;
CREATE INDEX tsts_idx ON tsts USING rum (t rum_tsvector_addon_ops, d);
SELECT id, d, d <=> '2016-05-16 14:21:25' FROM tsts WHERE t @@ 'wr&qh' ORDER BY d <=> '2016-05-16 14:21:25' LIMIT 5;
ERROR: doesn't support order by over pass-by-reference column
-- Test multicolumn index
RESET enable_indexscan;
RESET enable_indexonlyscan;
Expand Down
9 changes: 9 additions & 0 deletionsexpected/orderby_hash.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby_hash.out - test output for 64-bit systems and
* orderby_hash_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE tstsh (id int, t tsvector, d timestamp);
\copy tstsh from 'data/tsts.data'
CREATE INDEX tstsh_idx ON tstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Expand Down
9 changes: 9 additions & 0 deletionsexpected/orderby_hash_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby_hash.out - test output for 64-bit systems and
* orderby_hash_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE tstsh (id int, t tsvector, d timestamp);
\copy tstsh from 'data/tsts.data'
CREATE INDEX tstsh_idx ON tstsh USING rum (t rum_tsvector_hash_addon_ops, d)
Expand Down
9 changes: 9 additions & 0 deletionsexpected/timestamp.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* timestamp.out - test output for 64-bit systems and
* timestamp_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE test_timestamp (
i timestamp
);
Expand Down
9 changes: 9 additions & 0 deletionsexpected/timestamp_1.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* timestamp.out - test output for 64-bit systems and
* timestamp_1.out - test output for 32-bit systems.
*
*/
CREATE TABLE test_timestamp (
i timestamp
);
Expand Down
11 changes: 11 additions & 0 deletionssql/altorder.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder.out - test output for 64-bit systems and
* altorder_1.out - test output for 32-bit systems.
*
*/


CREATE TABLE atsts (id int, t tsvector, d timestamp);

\copy atsts from 'data/tsts.data'
Expand Down
11 changes: 11 additions & 0 deletionssql/altorder_hash.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* altorder_hash.out - test output for 64-bit systems and
* altorder_hash_1.out - test output for 32-bit systems.
*
*/


CREATE TABLE atstsh (id int, t tsvector, d timestamp);

\copy atstsh from 'data/tsts.data'
Expand Down
13 changes: 6 additions & 7 deletionssql/array.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
/*
* ---------------------------------------------
* NOTE: This test behaves differenly on PgPro
* ---------------------------------------------
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* array.out - test output for 64-bit systems and
* array_1.out - test output for 32-bit systems.
*
* --------------------
* array.sql and array_1.sql
* --------------------
* Test output for 64-bit and 32-bit systems respectively.
*/


Expand Down
11 changes: 11 additions & 0 deletionssql/float8.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* float8.out - test output for 64-bit systems and
* float8_1.out - test output for 32-bit systems.
*
*/


set enable_seqscan=off;

CREATE TABLE test_float8 (
Expand Down
11 changes: 11 additions & 0 deletionssql/int8.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* int8.out - test output for 64-bit systems and
* int8_1.out - test output for 32-bit systems.
*
*/


set enable_seqscan=off;

CREATE TABLE test_int8 (
Expand Down
11 changes: 11 additions & 0 deletionssql/money.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* money.out - test output for 64-bit systems and
* money_1.out - test output for 32-bit systems.
*
*/


set enable_seqscan=off;

CREATE TABLE test_money (
Expand Down
11 changes: 11 additions & 0 deletionssql/orderby.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby.out - test output for 64-bit systems and
* orderby_1.out - test output for 32-bit systems.
*
*/


CREATE TABLE tsts (id int, t tsvector, d timestamp);

\copy tsts from 'data/tsts.data'
Expand Down
11 changes: 11 additions & 0 deletionssql/orderby_hash.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* orderby_hash.out - test output for 64-bit systems and
* orderby_hash_1.out - test output for 32-bit systems.
*
*/


CREATE TABLE tstsh (id int, t tsvector, d timestamp);

\copy tstsh from 'data/tsts.data'
Expand Down
10 changes: 10 additions & 0 deletionssql/timestamp.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
/*
* ------------------------------------
* NOTE: This test behaves differenly
* ------------------------------------
*
* timestamp.out - test output for 64-bit systems and
* timestamp_1.out - test output for 32-bit systems.
*
*/


CREATE TABLE test_timestamp (
i timestamp
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp