diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index c36556c497f..f0c5149523d 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -1980,7 +1980,8 @@ evalStandardFunc(TState *thread, CState *st, } } - break; /* NOTREACHED */ + Assert(0); + return false; /* NOTREACHED */ } /* integer bitwise operators */