forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita28d04e
committed
This patch updates pgpipe() on win32 to log exactly which part of the
call fails when it does. (As it is now, there is no way to figure outthe point of error). Shouldn't be a problem since it's most defintilynot a performance-critical path (only called on pgstat startup ATM).This should help us debug the pipe error message that's on the win32status page (which I myself have never been able to reproduce, and thushaven't figured out a better way to debug yet)Magnus Hagander1 parent7643bed commita28d04e
1 file changed
+32
-7
lines changedLines changed: 32 additions & 7 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 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
| 34 | + | |
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
41 | 59 |
| |
| 60 | + | |
42 | 61 |
| |
43 | 62 |
| |
44 | 63 |
| |
45 | 64 |
| |
46 |
| - | |
47 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
48 | 72 |
| |
| 73 | + | |
49 | 74 |
| |
50 | 75 |
| |
51 | 76 |
| |
|
0 commit comments
Comments
(0)