- Notifications
You must be signed in to change notification settings - Fork5
Commita1888b5
committed
Sync addRangeTableEntryForENR() with its peer functions.
addRangeTableEntryForENR had a check for pstate != NULL, which Coveritypointed out was rather useless since it'd already dereferenced pstatebefore that. More to the point, we'd established policy in commitbc93ac1 that we'd require non-NULL pstate for all addRangeTableEntryFor*functions; this test was evidently copied-and-pasted from some olderversion of one of those functions. Make it look more like the others.In passing, make an elog message look more like the rest of the code,too.Michael Paquier1 parent033b969 commita1888b5
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 | 1988 |
| |
1989 |
| - | |
1990 |
| - | |
| 1989 | + | |
1991 | 1990 |
| |
1992 | 1991 |
| |
1993 | 1992 |
| |
| 1993 | + | |
| 1994 | + | |
1994 | 1995 |
| |
1995 | 1996 |
| |
1996 | 1997 |
| |
| |||
2000 | 2001 |
| |
2001 | 2002 |
| |
2002 | 2003 |
| |
2003 |
| - | |
| 2004 | + | |
2004 | 2005 |
| |
2005 | 2006 |
| |
2006 | 2007 |
| |
| |||
2056 | 2057 |
| |
2057 | 2058 |
| |
2058 | 2059 |
| |
2059 |
| - | |
2060 |
| - | |
| 2060 | + | |
2061 | 2061 |
| |
2062 | 2062 |
| |
2063 | 2063 |
| |
|
0 commit comments
Comments
(0)