pgsql: Suppress MSVC warning in typeStringToTypeName function. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Suppress MSVC warning in typeStringToTypeName function.
Date
Msg-id E1Y3kBG-00025u-Vr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress MSVC warning in typeStringToTypeName function.

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

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd5ebe1edd6d9c19caba406a90f626afec5d3f0a

Modified Files
--------------
src/backend/parser/parse_type.c |    1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove failing collation case from object_address regression tes
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove unused fields from ReindexStmt.