Re: I want to send comments to the backend! - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: I want to send comments to the backend!
Date
Msg-id 200303201722.h2KHMH614777@candle.pha.pa.us
Whole thread Raw
In response to Re: I want to send comments to the backend!  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: I want to send comments to the backend!  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > It returns PGRES_NONFATAL_ERROR.  Why should this be an error?
> 
> Actually, you don't get a "res" object at all, because nothing happened.
> The only place in libpq that returns that code is PQresultStatus itself.

Yes, I see that now.  res is NULL and PQresultStatus() is returning
PGRES_NONFATAL_ERROR.  What is strange is that "" and "\n" both return
an OK result, so I am trying to figure out why comments are different.

> Perhaps PGRES_EMPTY_QUERY would be more appropriate?  Not sure where in
> the chain would be best to change the behavior, though.

Yes.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-interfaces by date:

Previous
From: Steve Howe
Date:
Subject: Re: I want to send comments to the backend!
Next
From: Tom Lane
Date:
Subject: Re: I want to send comments to the backend!