| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, peter_e(at)gmx(dot)net |
| Subject: | Re: minor CVS regression |
| Date: | 2002-05-17 02:21:25 |
| Message-ID: | 1280.1021602085@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> writes:
> I'm seeing this with the current CVS code:
> [nconway:/home/nconway/pgsql]% initdb -D /data/pgsql/pgdata
> The files belonging to this database system will be owned by user "nconway".
> This user must also own the server process.
> /data/pgsql/bin/initdb: test: =: unary operator expected
> The database cluster will be initialized with locales:
> COLLATE: C CTYPE: MESSAGES: C
> MONETARY: C NUMERIC: C TIME: C
> <snip>
> Namely, the "unary operator expected" warning.
Fixed.
> BTW, does that "CTYPE:" element look correct? Just from a visual
> point of view, I'd expect it to have a value (e.g. C).
Apparently you are running with LC_CTYPE explicitly set to "".
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2002-05-17 02:25:38 | Re: WIN32 native ... lets start?!? |
| Previous Message | Tom Lane | 2002-05-17 02:10:17 | Re: interfaces/ecpg/preproc reduce/reduce conflicts |