Re: BUG #4053: libpq documentation should express clearly, that integers are passed in network octet order

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Aleksej Saushev <asau(at)inbox(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4053: libpq documentation should express clearly, that integers are passed in network octet order
Date: 2008-06-23 21:11:35
Message-ID: 200806232111.m5NLBZe12886@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Aleksej Saushev wrote:
>
> The following bug has been logged online:
>
> Bug reference: 4053
> Logged by: Aleksej Saushev
> Email address: asau(at)inbox(dot)ru
> PostgreSQL version: 8.3
> Operating system: NetBSD, but this does no matter
> Description: libpq documentation should express clearly, that
> integers are passed in network octet order
> Details:
>
> The documentation on PQexecParams is silent about the precise format,
> expected by server for binary parameters, it should be more explicit
> and note that integers are expected in network octet order.

I have added this libpq documentation paragraph about how to determine
how to pass binary values. I also added a few comments to the libpq C
code.

Thanks for the report; please let me know if I can improve it more.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 2.1 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2008-06-23 22:55:18 Re: BUG #4109: Typo in documentation
Previous Message Bruce Momjian 2008-06-23 19:50:16 Re: BUG #4027: backslash escaping not disabled in plpgsql