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 from1 commit
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
PrevPrevious commit
Add comments about alternative outputs.
This comments should remind us to change the output for 32-bitsystems at the same time as the tests and 64-bit outputs.
  • Loading branch information
Ekaterina Sokolova committedDec 11, 2024
commit02a8d77cea827142a2c42c2679ab2ddbf53170b5
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
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_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
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_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