Re: plpgsql function startup-time improvements
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-01-24T23:16:24Z
Lists: pgsql-hackers
Attachments
- faster-plpgsql-datum-setup-2.patch (text/x-diff) patch
- plpgsql-promises-2.patch (text/x-diff) patch
Pavel Stehule <pavel.stehule@gmail.com> writes: > please, can you rebase all three patches necessary for patching? Done. These now need to be applied over https://www.postgresql.org/message-id/833.1516834367@sss.pgh.pa.us regards, tom lane
Commits
-
Speed up plpgsql trigger startup by introducing "promises".
- fd333bc763ea 11.0 landed
-
Speed up plpgsql function startup by doing fewer pallocs.
- 40301c1c8bcb 11.0 landed