minor CVS regression - Mailing list pgsql-hackers

From Neil Conway
Subject minor CVS regression
Date
Msg-id 20020516220010.2dbf0fe1.nconway@klamath.dyndns.org
Whole thread Raw
Responses Re: minor CVS regression  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.

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).

Cheers,

Neil


pgsql-hackers by date:

Previous
From: "Magnus Naeslund(f)"
Date:
Subject: Re: WIN32 native ... lets start?!?
Next
From: Tom Lane
Date:
Subject: Re: interfaces/ecpg/preproc reduce/reduce conflicts