pgsql: Fix BSD fseeko to seek from the end of the file. - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Fix BSD fseeko to seek from the end of the file.
Date
Msg-id 20050811230515.17D0252CB4@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix BSD fseeko to seek from the end of the file.

Modified Files:
--------------
    pgsql/src/port:
        fseeko.c (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/fseeko.c.diff?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: EINTR return from connect() should be treated exactly the same as
Next
From: andreas@pgfoundry.org (User Andreas)
Date:
Subject: tablelog - tablelog: - add function for getting column names of a table