Re: [HACKERS] handlers for inline code

2009-09-27 Thread Tom Lane
Andrew Dunstan writes: > I'm looking at creating a plperl inline code handler. I'd like to modify > the new InlineCodeBlock structure slightly by adding a "trusted" flag > and having the calling code in src/backend/commands/functioncmds.c fill > it in. This will save every language handler that

[HACKERS] handlers for inline code

2009-09-27 Thread Andrew Dunstan
I'm looking at creating a plperl inline code handler. I'd like to modify the new InlineCodeBlock structure slightly by adding a "trusted" flag and having the calling code in src/backend/commands/functioncmds.c fill it in. This will save every language handler that implements both trusted and