summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-04-10 18:34:40 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-04-10 18:34:40 -0400
commitf530af8fc931b4063f1a9f4239908c7110666848 (patch)
tree0486318dce5ff4d3d625bfea75dc29df51c061f8 /src/backend/commands/variable.c
parent4716c9e70ea50aa414b8f6c08f2a8ad7f001c6bc (diff)
Fix incorrect close() call in dsm_impl_mmap().
One improbable error-exit path in this function used close() where it should have used CloseTransientFile(). This is unlikely to be hit 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-patch to 9.4 where this code came in. Pan Bian Discussion: https://postgr.es/m/152056616579.4966.583293218357089052@wrigleys.postgresql.org
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions