Re: PQcmdTuples() declaration

From: Payman <payman(at)Club-Internet(dot)fr>
To: Michael Klatt <mdklatt(at)ou(dot)edu>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: PQcmdTuples() declaration
Date: 2002-11-07 14:23:32
Message-ID: 3DCA7764.8070404@Club-Internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi Michael
I am running version 7.2.3 on MacOS X and seam thing
I think this is a doc probleme .
Strange my doc is a 7.2.1 documentation and 7.2.3 Package.
If you change the include file you must rebuild all postgresql .
you dont have link error ?

Payman

>I am running version 7.1.3, installed as an RPM from Red Hat. According to
>the documentation for libpq, function PQcmdTuples is declared as
>'PQcmdTuples(const PGresult*)'. In my 'libpq-fe.h' include file it is
>declared as 'PQcmdTuples(PGresult*)' (no const). Is this an error in the
>documentation or my include file? I have changed the include file to match
>the documentation, and I haven't noticed any negative effects so far.
>
>
>

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Payman 2002-11-07 14:32:48 Re: Simple compile question
Previous Message ljb 2002-11-07 01:26:46 pgtcl: Change in behavior of pg_result -oid, vs documentation