Re: [HACKERS] NT port of PGSQL - success

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] NT port of PGSQL - success
Дата
Msg-id 199810082141.RAA26330@candle.pha.pa.us
обсуждение исходный текст
Ответ на NT port of PGSQL - success  (Horak Daniel <horak@mmp.plzen-city.cz>)
Список pgsql-hackers
> Hi,
>
> I have successeed in porting PostgreSQL to Win NT. The patch that is
> included is for development version from Sep 15, but I think that the
> changes are version independent. The main difference from other port is
> the renamed system table pg_version (vs. PG_VERSION) to pg_ver - Windows
> file names are case insensitive :-) So this should be solved on a global
> level perhaps in main sources. And also the communication through
> AF_UNIX sockets is disabled. There are only two other changes:
> - added some flag while opening directory with open() syscall
> - changed flags for file descriptor in function pq_init()
> and that's all :-)


I have removed the data/base/*/pg_version file because it was never
used.  We had removed the 'version' functions long ago, but
include/catalog/pg_version.h was still being processed by genbki.sh.  No
longer.  backend/command/version.c is also no longer compiled.

This should make your table changes unnecessary.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: PL patches
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PL patches