postgresql/src/backend/access
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
..
common Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
gist Change reindex command to work properly with gist/hash/rtree 2000-03-01 05:39:24 +00:00
hash Change reindex command to work properly with gist/hash/rtree 2000-03-01 05:39:24 +00:00
heap Enable backward sequential scan even after reaching EOF. 2000-02-09 03:49:47 +00:00
index Implement reindex command 2000-02-18 09:30:20 +00:00
nbtree Implement reindex command 2000-02-18 09:30:20 +00:00
rtree Change reindex command to work properly with gist/hash/rtree 2000-03-01 05:39:24 +00:00
transam I've recently written to pgsql-ports about a problem with PG7.0 on NT 2000-03-07 23:49:31 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00