forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita87ebac
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 parentdd13605 commita87ebac
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
| 353 | + | |
353 | 354 |
| |
| 355 | + | |
354 | 356 |
| |
355 | 357 |
| |
356 | 358 |
| |
| |||
1155 | 1157 |
| |
1156 | 1158 |
| |
1157 | 1159 |
| |
1158 |
| - | |
| 1160 | + | |
| 1161 | + | |
1159 | 1162 |
| |
| 1163 | + | |
1160 | 1164 |
| |
1161 | 1165 |
| |
1162 | 1166 |
| |
|
0 commit comments
Comments
(0)