Incorrect comment in fe-lobj.c - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Incorrect comment in fe-lobj.c
Date
Msg-id 20120827.090929.2171911608380568200.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Incorrect comment in fe-lobj.c
List pgsql-hackers
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
forwhence**/
 

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



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: 64-bit API for large object
Next
From: Tom Lane
Date:
Subject: Re: 64-bit API for large object