Skip to content

Commit 02ae339

Browse files
author
Shalini Lohia
committed
Fix build failure in pg_dumpall.c to include a break
1 parent 20e2988 commit 02ae339

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ main(int argc, char *argv[])
384384

385385
case 30: /* Babelfish virtual database name */
386386
bbf_db_name = pg_strdup(optarg);
387+
break;
387388

388389
default:
389390
/* getopt_long already emitted a complaint */

0 commit comments

Comments
 (0)