From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
---|---|
To: | amit(dot)kapila(at)huawei(dot)com |
Cc: | kaigai(at)kaigai(dot)gr(dot)jp, anzai(at)sraoss(dot)co(dot)jp, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 64-bit API for large object |
Date: | 2012-10-07 07:54:56 |
Message-ID: | 20121007.165456.1039260164219454479.t-ishii@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Amit,
> Today when I tried to build the latest code on my windows m/c, I got few errors from the checkin of this patch.
>
> lo_hton64 (due to -- unint32_t)
> .\src\interfaces\libpq\fe-lobj.c(1049) : error C2065: 'uint32_t' : undeclared identifier
> inv_seek (due to -- MAX_LARGE_OBJECT_SIZE)
> \src\backend\storage\large_object\inv_api.c(389) : error C2065: 'LOBLKSIZELL' : undeclared identifier
> inv_read ((due to -- MAX_LARGE_OBJECT_SIZE))
> \src\backend\storage\large_object\inv_api.c(441) : error C2065: 'LOBLKSIZELL' : undeclared identifier
Thanks for the report. Can you please try included patch?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp
Attachment | Content-Type | Size |
---|---|---|
lobj64fix.patch | text/x-patch | 1.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-10-07 15:25:50 | Re: plpgsql_check_function - rebase for 9.3 |
Previous Message | Amit kapila | 2012-10-07 05:32:07 | Re: 64-bit API for large object |