Re: FastPath

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: FastPath
Date: 2003-06-24 07:12:44
Message-ID: 20030624081244.A8438@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 23/06/2003 23:04 Yi LIN wrote:
> HI,
>
> I want to call PQfn((PGconn*)conn, ...) in fe-exec.c from Java program
> using FastPath. However, in Java codes the database connection is
> pgsql.Connection which is total different from (PGconn*)connection in C.
> How can I get and pass this parameter, conn? It is required that Java
> connection is the same as C connection in the backend.
>
> For your information, originally I want to call
> (bytestream*)get_write_set(void)
> in src/backend/replication/writeset.c.
>
> Does anyone know how to solve this? Thanks in advance.

PGConnection.getFastpathAPI() might be what you're looking for.

HTH
--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

  • FastPath at 2003-06-23 22:04:48 from Yi LIN

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kallol Nandi 2003-06-24 14:11:09 Re: Urgent : JDBC problem in PostgreSql for Linux
Previous Message Yi LIN 2003-06-23 22:04:48 FastPath