]> granicus.if.org Git - postgresql/commit
Suppress MSVC warning in typeStringToTypeName function.
authorAndres Freund <andres@anarazel.de>
Wed, 24 Dec 2014 11:30:08 +0000 (12:30 +0100)
committerAndres Freund <andres@anarazel.de>
Wed, 24 Dec 2014 11:30:08 +0000 (12:30 +0100)
commitcd5ebe1edd6d9c19caba406a90f626afec5d3f0a
tree04d3171ebcbce5f7cbbf0204b09be181b75d76bf
parent3e2275355954cabf89ba044fe8557ef347bf3fb1
Suppress MSVC warning in typeStringToTypeName function.

MSVC doesn't realize ereport(ERROR) doesn't return.

David Rowley
src/backend/parser/parse_type.c