Fix -Wimplicit-fallthrough=3 warning
for PostgreSQL 13
This commit is contained in:
parent
969031cd25
commit
7a7849a48a
1
uri.c
1
uri.c
@ -42,6 +42,7 @@ parse_uri(const char *s, UriUriA *urip)
|
|||||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||||
errmsg("invalid input syntax for type uri at or near \"%s\"",
|
errmsg("invalid input syntax for type uri at or near \"%s\"",
|
||||||
state.errorPos)));
|
state.errorPos)));
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
elog(ERROR, "liburiparser error code %d", state.errorCode);
|
elog(ERROR, "liburiparser error code %d", state.errorCode);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user