Re: [PATCH] Use strchr() to search for a single character

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Dmitry Mityugov <d(dot)mityugov(at)postgrespro(dot)ru>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Use strchr() to search for a single character
Date: 2025-07-22 23:06:11
Message-ID: 1201752.1753225571@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> I'm currently thinking we should just fix the pgmkdirp.c instance and
> call it good.

+1

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-07-22 23:13:23 Re: index prefetching
Previous Message Sami Imseih 2025-07-22 23:04:50 Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX