From bd9c8e741b5724e31b2a3d8da9f0218f7b3b44e5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 30 Nov 2012 14:49:55 -0500 Subject: Move long_options structures to the top of main() functions, for consistency. Per suggestion from Tom. --- contrib/pg_test_fsync/pg_test_fsync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/pg_test_fsync/pg_test_fsync.c') diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c index efa1b3284ec..ec4b90c7974 100644 --- a/contrib/pg_test_fsync/pg_test_fsync.c +++ b/contrib/pg_test_fsync/pg_test_fsync.c @@ -140,6 +140,7 @@ handle_args(int argc, char *argv[]) {"secs-per-test", required_argument, NULL, 's'}, {NULL, 0, NULL, 0} }; + int option; /* Command line option */ int optindex = 0; /* used by getopt_long */ -- cgit v1.2.3