mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
Suppress MSVC warning in typeStringToTypeName function.
MSVC doesn't realize ereport(ERROR) doesn't return. David Rowley
This commit is contained in:
parent
3e22753559
commit
cd5ebe1edd
1 changed files with 1 additions and 0 deletions
|
|
@ -792,6 +792,7 @@ fail:
|
|||
ereport(ERROR,
|
||||
(errcode(ERRCODE_SYNTAX_ERROR),
|
||||
errmsg("invalid type name \"%s\"", str)));
|
||||
return NULL; /* keep compiler quiet */
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue