Bruce Momjian 8fa8f80c1a I've recently written to pgsql-ports about a problem with PG7.0 on NT
(Subj: [PORTS] initdb problem on NT with 7.0).  Since nobody helped me,
I had to find out the reson.  The difference between NT and Linux (for
instance) is that "open( path, O_RDWR );" opens a file in text mode.  So
sometime less block can be read than required.

I suggest a following patch.  BTW the situation appeared before, see
hba.c, pqcomm.c and others.


Alexei Zakharov
2000-03-07 23:49:31 +00:00
..
2000-03-07 15:11:03 +00:00
2000-03-01 19:13:08 +00:00
2000-03-06 01:29:54 +00:00
2000-02-23 22:24:46 +00:00
2000-01-26 05:58:53 +00:00
2000-03-05 14:14:15 +00:00
2000-02-28 23:28:41 +00:00
Hi!
2000-01-18 19:05:31 +00:00