Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc967e13

Browse files
committed
Fix implicit-fallthrough compiler warning introduced in6dda292.
For some reason at least gcc-9 warns about the fallthrough, eventhough it otherwise recognizes that elog(ERROR, ...) doesn't return.Author: Andres Freund
1 parentb9bffa0 commitc967e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/utils/adt/jsonb_util.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ compareJsonbContainers(JsonbContainer *a, JsonbContainer *b)
247247
break;
248248
casejbvBinary:
249249
elog(ERROR,"unexpected jbvBinary value");
250+
break;
250251
casejbvDatetime:
251252
elog(ERROR,"unexpected jbvDatetime value");
253+
break;
252254
}
253255
}
254256
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp