Re: [PATCH] Precompute string lengths in PerformRadiusTransaction

From: zengman <zengman(at)halodbtech(dot)com>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Precompute string lengths in PerformRadiusTransaction
Date: 2026-01-05 15:11:38
Message-ID: tencent_2F283AB54A2F1A23529E5A07@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Good find. We may also consider making both passwd_len and secret_len `const`.
Thanks ! — Added const for passwd_len and secret_len.

--
Regards,
Man Zeng
www.openhalo.org

Attachment Content-Type Size
0002-Precompute-string-lengths-in-PerformRadiusTransactio.patch application/octet-stream 3.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-01-05 15:13:51 Re: A few patches to clarify snapshot management, part 2
Previous Message Matheus Alcantara 2026-01-05 15:08:40 Re: PL/Python initialization cleanup