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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user