forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commit231bcd0
committed
Fix incorrect close() call in dsm_impl_mmap().
One improbable error-exit path in this function used close() whereit should have used CloseTransientFile(). This is unlikely to behit in the field, and I think the consequences wouldn't be awful(just an elog(LOG) bleat later). But a bug is a bug, so back-patchto 9.4 where this code came in.Pan BianDiscussion:https://postgr.es/m/152056616579.4966.583293218357089052@wrigleys.postgresql.org1 parent074251d commit231bcd0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
924 | 924 |
| |
925 | 925 |
| |
926 | 926 |
| |
927 |
| - | |
| 927 | + | |
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
|
0 commit comments
Comments
(0)