Re: JSON for PG 9.2
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Daniel Farina <daniel@heroku.com>
Cc: Merlin Moncure <mmoncure@gmail.com>, Peter Eisentraut <peter_e@gmx.net>, Robert Haas <robertmhaas@gmail.com>, Peter van Hardenberg <pvh@pvh.ca>, Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org, Joseph Adams <joeyadams3.14159@gmail.com>
Date: 2011-12-16T23:44:46Z
Lists: pgsql-hackers
On 12/16/2011 05:39 PM, Daniel Farina wrote: > To the best of my knowledge: > > libv8 is also exception-free, and compiled with exceptions off. plv8 > does make use of exceptions, though, something that gave me pause when > reading it. At first I thought it was to integrate with libv8, but > that did not seem to be the case, so it probably could learn to use > return codes instead. Yeah. We should look at that. cheers andrew