Fix error handling of pg_b64_decode()
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Jan 2025 08:02:21 +0000 (09:02 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Jan 2025 08:02:21 +0000 (09:02 +0100)
commitd278541be422f348b10c89c638942c25229c5e07
treeaf17d07fcf1864baffa90c88cbd2f61814be0b08
parentff030ebe25022bdb90cecb7bfe45c6f863e3be30
Fix error handling of pg_b64_decode()

Fix for commit 761c79508e7.  The previous error handling logic was not
quite correct.

Discussion: https://www.postgresql.org/message-id/flat/CAEudQAq-3yHsSdWoOOaw%2BgAQYgPMpMGuB5pt2yCXgv-YuxG2Hg%40mail.gmail.com
src/interfaces/libpq/fe-connect.c