mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
#include "postgres.h" is a standard include for all .c files, auto-including
config.h, c.h *and* elog.h...added elog.h
This commit is contained in:
parent
1c5fa955cd
commit
9caf84bc00
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1995, Regents of the University of California
|
||||
*
|
||||
* $Id: postgres.h,v 1.4 1996/09/23 08:38:45 scrappy Exp $
|
||||
* $Id: postgres.h,v 1.5 1996/10/18 18:28:33 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -38,6 +38,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "c.h"
|
||||
#include "utils/elog.h"
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
* Section 1: simple type definitions
|
||||
|
Loading…
Reference in New Issue
Block a user