diff options
author | Andres Freund <andres@anarazel.de> | 2019-09-27 10:25:08 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-09-27 10:29:25 -0700 |
commit | c967e13f4047ef6f3d91bcb1cff6d746322aff6d (patch) | |
tree | a2fa30780a9528e498acaa8037fa883007e12912 /src/backend/commands/dbcommands.c | |
parent | b9bffa004a9980ac235b6ff541ee2fe0e9800372 (diff) | |
download | postgresql-c967e13f4047ef6f3d91bcb1cff6d746322aff6d.tar.gz postgresql-c967e13f4047ef6f3d91bcb1cff6d746322aff6d.zip |
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.
For some reason at least gcc-9 warns about the fallthrough, even
though it otherwise recognizes that elog(ERROR, ...) doesn't return.
Author: Andres Freund
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions