Re: [PATCH] Speed up repeat() for larger counts - Mailing list pgsql-hackers

From ChenhuiMo
Subject Re: [PATCH] Speed up repeat() for larger counts
Date
Msg-id tencent_CB6CCF9832ACA15562A4B67CAF3E0F528C0A@qq.com
Whole thread
In response to Re: [PATCH] Speed up repeat() for larger counts  (Jan Nidzwetzki <jan@planetscale.com>)
List pgsql-hackers
Hi Jan,

Thanks for the review.

I have updated the patch set based on your comments:

- removed CHECK_FOR_INTERRUPTS() after memset()
- added a short comment for the single-byte fast path
- added regression tests for the early-return cases and the memset() path
- versioned the patch series as v2

I also confirmed that the author information in the patches is the name
and email address I want to use.

The updated v2 patch set is attached.

Thanks,
Chenhui
Attachment

pgsql-hackers by date:

Previous
From: "Wei Sun"
Date:
Subject: Severe performance degradation with concurrent updates due to excessive EvalPlanQual (EPQ) re‑evaluation
Next
From: Nikolay Samokhvalov
Date:
Subject: Re: PG19: two RI fast-path issues found while testing the batching revert