diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
| commit | 77f7763b55a89254f3b4be1f92402188bf2575b8 (patch) | |
| tree | 95af88df05d1251ee25dd28cf826c664748daa14 /src/include/catalog/pg_control.h | |
| parent | 86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff) | |
| download | postgresql-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.h | 4 |
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]; |
