diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-03-07 23:49:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-03-07 23:49:31 +0000 |
commit | 8fa8f80c1a5db7f21730c3f4bf336de2cd894d22 (patch) | |
tree | 74a977ea3f061ea0b70399f8e1bcaeb2579ed778 /src/backend/utils/adt/int.c | |
parent | 9606f36210542ebc2dd6b040830f3c6c5859a4a6 (diff) | |
download | postgresql-8fa8f80c1a5db7f21730c3f4bf336de2cd894d22.tar.gz postgresql-8fa8f80c1a5db7f21730c3f4bf336de2cd894d22.zip |
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
Diffstat (limited to 'src/backend/utils/adt/int.c')
0 files changed, 0 insertions, 0 deletions