summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.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
commit494f3cb5bbdae3d75b0100559a8a05020e8338ff (patch)
treede0dde1260fdbf582d7a3640039d9c3bd3070e15 /src/backend/commands/portalcmds.c
parent5b0fa06f65e959f73c145c8104cb3fa8505fca73 (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/portalcmds.c')
0 files changed, 0 insertions, 0 deletions