handlers for inline code

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: handlers for inline code
Date: 2009-09-28 00:42:20
Message-ID: 4AC0066C.6000002@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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 untrusted variants from having to fetch the property. I
hope that seems reasonable.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-09-28 00:48:59 Re: handlers for inline code
Previous Message Jeff Davis 2009-09-27 21:47:03 Re: operator exclusion constraints