pgsql: Fix BSD fseeko to seek from the end of the file.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix BSD fseeko to seek from the end of the file.
Date: 2005-08-11 23:05:15
Message-ID: 20050811230515.17D0252CB4@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andreas 2005-08-12 00:05:42 tablelog - tablelog: - add function for getting column names of a table
Previous Message Tom Lane 2005-08-11 22:53:41 pgsql: EINTR return from connect() should be treated exactly the same as