libpq

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: libpq
Date: 2010-08-12 14:47:42
Message-ID: AANLkTinYe8NMiegT27grzm+H1Zu+9Ufs==_LEVFNLBSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Hey all,

Is it guaranteed that functions, which accept PGconn* (PGresult*)
properly works if PGconn* (PGresult*) is NULL or is it better to check
on NULL the value of the pointer before calling those functions?

Regards,
Dmitriy

In response to

  • libpq at 2010-08-10 13:35:12 from Dmitriy Igrishin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-08-12 15:04:52 Re: libpq
Previous Message Andrew Dunstan 2010-08-12 14:47:07 Re: Regression tests versus the buildfarm environment

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2010-08-12 15:04:52 Re: libpq
Previous Message Jose Ildefonso Camargo Tolosa 2010-08-11 23:56:27 Re: Using count on a join, group by required?