forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit027d29e
committed
Stabilize just-added regression test cases.
The tests added by commits029dea8 et al turn out to producedifferent output under -DRANDOMIZE_ALLOCATED_MEMORY. This isnot a bug exactly: that flag causes coerce_type() to invokethe input function twice when coercing an unknown-type literalto a specific type. So you get tsqueryin's bleat about an emptytsquery twice. Revise the test query to avoid that.Discussion:https://postgr.es/m/20230406213813.uep7plg6lvcywujo@awork3.anarazel.de1 parenta1fb4bd commit027d29e
2 files changed
+4
-8
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 |
| - | |
| 1520 | + | |
1521 | 1521 |
| |
1522 |
| - | |
1523 |
| - | |
1524 | 1522 |
| |
1525 | 1523 |
| |
1526 | 1524 |
| |
1527 | 1525 |
| |
1528 | 1526 |
| |
1529 | 1527 |
| |
1530 |
| - | |
| 1528 | + | |
1531 | 1529 |
| |
1532 |
| - | |
1533 |
| - | |
1534 | 1530 |
| |
1535 | 1531 |
| |
1536 | 1532 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 |
| - | |
| 456 | + | |
457 | 457 |
| |
458 |
| - | |
| 458 | + | |
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
|
0 commit comments
Comments
(0)