We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7d45 commit df2374fCopy full SHA for df2374f
src/backend/main/main.c
@@ -7,17 +7,18 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.4 1997/04/02 18:11:08 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.5 1997/04/12 09:37:31 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h>
15
#include <string.h>
16
#include <unistd.h>
17
+
18
+#include "postgres.h"
19
#ifdef USE_LOCALE
20
#include <locale.h>
21
#endif
-#include "postgres.h"
22
#include "miscadmin.h"
23
#include "bootstrap/bootstrap.h" /* for BootstrapMain() */
24
#include "tcop/tcopprot.h" /* for PostgresMain() */
0 commit comments