Re: [PATCH] Optimization: avoid repeated strlen() calls in function CreateTriggerFiringOn when parsing trigger arguments

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Lucas Jeffrey <luquijeffrey(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Optimization: avoid repeated strlen() calls in function CreateTriggerFiringOn when parsing trigger arguments
Date: 2026-09-09 07:50:06
Message-ID: 7EEBF2D8-D885-4E15-B74C-189C2D7EF048@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 9 Sep 2026, at 02:00, Lucas Jeffrey <luquijeffrey(at)gmail(dot)com> wrote:
>
> Signed-off-by: Lucas Jeffrey <luquijeffrey(at)gmail(dot)com>

Optimization patches require a great deal more justification than just the
diff: a discussion on why it's safe and a non-synthetical benchmark which shows
the benefit.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message 杨伯宇 (长堂) 2026-09-09 07:51:28 Re: logical decoding: skip unnecessary snapshot distribution.
Previous Message Michael Paquier 2026-09-09 07:43:50 Re: pgstat: Flush some statistics within running transactions, take 2