Re: tsearch2 under win32

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: tsearch2 under win32
Date: 2004-05-11 23:11:07
Message-ID: 16998.1084317067@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

"Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr> writes:
> is it safe to cast "const char*" to "pg_wchar*"

No. They're not the same kind of animal at all.

You may want to look at the interface code in utils/adt/regexp.c.

regards, tom lane

PS: it would be nicer to see your work as a patch diff, not as a pile
of replacement files. We are not going to drop in replacement files,
since that risks losing other people's concurrent work.

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message V i s h a l Kashyap @ [Sai Hertz And Control Systems] 2004-05-12 10:40:15 Re: Novice Guide to Windows Compile How to
Previous Message Merlin Moncure 2004-05-11 19:50:45 Re: Novice Guide to Windows Compile How to