Re: encode/decode support for base64url - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: encode/decode support for base64url
Date
Msg-id 4C16E4BC-9972-46E2-8E5B-EDBC9832B678@justatheory.com
Whole thread Raw
In response to Re: encode/decode support for base64url  (Daniel Gustafsson <daniel@yesql.se>)
List 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



Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Better HINT message for "unexpected data beyond EOF"
Next
From: Robert Haas
Date:
Subject: Re: Making pgfdw_report_error statically analyzable