Re: Refactoring base64 encoding and decoding into a safer interface
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-04T07:14:09Z
Lists: pgsql-hackers
On Tue, Jul 02, 2019 at 09:56:03AM +0200, Daniel Gustafsson wrote: > Looks good, passes tests, provides value to the code. Bumping this to ready > for committer as I no more comments to add. Thanks. I have spent more time testing the different error paths and the new checks in base64.c, and committed the thing. -- Michael
Commits
-
Introduce safer encoding and decoding routines for base64.c
- cfc40d384ae5 13.0 landed