Fix compiler warning on Windows.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fe4ecd08d81cfea7f0512189893cc02cf261ccde
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-05-02T04:25:35Z
Releases: 11.0
Fix compiler warning on Windows.

Commit 41c912cad caused MSVC to complain that not all control paths
return a value.

Thomas Munro

Discussion: https://postgr.es/m/CAEepm%3D3%3DTDYEXUEcHpEx%2BTwc31wo7PA0oBAiNt6sWmq93MW02A%40mail.gmail.com

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +2 −1

Discussion