1
0
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:
Bruce Momjian
2011-04-10 11:42:00 -04:00
parent 9a8b73147c
commit bf50caf105
446 changed files with 5737 additions and 5258 deletions

View File

@ -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;