pgsql: Suppress MSVC warning in typeStringToTypeName function.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress MSVC warning in typeStringToTypeName function.
Date: 2014-12-24 11:32:42
Message-ID: E1Y3kBG-00025u-Vr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-12-24 12:41:51 pgsql: Remove unused fields from ReindexStmt.
Previous Message Tom Lane 2014-12-23 21:56:00 pgsql: Remove failing collation case from object_address regression tes