[BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Theodore Petrosky
I thought I would try to make 7.4beta2 on my os X machine. I used the default ./configure then make. make says everything is ok to install so I tried a make check.. this is my error log. gcc is set for 3.1 os X 10.2.6. I don't know if this is just a 'make check' problem or if what I have is NFG.

Re: [BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Achilleus Mantzios
I is not a bug. Its just your OSX is too conservative regarding IPC defaults. Consider changing these variables: kern.ipc.shmmax kern.ipc.shm_use_phys (for performance only) kern.ipc.shmall They apply to FreeBSD, but OSX must have something similar. On Tue, 16 Sep 2003, Theodore Petrosky wro

Re: [BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Tom Lane
Achilleus Mantzios <[EMAIL PROTECTED]> writes: > I is not a bug. Yes it is; it's fixed in beta3. > Its just your OSX is too conservative regarding > IPC defaults. PG knows that, but we made a last-minute change in beta2 that caused the later part of the initdb process to forget to use the numbe

[BUGS] beta 3 and OS X

2003-09-16 Thread Theodore Petrosky
Contrats. Macintosh OS X 10.2.6 gcc 3.1 make check completes with 0 (zero) errors... Ted __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ---(end of broadcast)-

Re: [BUGS] 7.3.2 incorrectly counts characters for unicode varchar field

2003-09-16 Thread Matthew Cooper
Attached is the UTF-8 encoded sql file in case it got messed up in the mail transfer. And here it is pasted in directly from the window that was displaying chinese characters. insert into mgc values ('分钟练习分钟练习练习'); Looking at the UTF-8 documentation, 10 chinese characters could be any number of

Re: [BUGS] 7.3.2 incorrectly counts characters for unicode varchar field

2003-09-16 Thread Matthew Cooper
Doh! It looks like its time to eat humble pie. It turns out that the guy here who has 7.3.4 and helped me to reproduce the problem did not follow our own installation instructions (that he recently re-worded!) as follows: "createdb -E UNICODE -U DB_USER -P DB_PASSWORD DB_NAME" and did not set the