libpq on the server

From: Wayne Fang <wayne(at)barrodale(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: libpq on the server
Date: 2004-08-20 16:11:02
Message-ID: 6.1.2.0.0.20040820085130.02e7ab60@marilyn.barrodale.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

For various reasons (parallel structure with existing code, commonality of concepts, etc), we have C language functions implemented that use libpq to make a new connection to the same Postgres server. Yes, I realize libpq is meant for clients and SPI for backends. The question is, are there any technical problems with this? Will using libpq in the backend do Bad Things in unexpected areas/ways?

The environment ranges from:
Postgres 7.4.2, 7.4.3
RedHat 7.3, 9.0

Thanks,
Wayne

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-08-20 16:15:26 Re: Postgres filling up hard drive with swap files
Previous Message Greg Stark 2004-08-20 16:08:45 Log Clutter