Excerpts from Tom Lane's message of sáb oct 16 19:52:27 -0300 2010: > Dimitri Fontaine <dimi...@2ndquadrant.fr> writes: > > Tom Lane <t...@sss.pgh.pa.us> writes: > >> I think that's something that could be left for later, if not never. > > > That's very great news. I'm left with moving the bulk of the code away > > from genfile.c and into postgres.c, and have the former be a user > > callable shell around the later, I suppose. Right? > > Umm ... I fail to see why an extensions patch should be touching > postgres.c at all, let alone injecting a large amount of code there. > Whatever you're doing there probably requires some rethinking.
Hm, it was me that led him in that direction. The original patch was just copying a bunch of code from postgres.c into genfile.c, which struck me as a worse proposition. 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. -- Álvaro Herrera <alvhe...@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers