summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_relation.c
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2016-12-03 15:46:35 -0500
committerNoah Misch <noah@leadboat.com>2016-12-03 15:47:31 -0500
commit4c3505eb46779a2d4ea55b731736b994a0f3eb49 (patch)
treecb5c3f2627a8973718b2e013f76f67965f29d3a5 /src/backend/parser/parse_relation.c
parent2d60d921ed4b54074ebf1991ddd2d80f8bf2175a (diff)
Remove wrong CloseHandle() call.
In accordance with its own documentation, invoke CloseHandle() only when directed in the documentation for the function that furnished the handle. GetModuleHandle() does not so direct. We have been issuing this call only in the rare event that a CRT DLL contains no "_putenv" symbol, so lack of bug reports is uninformative. Back-patch to 9.2 (all supported versions). Christian Ullrich, reviewed by Michael Paquier.
Diffstat (limited to 'src/backend/parser/parse_relation.c')
0 files changed, 0 insertions, 0 deletions