common fe/be library (was Re: [PATCH] binary heap implementation)

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: common fe/be library (was Re: [PATCH] binary heap implementation)
Date: 2013-01-14 10:55:01
Message-ID: 20130114105501.GA3494@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2012-11-15 12:08:12 -0500, robertmhaas(at)gmail(dot)com wrote:
>
> Still, maybe we could have a src/framework directory that uses the
> same trick to produce a libpgframework that frontend code can use,
> and a lib pgframework_srv that can be linked into the backend.
> That's might not actually be that much work; we'd just need to
> clone all the existing src/port logic.

Does anyone have further comments about Robert's idea above? Or
alternative suggestions about how to structure a library of routines
that can be used in either the backend or in client code (like the
binary heap implementation)?

-- Abhijit

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-01-14 11:37:58 pg_ctl idempotent option
Previous Message Magnus Hagander 2013-01-14 10:03:19 Re: pg_retainxlog for inclusion in 9.3?