mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Make sure postgres.h is included before we start checking #ifdef's for other
header files. Pointed out by: Edmund Mergl <E.Mergl@bawue.de>
This commit is contained in:
parent
fcf7d45b36
commit
df2374f024
@ -7,17 +7,18 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "postgres.h"
|
||||||
#ifdef USE_LOCALE
|
#ifdef USE_LOCALE
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
#include "postgres.h"
|
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
#include "bootstrap/bootstrap.h" /* for BootstrapMain() */
|
#include "bootstrap/bootstrap.h" /* for BootstrapMain() */
|
||||||
#include "tcop/tcopprot.h" /* for PostgresMain() */
|
#include "tcop/tcopprot.h" /* for PostgresMain() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user