- Notifications
You must be signed in to change notification settings - Fork5
Commitf8f5cf3
committed
Fix pg_upgrade test script's line end handling on Windows.
Call pg_dumpall using -f switch instead of redirection, to avoidwriting the output in text mode and generating spurious carriagereturns. Remove to carriage return ignoring hack introduced bycommite442b0f.Backpatch to 9.2.1 parentea0b414 commitf8f5cf3
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 | 131 |
| |
136 | 132 |
| |
137 | 133 |
| |
|
0 commit comments
Comments
(0)