Re: encode/decode support for base64url

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>, Aleksander Alekseev <aleksander(at)tigerdata(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Cary Huang <cary(dot)huang(at)highgo(dot)ca>, Przemysław Sztoch <przemyslaw(at)sztoch(dot)pl>
Subject: Re: encode/decode support for base64url
Date: 2025-07-29 13:20:00
Message-ID: 4C16E4BC-9972-46E2-8E5B-EDBC9832B678@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jul 29, 2025, at 08:25, Daniel Gustafsson <daniel(at)yesql(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-07-29 13:36:11 Re: Making pgfdw_report_error statically analyzable
Previous Message Robert Haas 2025-07-29 13:16:26 Re: Better HINT message for "unexpected data beyond EOF"