Re: Extensions, this time with a patch - Mailing list pgsql-hackers

From David Fetter
Subject Re: Extensions, this time with a patch
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Extensions, this time with a patch  (Alvaro Herrera <[email protected]>)
List pgsql-hackers
On Sun, Oct 17, 2010 at 12:09:51AM -0300, Alvaro Herrera wrote:
> Excerpts from Tom Lane's message of sáb oct 16 23:32:49 -0300 2010:
> > Alvaro Herrera <[email protected]> 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.
> 
> Duly noted.

Should this be noted in a README?  Source code comments?  I'm thinking
if Alvaro didn't know it, it's not clear enough from context.

Cheers,
David.
-- 
David Fetter <[email protected]> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: [email protected]
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Fate of the old cvs repository
Next
From: Tom Lane
Date:
Subject: Re: WIP: extensible enums