Re: [HACKERS] NT port of PGSQL - success

Bruce Momjian <maillist@candle.pha.pa.us>

From: Bruce Momjian <maillist@candle.pha.pa.us>
To: horak@mmp.plzen-city.cz (Horak Daniel)
Cc: pgsql-hackers@hub.org, JKraaijeveld@askesis.nl
Date: 1998-10-08T21:40:29Z
Lists: 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