Re: Inlining of couple of functions in pl_exec.c improves performance
Amit Khandekar <amitdkhan.pg@gmail.com>
From: Amit Khandekar <amitdkhan.pg@gmail.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-06-10T10:39:58Z
Lists: pgsql-hackers
On Tue, 9 Jun 2020 at 21:49, Pavel Stehule <pavel.stehule@gmail.com> wrote: > Is your patch in commitfest in commitfest application? Thanks for reminding me. Just added. https://commitfest.postgresql.org/28/2590/
Commits
-
Inline the fast path of plpgsql's exec_cast_value().
- fe2e206cdb00 14.0 landed
-
Inline plpgsql's exec_stmt() into exec_stmts().
- 1f902d499eda 14.0 landed