SPI high level abstraction? - Mailing list pgsql-general

From Jacqui Caren-home
Subject SPI high level abstraction?
Date
Msg-id 4CA9BFA5.3070606@ntlworld.com
Whole thread Raw
List pgsql-general
Is there any C libs out there that will abstract the SPI interface?

I have a number of functions that do input process output and
they are all almost identical (tablename fields, change)

I could abstract the code but would prefer to re-use an exissting abstraction layer
as the less code I write the less chance of errors creeping in :-)

Jacqui

p.s. I am looking at using C macros but the solution does not "smell right" to me.

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Any advice on debugging hanging postgresql-8.1.21 (many postmaster's)
Next
From: Fujii Masao
Date:
Subject: Re: streaming replication question