Inlining of couple of functions in pl_exec.c improves performance

Edit
ID 2590
Title Inlining of couple of functions in pl_exec.c improves performance
Topic Procedural Languages
Created 2020-06-10 10:37:13
Last modified 2020-07-05 17:13:43 (4 years, 4 months ago)
Latest email 2020-07-06 12:29:34 (4 years, 4 months ago)
Status
2020-07: Committed
Target version
Authors Amit Khandekar (amitdkhan)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/2590
git checkout commitfest/cf/2590
Emails
Inlining of couple of functions in pl_exec.c improves performance
First at 2020-05-23 17:03:43 by Amit Khandekar <amitdkhan.pg at gmail.com>
Latest at 2020-07-06 12:29:34 by Amit Khandekar <amitdkhan.pg at gmail.com>
Latest attachment (0003-Inline-exec_cast_value.patch) at 2020-07-03 19:49:37 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (0003-Inline-exec_cast_value.patch) at 2020-07-03 19:49:37 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-inline-exec_stmt-1.patch) at 2020-07-01 22:17:22 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-Modularize-code-in-toplevel-pl-pgsql-block-callers.patch) at 2020-05-23 17:03:43 from Amit Khandekar <amitdkhan.pg at gmail.com> (Patch: Yes)
History
When Who What
2020-07-05 17:13:43 Tom Lane (tgl) Closed in commitfest 2020-07 with status: Committed
2020-07-03 19:36:43 Tom Lane (tgl) Added tgl as committer
2020-06-10 10:38:21 Amit Khandekar (amitdkhan) Changed authors to Amit Khandekar (amitdkhan)
2020-06-10 10:37:13 Amit Khandekar (amitdkhan) Attached mail thread CAJ3gD9eBNrmUD7WBBLG8ohaZ485H9y+4eihQTgr+K8Lhka3vcQ@mail.gmail.com
2020-06-10 10:37:13 Amit Khandekar (amitdkhan) Created patch record
Edit