FastPath

From: Yi LIN <ylin30(at)cs(dot)mcgill(dot)ca>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: FastPath
Date: 2003-06-23 22:04:48
Message-ID: Pine.GSO.4.44.0306231757410.10332-100000@willy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Regards,

Yi Lin

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Thomas 2003-06-24 07:12:44 Re: FastPath
Previous Message Jean-Christian Imbeault 2003-06-23 21:55:54 Re: Problems with writing EUC-JP/Unicode to console or file