mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +03:00
Revert change of inclusion order for pg_config_os.h; this broke plperl
on Linux and would have who knows what unpleasant effects on other platforms. If you need another include file for Windows, then add it; don't go messing with the semantics of every other port's include files.
This commit is contained in:
parent
9e43184b9d
commit
5e04f3857c
@ -12,7 +12,7 @@
|
|||||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: c.h,v 1.145 2003/05/15 16:35:29 momjian Exp $
|
* $Id: c.h,v 1.146 2003/05/15 23:39:27 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -52,6 +52,7 @@
|
|||||||
|
|
||||||
#include "pg_config.h"
|
#include "pg_config.h"
|
||||||
#include "pg_config_manual.h" /* must be after pg_config.h */
|
#include "pg_config_manual.h" /* must be after pg_config.h */
|
||||||
|
#include "pg_config_os.h" /* must be before any system header files */
|
||||||
#include "postgres_ext.h"
|
#include "postgres_ext.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -70,9 +71,6 @@
|
|||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Must be here so we can redefine some functions on Win32 */
|
|
||||||
#include "pg_config_os.h"
|
|
||||||
|
|
||||||
/* Must be before gettext() games below */
|
/* Must be before gettext() games below */
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user