summaryrefslogtreecommitdiff
path: root/src/backend/main
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-24 20:30:41 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-24 20:30:41 +0000
commitb8e376ceb9a72c8d132e21699f11fe2b36b8c68c (patch)
treeaaf3ab194a3a2a594028243cd5aabe9dc2234f2d /src/backend/main
parent79ee06c186e26e244e6e015546aa0755140fe3f1 (diff)
downloadpostgresql-b8e376ceb9a72c8d132e21699f11fe2b36b8c68c.tar.gz
From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
Subject: [PATCHES] Patches for compiling 6.1 on Digital Unix 3.2c Attached to this message are the patches I needed to compile 6.1 cleanly under Digital Unix 3.2c with DEC cc. I hope these are the last ones. At least, the number of files needing a patch has decreased noticeably since I sent my previous patches. Nice work :-) One of the patches is a bug fix, but I'm including it here anyway. With these patches applied, the beast seems to work properly. However, I've done only some preliminary tests. More on this later (but hopefully before the April 30 deadline... :-)
Diffstat (limited to 'src/backend/main')
-rw-r--r--src/backend/main/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c
index 7887aff3f1..c3bb079339 100644
--- a/src/backend/main/main.c
+++ b/src/backend/main/main.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.6 1997/04/15 17:39:17 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.7 1997/04/24 20:30:09 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,7 +17,7 @@
#include "postgres.h"
#ifdef USE_LOCALE
- #include <locale.h>
+# include <locale.h>
#endif
#include "miscadmin.h"
#include "bootstrap/bootstrap.h" /* for BootstrapMain() */