1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Produce a clean compile of backend...

This commit is contained in:
Marc G. Fournier
1996-11-03 06:54:38 +00:00
parent 3cf53c1d8a
commit c9002ecb21
29 changed files with 73 additions and 75 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.4 1996/10/31 10:23:28 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.5 1996/11/03 06:53:26 scrappy Exp $
*
* NOTE
* XXX this code needs improvement--check for state violations and
@@ -17,6 +17,9 @@
*/
#include <stdio.h> /* XXX use own I/O routines */
#include <errno.h>
#include "postgres.h"
#include "utils/exc.h"
#include "storage/ipc.h"