Re: function body actors (was: [PERFORM] viewing source code) - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: function body actors (was: [PERFORM] viewing source code)
Date
Msg-id 162867790712210018m68117783y791da209a4a97448@mail.gmail.com
Whole thread Raw
In response to Re: function body actors (was: [PERFORM] viewing source code)  ("Merlin Moncure" <mmoncure@gmail.com>)
Responses Re: function body actors (was: [PERFORM] viewing source code)
List pgsql-hackers
I have similar patch and it works. There is two isues:

* we missing column in pg_proc about state (not all procedures are
obfuscated), I solved it for plpgsl with using probin.
* decrypt is expensive on language handler level. Every session have
to do it again and again, better decrypt in system cache or somewhere
there.

Regards
Pavel Stehule

pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: function body actors (was: [PERFORM] viewing source code)
Next
From: Magnus Hagander
Date:
Subject: Re: pgwin32_open returning EINVAL