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

From: "Aleksej Saushev" <asau(at)inbox(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4053: libpq documentation should express clearly, that integers are passed in network octet order
Date: 2008-03-24 18:12:48
Message-ID: 200803241812.m2OICmbm048484@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Gregorie 2008-03-24 19:45:15 BUG #4054: Text containing ';' upsets db restores
Previous Message Tom Lane 2008-03-24 17:09:33 Re: BUG #4052: GCC update -fwrapv and new -Wstrict-overflow