mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +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: parsenodes.h,v 1.51 1998/07/24 03:32:26 scrappy Exp $
|
||||
* $Id: parsenodes.h,v 1.52 1998/07/26 04:31:29 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -480,7 +480,7 @@ typedef struct CreatedbStmt
|
||||
NodeTag type;
|
||||
char *dbname; /* database to create */
|
||||
char *dbpath; /* location of database */
|
||||
#ifdef MB
|
||||
#ifdef MULTIBYTE
|
||||
int encoding; /* default encoding
|
||||
(see regex/pg_wchar.h) */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user