Re: 64-bit API for large object

From: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
To: "'Tatsuo Ishii'" <ishii(at)postgresql(dot)org>
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-08 05:00:40
Message-ID: 004a01cda511$ddc05950$99410bf0$@kapila@huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Sunday, October 07, 2012 1:25 PM Tatsuo Ishii wrote:
> 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?

Above errors are not coming after the changes in attached patch.

With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-10-08 07:03:17 Re: Add FET to Default and Europe.txt
Previous Message Amit Kapila 2012-10-08 03:45:40 Re: Rethinking placement of latch self-pipe initialization