forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf12423d
committed
Adjust regression test to avoid platform-dependent failure.
We have a test that verifies that max(anyarray) will cope if the arraycolumn elements aren't all the same array type. However, it's now possiblefor that to produce a collation-related error message instead of theexpected one, if the first two column elements happen to be of the sametype and it's one that expects to be given collation info. Tweak the testto ensure this doesn't happen. Per buildfarm member pika.1 parentb051a34 commitf12423d
File tree
2 files changed
+4
-2
lines changed- src/test/regress
- expected
- sql
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
| 626 | + | |
| 627 | + | |
627 | 628 |
| |
628 | 629 |
| |
629 | 630 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
| 436 | + | |
| 437 | + | |
437 | 438 |
| |
438 | 439 |
| |
439 | 440 |
| |
|
0 commit comments
Comments
(0)