mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
/* Inhibit mingw CRT's auto-globbing of command line arguments */
|
||||
#if defined(WIN32) && !defined(_MSC_VER)
|
||||
extern int _CRT_glob = 0; /* 0 turns off globbing; 1 turns it on */
|
||||
extern int _CRT_glob = 0; /* 0 turns off globbing; 1 turns it on */
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user