diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-14 12:39:55 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-14 12:39:55 +0000 |
commit | c859294ca2eabf65c680fe311596388b36a5fcb8 (patch) | |
tree | db3396c3b4d74a2259ab509bdf306a3783dc97f4 /src/backend/parser/parse_target.c | |
parent | f058451871879392ed9295daed3f5310e85f3986 (diff) | |
download | postgresql-c859294ca2eabf65c680fe311596388b36a5fcb8.tar.gz postgresql-c859294ca2eabf65c680fe311596388b36a5fcb8.zip |
Remove hash_destroy calls in hash_create's failure paths. As noted by
a Coverity warning, these are risky since the hashtable isn't necessarily
fully set up yet. They're unnecessary anyway: a deletable hashtable
should be in a memory context that will be cleared following elog(ERROR).
Per report from Martijn van Oosterhout.
Diffstat (limited to 'src/backend/parser/parse_target.c')
0 files changed, 0 insertions, 0 deletions