Re: configure --with-uuid=bsd fails on NetBSD
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-08-21T01:37:32Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2022-08-20 19:39:32 -0400, Tom Lane wrote: >> In the course of setting up a NetBSD buildfarm animal, I discovered >> that this is a lie. > Also recently reported as a bug: https://postgr.es/m/17358-89806e7420797025%40postgresql.org > with a bunch of discussion. Ah, I'd totally forgotten that thread :-(. After Peter pointed to the existence of new UUID format proposals, I kind of lost interest in doing a lot of work to implement our own not-quite- per-spec V1 generator. > Perhaps we should make them error out instead? It doesn't seem helpful to > just return something wrong... Yeah, might be appropriate. regards, tom lane
Commits
-
Reject bogus output from uuid_create(3).
- e55ccb3b179c 14.6 landed
- c4b6d218e369 16.0 landed
- a61095aa7946 13.9 landed
- 95028d9de422 10.23 landed
- 4d3f54bd7a0d 11.18 landed
- 23fe89a61223 12.13 landed
- 100a8ca2c285 15.0 landed