forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2b1220
committed
Tweak previous patch to ensure edata->filename always gets initialized.
On a platform that isn't supplying __FILE__, previous coding would eithercrash or give a stale result for the filename string. Not sure how likelythat is, but the original code catered for it, so let's keep doing so.1 parent81a5068 commitb2b1220
1 file changed
+6
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
| 352 | + | |
352 | 353 |
| |
| 354 | + | |
353 | 355 |
| |
354 | 356 |
| |
355 | 357 |
| |
| |||
1154 | 1156 |
| |
1155 | 1157 |
| |
1156 | 1158 |
| |
1157 |
| - | |
| 1159 | + | |
| 1160 | + | |
1158 | 1161 |
| |
| 1162 | + | |
1159 | 1163 |
| |
1160 | 1164 |
| |
1161 | 1165 |
| |
|
0 commit comments
Comments
(0)