forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79ca7ff
committed
A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,
and for other compilers, insert a dummy exit() call so that they understandPG_RE_THROW() doesn't return. Insert fflush(stderr) in ExceptionalCondition,per recent buildfarm evidence that that might not happen automatically on someplatforms. And const-ify ExceptionalCondition's declaration while at it.1 parentd26559d commit79ca7ff
File tree
4 files changed
+36
-10
lines changed- src
- backend/utils/error
- include
- utils
4 files changed
+36
-10
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 | 28 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 | 1153 |
| |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
1154 | 1164 |
| |
1155 | 1165 |
| |
1156 | 1166 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 |
| - | |
698 |
| - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
699 | 700 |
| |
700 | 701 |
| |
701 | 702 |
| |
|
Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
225 | 230 |
| |
226 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
227 | 236 |
| |
228 | 237 |
| |
229 | 238 |
| |
| |||
262 | 271 |
| |
263 | 272 |
| |
264 | 273 |
| |
265 |
| - | |
| 274 | + | |
266 | 275 |
| |
267 | 276 |
| |
268 | 277 |
| |
|
0 commit comments
Comments
(0)