summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_control.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
commit77f7763b55a89254f3b4be1f92402188bf2575b8 (patch)
tree95af88df05d1251ee25dd28cf826c664748daa14 /src/include/catalog/pg_control.h
parent86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff)
downloadpostgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.tar.gz
Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
Diffstat (limited to 'src/include/catalog/pg_control.h')
-rw-r--r--src/include/catalog/pg_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index 05e13783a2..77d8bcc7d5 100644
--- a/src/include/catalog/pg_control.h
+++ b/src/include/catalog/pg_control.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_control.h,v 1.8 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_control.h,v 1.9 2002/09/03 21:45:43 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -113,7 +113,7 @@ typedef struct ControlFileData
/* flag indicating internal format of timestamp, interval, time */
uint32 enableIntTimes; /* int64 storage enabled? */
- /* active locales --- "C" if compiled without USE_LOCALE: */
+ /* active locales */
uint32 localeBuflen;
char lc_collate[LOCALE_NAME_BUFLEN];
char lc_ctype[LOCALE_NAME_BUFLEN];