Re: 64-bit API for large object - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 64-bit API for large object
Date
Msg-id 23083.1348198383@sss.pgh.pa.us
Whole thread Raw
In response to Re: 64-bit API for large object  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: 64-bit API for large object  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
List pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> To pass 64-bit integer to PQfn, PQArgBlock is used like this: int *ptr
> is a pointer to 64-bit integer and actual data is placed somewhere
> else.

Yeah, I think we have to do it like that.  Changing the size of
PQArgBlock would be a libpq ABI break, which IMO is sufficiently painful
to kill this whole proposal.  Much better a little localized ugliness
in fe-lobj.c.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_reorg in core?
Next
From: Hitoshi Harada
Date:
Subject: Re: pg_reorg in core?