mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
From: t-ishii@sra.co.jp
As Bruce mentioned, this is due to the conflict among changes we made. Included patches should fix the problem(I changed all MB to MULTIBYTE). Please let me know if you have further problem. P.S. I did not include pathces to configure and gram.c to save the file size(configure.in and gram.y modified).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: dbcommands.h,v 1.3 1998/07/24 03:32:19 scrappy Exp $
|
||||
* $Id: dbcommands.h,v 1.4 1998/07/26 04:31:23 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define SIGKILLDAEMON1 SIGTERM
|
||||
|
||||
#ifdef MB
|
||||
#ifdef MULTIBYTE
|
||||
extern void createdb(char *dbname, char *dbpath, int encoding);
|
||||
#else
|
||||
extern void createdb(char *dbname, char *dbpath);
|
||||
|
Reference in New Issue
Block a user