forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1682c36
committed
Can someone please apply this portability patch to genbki.sh ?
(Mark or Bruce?) It fixes a problem when cpp gives a warning whenprecompiling /dev/null like: "/dev/null", line 1: 1506-229 (W)File is empty. This leads to a hangup when doing the descriptionload during initdb, since stderr also ends up in the global1.descriptionand local1_template1.descriptionstderr has to be redirected to /dev/null:Andreas Zeugswetter1 parente0e461e commit1682c36
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 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 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)