forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6ac234
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 parentf976a77 commitd6ac234
2 files changed
+4
-8
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2002 | 2002 |
| |
2003 | 2003 |
| |
2004 | 2004 |
| |
2005 |
| - | |
| 2005 | + | |
2006 | 2006 |
| |
2007 |
| - | |
2008 |
| - | |
2009 | 2007 |
| |
2010 | 2008 |
| |
2011 | 2009 |
| |
2012 | 2010 |
| |
2013 | 2011 |
| |
2014 | 2012 |
| |
2015 |
| - | |
| 2013 | + | |
2016 | 2014 |
| |
2017 |
| - | |
2018 |
| - | |
2019 | 2015 |
| |
2020 | 2016 |
| |
2021 | 2017 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
569 | 569 |
| |
570 |
| - | |
| 570 | + | |
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
|
0 commit comments
Comments
(0)