Re: more POSIX 2008 cleanup: strnlen(), rindex() - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: more POSIX 2008 cleanup: strnlen(), rindex()
Date
Msg-id CAGECzQR=sHe5F3iKh7DDD1GwgGa6MUFKnbdsKzMpnreGyhSQEw@mail.gmail.com
Whole thread Raw
In response to more POSIX 2008 cleanup: strnlen(), rindex()  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: more POSIX 2008 cleanup: strnlen(), rindex()
List pgsql-hackers
On Sat, 3 Jan 2026 at 10:52, Peter Eisentraut <peter@eisentraut.org> wrote:
> It has previously been established that POSIX 2008 is the baseline for
> PostgreSQL code (modulo Windows).  Looking through the POSIX 2008
> changes, I found a few more things we can clean up with respect to that.

Both changes look sensible to me



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: more POSIX 2008 cleanup: strnlen(), rindex()
Next
From: Etsuro Fujita
Date:
Subject: Re: Import Statistics in postgres_fdw before resorting to sampling.