Re: Extensions, this time with a patch
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>,
David Fetter <david@fetter.org>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-10-17T02:32:49Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes: > The intent here is to execute some code from the file directly inside > the server. > Eh, I realize now that the right way to go about this is to use SPI. Yeah, that would be one way to go about it. But IMO postgres.c should be solely concerned with interactions with the client. regards, tom lane