mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
#include "extern.h"
|
||||
|
||||
int ret_value = 0;
|
||||
bool autocommit = false,
|
||||
bool autocommit = false,
|
||||
auto_create_c = false,
|
||||
system_includes = false,
|
||||
force_indicator = true,
|
||||
@ -127,7 +127,7 @@ main(int argc, char *const argv[])
|
||||
int fnr,
|
||||
c,
|
||||
out_option = 0;
|
||||
bool verbose = false,
|
||||
bool verbose = false,
|
||||
header_mode = false;
|
||||
struct _include_path *ip;
|
||||
const char *progname;
|
||||
|
Reference in New Issue
Block a user