I found following in fe-lobj.c:

/*
 * lo_lseek
 *        change the current read or write location on a large object
 * currently, only L_SET is a legal value for whence
 *
 */

I don't know where "L_SET" comes from. Anyway this should be:
 * whence must be one of SEEK_SET, SEEK_CUR or SEEK_END.

If there's no objection, I will change this.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to