Re: Speed dblink using alternate libpq tuple storage - Mailing list pgsql-hackers

From Kyotaro HORIGUCHI
Subject Re: Speed dblink using alternate libpq tuple storage
Date
Msg-id 20120221.185546.00505398.horiguchi.kyotaro@oss.ntt.co.jp
Whole thread Raw
In response to Re: Speed dblink using alternate libpq tuple storage  (Kyotaro HORIGUCHI <horiguchi.kyotaro@oss.ntt.co.jp>)
List pgsql-hackers
Sorry, I should fix a wrong word selection..

> Let me confirm the effects of this function. Is the below
> description right?
> 
> - PQskipResult(conn, false) makes just following PQgetResult() to
>   skip current bunch of rows and the consequent PQgetResult()'s
>   gathers rows as usual.

- PQskipResult(conn, false) makes just following PQgetResult() to skip current bunch of rows and the succeeding
PQgetResult()'sgathers rows as usual.             ~~~~~~~~~~
 

> - PQskipResult(conn, true) makes all consequent PQgetResult()'s
>   to skip all the rows.

- PQskipResult(conn, true) makes all succeeding PQgetResult()'s to skip all the rows.              ~~~~~~~~~~

-- 
Kyotaro Horiguchi
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Speed dblink using alternate libpq tuple storage
Next
From: Marko Kreen
Date:
Subject: Re: Speed dblink using alternate libpq tuple storage