1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Move long_options structures to the top of main() functions, for

consistency.

Per suggestion from Tom.
This commit is contained in:
Bruce Momjian
2012-11-30 14:49:55 -05:00
parent da63fec7db
commit bd9c8e741b
6 changed files with 37 additions and 34 deletions

View File

@ -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 */