Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02efaa1

Browse files
committed
Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE
Now SET NAMES working again...
1 parentabee4c2 commit02efaa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.96 1999/07/28 17:39:38 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.97 1999/08/18 13:04:45 ishii Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -563,7 +563,7 @@ VariableSetStmt: SET ColId TO var_value
563563
}
564564
| SET NAMES encoding
565565
{
566-
#ifdefMB
566+
#ifdefMULTIBYTE
567567
VariableSetStmt *n = makeNode(VariableSetStmt);
568568
n->name = "client_encoding";
569569
n->value = $3;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp