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

2013-01-14 Thread Merlin Moncure
On Mon, Jan 14, 2013 at 4:55 AM, Abhijit Menon-Sen wrote: > At 2012-11-15 12:08:12 -0500, robertmh...@gmail.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 ca

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

2013-01-14 Thread Abhijit Menon-Sen
At 2012-11-15 12:08:12 -0500, robertmh...@gmail.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