Incorrect comment in fe-lobj.c

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Incorrect comment in fe-lobj.c
Date: 2012-08-27 00:09:29
Message-ID: 20120827.090929.2171911608380568200.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-08-27 01:28:03 Re: 64-bit API for large object
Previous Message Tatsuo Ishii 2012-08-26 23:25:30 Re: 64-bit API for large object