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

Commit4673f97

Browse files
committed
Fix tests for 32-bit platforms
1 parent002356c commit4673f97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎expected/array_1.out‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,14 @@ EXPLAIN (COSTS OFF) SELECT * FROM test_array WHERE i && '{1}' ORDER BY add_info
525525
(4 rows)
526526

527527
SELECT * FROM test_array WHERE i && '{1}' ORDER BY add_info <=> '2016-05-16 14:21:25' LIMIT 10;
528-
ERROR: doesn't support order by over pass-by-reference column
528+
i | add_info
529+
-----------+--------------------------
530+
{1} | Thu May 19 14:21:25 2016
531+
{1,2} | Fri May 20 14:21:25 2016
532+
{1,2,3} | Sat May 21 14:21:25 2016
533+
{1,2,3,4} | Sun May 22 14:21:25 2016
534+
(4 rows)
535+
529536
DROP INDEX idx_array;
530537
/*
531538
* Sanity checks for popular array types.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp