type cache for concat functions

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: type cache for concat functions
Date: 2017-05-20 08:03:34
Message-ID: CAFj8pRAT62pRgjoHbgTfJUc2uLmeQ4saUj+yVJAEZUiMwNCmdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

Now concat is 2x times slower than || operator. With cached FmgrInfo for
output function it will be only 5%.

Regards

Pavel

Attachment Content-Type Size
faster-concat.patch text/x-patch 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Cyril Auburtin 2017-05-20 08:27:34 Allowing dash character in LTREE
Previous Message Heikki Linnakangas 2017-05-20 07:56:57 Re: Removal of plaintext password type references