forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1bee3ca
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 parent34ad3ae commit1bee3ca
2 files changed
+4
-8
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1992 | 1992 |
| |
1993 | 1993 |
| |
1994 | 1994 |
| |
1995 |
| - | |
| 1995 | + | |
1996 | 1996 |
| |
1997 |
| - | |
1998 |
| - | |
1999 | 1997 |
| |
2000 | 1998 |
| |
2001 | 1999 |
| |
2002 | 2000 |
| |
2003 | 2001 |
| |
2004 | 2002 |
| |
2005 |
| - | |
| 2003 | + | |
2006 | 2004 |
| |
2007 |
| - | |
2008 |
| - | |
2009 | 2005 |
| |
2010 | 2006 |
| |
2011 | 2007 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
554 |
| - | |
| 554 | + | |
555 | 555 |
| |
556 |
| - | |
| 556 | + | |
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
|
0 commit comments
Comments
(0)