to ensure that config.h is included as well.
+#include "postgres.h"
#include "executor/spi.h"
#include "commands/trigger.h"
-#include "c.h" /* endof() macro */
#include /* tolower */
#include /* debugging */
#include
#include
+#include "postgres.h"
#include "dynloader.h"
-#include "c.h"
/*
* We simulate dlopen() et al. through a call to load. Because AIX has
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.5 1998/09/01 03:24:39 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.6 1999/01/17 03:04:50 tgl Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the
#include
-#include "c.h"
+#include "postgres.h"
#include "fmgr.h"
#include "utils/dynamic_loader.h"
#include "dynloader.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.3 1998/09/01 03:24:41 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.4 1999/01/17 03:04:50 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "dl.h"
#include
-#include "c.h"
+#include "postgres.h"
#include "fmgr.h"
#include "port-protos.h"
#include "utils/elog.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.15 1998/12/26 18:15:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.16 1999/01/17 03:04:51 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include
#include
-#include "config.h"
-#include "c.h"
+#include "postgres.h"
#include "storage/s_lock.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.8 1999/01/01 04:48:46 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.9 1999/01/17 03:04:52 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include
#include
-#include "c.h"
+#include "postgres.h"
#define FormMaxSize 1024
#define FormMinSize (FormMaxSize / 8)
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/oset.c,v 1.9 1998/09/01 03:27:05 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/oset.c,v 1.10 1999/01/17 03:04:53 tgl Exp $
*
* NOTE
* XXX This is a preliminary implementation which lacks fail-fast
*
*-------------------------------------------------------------------------
*/
-#include "c.h"
+#include "postgres.h"
#include "utils/memutils.h" /* where declarations of this file goes */
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/palloc.c,v 1.8 1998/09/01 04:33:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/palloc.c,v 1.9 1999/01/17 03:04:54 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include
-#include "c.h"
+#include "postgres.h"
#include "utils/mcxt.h"
#include "utils/elog.h"
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.h,v 1.31 1999/01/17 01:45:42 tgl Exp $
+ * $Id: pqcomm.h,v 1.32 1999/01/17 03:04:55 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include
#endif
-#include "c.h"
+#include "postgres.h"
/* Define a generic socket address type. */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.5 1998/09/01 04:40:15 momjian Exp $
+ * $Id: pqsignal.h,v 1.6 1999/01/17 03:04:57 tgl Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
#ifndef PQSIGNAL_H
#define PQSIGNAL_H
-#include "c.h"
+#include "postgres.h"
typedef void (*pqsigfunc) (int);