Re: information Windows - PostgreSQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: information Windows - PostgreSQL
Date: 2003-06-18 16:54:03
Message-ID: 200306181654.h5IGs3611149@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Peer Directs relied on Visual C C++ code to handle it, and it didn't
look pretty. I am not sure how hard it is going to be to get that
working properly.

---------------------------------------------------------------------------

Merlin Moncure wrote:
> Outside of some quirky behavior like int/0 handling, what is wrong with
> the peerdirect's signal handler so that it has to be redone? Win32 has
> signal handling, just not as robust and complete as *nix.
>
> Regards,
> Merlin
>
> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: Wednesday, June 18, 2003 10:03 AM
> To: P.M
> Cc: PostGreSQL mailing list
> Subject: Re: [HACKERS] information Windows - PostgreSQL
>
>
> Not sure. We are petty deep in the backend code allowing CreateProcess
> and then we need to add signal handling. We don't have anything running
> yet.
>
>
> ------------------------------------------------------------------------
> ---
>
> P.M wrote:
> > Hi,
> >
> > I would like to participate to PostgreSQL under
> > Windows platform.
> >
> > What can i do to help ?
> >
> > x04001
> >
> > __________________________________
> > Do you Yahoo!?
> > SBC Yahoo! DSL - Now only $29.95 per month!
> > http://sbc.yahoo.com
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 9: the planner will ignore your desire to choose an index scan if
> your
> > joining column's datatypes do not match
> >
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania
> 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-18 17:02:08 src/bin/scripts seems a bit of a misnomer now
Previous Message Tom Lane 2003-06-18 16:24:59 Re: pg_get_triggerdef in pg_dump