Re: PATCH: Add hstore_to_json()
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, "David E. Wheeler" <david@kineticode.com>, Peter Eisentraut <peter_e@gmx.net>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-01-01T00:24:09Z
Lists: pgsql-hackers
On Thu, Dec 31, 2009 at 5:37 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Robert Haas <robertmhaas@gmail.com> writes: >> Anyhow, that brings me back to the question I asked upthread, which is >> "Can/should we suck one of these libraries into our code base (and if >> so, which?) or do we need to add an analogue of --with-libxml so that >> we can link against an external library if present and omit the >> feature otherwise?". > > Count me as -1 for "sucking in" any sizable amount of code for this. > I do not wish to be on the hook to maintain something like that. OK, that's why I ask these questions. :-) How much would be "siz(e)able"? ...Robert