mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE
Now SET NAMES working again...
This commit is contained in:
parent
abee4c299f
commit
02efaa14e5
@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.96 1999/07/28 17:39:38 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.97 1999/08/18 13:04:45 ishii Exp $
|
||||||
*
|
*
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* AUTHOR DATE MAJOR EVENT
|
* AUTHOR DATE MAJOR EVENT
|
||||||
@ -563,7 +563,7 @@ VariableSetStmt: SET ColId TO var_value
|
|||||||
}
|
}
|
||||||
| SET NAMES encoding
|
| SET NAMES encoding
|
||||||
{
|
{
|
||||||
#ifdef MB
|
#ifdef MULTIBYTE
|
||||||
VariableSetStmt *n = makeNode(VariableSetStmt);
|
VariableSetStmt *n = makeNode(VariableSetStmt);
|
||||||
n->name = "client_encoding";
|
n->name = "client_encoding";
|
||||||
n->value = $3;
|
n->value = $3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user