Обсуждение: TODO items

Поиск
Список
Период
Сортировка

TODO items

От
Bruce Momjian
Дата:
Is anyone working on any of the Win32 TODO items?  Have questions?

There are 27 people subscribed to this list.

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

Re: TODO items

От
Дата:
Bruce Momjian said:
> Is anyone working on any of the Win32 TODO items?  Have questions?
>
> There are 27 people subscribed to this list.
>

As I think I indicated, I am working on initdb in C.

I looked at the CONNX stuff, but between the C++isms and the Windowsisms
it looked to be not a good place to start - so I'm starting from scratch.

(This works for me because I can do most of the work on my Linux machine,
and not have to fight my daughter too much for use of the only Windows box
in my house that runs fast enough).

This will take me some weeks, I suspect. I have a scribbled list of
external dependencies that need direct some C replication (rm -rf, ls,
sed, etc.) and a couple of open items in my head (e.g. how good is Windows
popen() with redirection?). I don't see any blockers at this stage, it's
just a bit tedious.

BTW, for anyone working on this port, I recommend looking at the porting
guide on MSDN - it appears to have some useful info. Maybe the web page
should have a link to that too.

cheers

andrew