Обсуждение: Thanks for the great work on the Win32 port
I just wanted to say thanks to everyone who has put effort into the Win32 port. I am amazed at how well the port already works. Last night I downloaded the latest snapshot and built it under mingw without any problems. I installed the database and then ran our application on top and all the basic opperations in our application worked. Then I ran the basic set of regression tests for our application and only 7 out of 262 of those tests failed. While there are a couple of rough areas, I was surprised how useful the Win32 port is right now. Is anyone interesting in more information about the issues I did run into, or is it still too early for anyone to care about such things as they are likely all known issues? thanks, --Barry
Please see the win32 project page:
http://momjian.postgresql.org/main/writings/pgsql/project
You should find all the known problems listed there.
---------------------------------------------------------------------------
Barry Lind wrote:
> I just wanted to say thanks to everyone who has put effort into the
> Win32 port. I am amazed at how well the port already works.
>
> Last night I downloaded the latest snapshot and built it under mingw
> without any problems.
>
> I installed the database and then ran our application on top and all
> the basic opperations in our application worked.
>
> Then I ran the basic set of regression tests for our application and
> only 7 out of 262 of those tests failed.
>
> While there are a couple of rough areas, I was surprised how useful the
> Win32 port is right now.
>
> Is anyone interesting in more information about the issues I did run
> into, or is it still too early for anyone to care about such things as
> they are likely all known issues?
>
> thanks,
> --Barry
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
> You should find all the known problems listed there. I noticed the shmget error recently when starting postmaster with domain sockets instead of tc/ip. Merlin
Merlin Moncure wrote:
> > You should find all the known problems listed there.
>
> I noticed the shmget error recently when starting postmaster with domain
> sockets instead of tc/ip.
Yes, I think we are going to have to hard-code a fixed address on
startup, and add a GUC variable so users can set it. The project page
mentions it:
http://momjian.postgresql.org/main/writings/pgsql/project
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073