Re: encode/decode support for base64url
David E. Wheeler <david@justatheory.com>
From: "David E. Wheeler" <david@justatheory.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Florents Tselai <florents.tselai@gmail.com>, Aleksander Alekseev <aleksander@tigerdata.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Cary Huang <cary.huang@highgo.ca>, Przemysław Sztoch <przemyslaw@sztoch.pl>
Date: 2025-07-29T13:20:00Z
Lists: pgsql-hackers
On Jul 29, 2025, at 08:25, Daniel Gustafsson <daniel@yesql.se> wrote: > The attached version also adds a commit message, tweaks the documentation along > with a few small changes to error message handling etc. This looks great. One nit my editor noticed: This line: +-- Round-trip test for all lengths from 0–4 Uses U+2013 "–" but maybe we want ASCII character U+002d "-". Best, David