Re: Will libpq 8 PQ*cancel functions work with 7.4 servers?

From: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>
To: Piotr Sulecki <Piotr(dot)Sulecki(at)sybilla(dot)traxelektronik(dot)pl>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Will libpq 8 PQ*cancel functions work with 7.4 servers?
Date: 2005-06-13 13:57:17
Message-ID: 7104a737050613065754b7f3f4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

On 6/13/05, Piotr Sulecki <Piotr(dot)Sulecki(at)sybilla(dot)traxelektronik(dot)pl> wrote:
> My question is, will the new interface (PQgetCancel / PQcancel /
> PQfreeCancel) work with the version 7.4 server?

AFAIC, no.

> is there a list of libpq changes between 7.4 and 8.0 available anywhere?

{{{ [ From: http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c]
Revision 1.289: download - view: text, markup, annotated - select for diffs
Sat Oct 30 23:11:26 2004 UTC (7 months, 1 week ago) by tgl
Branches: MAIN
CVS tags: REL8_0_0BETA5
Diff to previous 1.288: preferred, colored
Changes since revision 1.288: +135 -50 lines

Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.
Use this new function in psql. Implement query cancellation in psql for
Windows. Code by Magnus Hagander, documentation and minor editorialization
by Tom Lane.
}}}

Related (colored) diff:
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.288;r2=1.289;f=h

Regards.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Piotr Sulecki 2005-06-13 14:08:20 Re: Will libpq 8 PQ*cancel functions work with 7.4 servers?
Previous Message Zlatko Matić 2005-06-13 12:34:52 Re: [INTERFACES] retrieving information about password from MS Access front-end