tch with your suggestion.
What about other functions that make extensive use of strlen?
Thank you.
Ranier Vilela
De: Mark Dilger
Enviado: sábado, 9 de novembro de 2019 00:12
Para: Ranier VF; pgsql-hackers@lists.postgresql.org
Assunto: Re: Patch avoid call str
De: Mark Dilger
Enviado: sábado, 9 de novembro de 2019 00:12
Para: Ranier VF; pgsql-hackers@lists.postgresql.org
Assunto: Re: Patch avoid call strlen repeatedly in loop.
On 11/8/19 9:41 AM, Ranier VF wrote:
> --- \dll\postgresql-12.0\a\backend\li
On 11/8/19 9:41 AM, Ranier VF wrote:
--- \dll\postgresql-12.0\a\backend\libpq\auth.c Mon Sep 30 17:06:55 2019
+++ auth.c Fri Nov 08 14:27:17 2019
@@ -1815,6 +1815,7 @@
charident_user[IDENT_USERNAME_MAX + 1];
pgsocketsock_fd = PGINVALID_SOCKET; /* for ta
Hi,
Please can anybody review and commit this patch.
Thanks.
Ranier Vilela
--- \dll\postgresql-12.0\a\backend\libpq\auth.c Mon Sep 30 17:06:55 2019
+++ auth.c Fri Nov 08 14:27:17 2019
@@ -1815,6 +1815,7 @@
charident_user[IDENT_USERNAME_MAX + 1];
pgsockets