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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-23 00:04:05
Message-ID: CAApHDvo7tyPN1eYnS5tkLjp1NHxK_KEGwRsZ5_7Dutsr3n8+Kg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 23 Jul 2025 at 11:06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> 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

Done.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-07-23 00:08:04 Re: index prefetching
Previous Message Michael Paquier 2025-07-22 23:59:40 Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)