8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c77587 commit 494b82bCopy full SHA for 494b82b
src/bin/psql/psql.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.172 1999/03/15 02:18:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.173 1999/03/24 06:55:14 ishii Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -2841,7 +2841,7 @@ main(int argc, char **argv)
2841
settings.getPassword = 0;
2842
#endif
2843
2844
-#ifdef MUTIBYTE
+#ifdef MULTIBYTE
2845
has_client_encoding = getenv("PGCLIENTENCODING");
2846
2847
0 commit comments