Re: Fix incorrect PG_GETARG in pgcrypto
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tomas Vondra <tomas.vondra@enterprisedb.com>
Cc: shihao zhong <zhong950419@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-02-27T02:51:23Z
Lists: pgsql-hackers
On Mon, Feb 26, 2024 at 02:47:27PM +0100, Tomas Vondra wrote: > Should this be marked as committed, or is there some remaining part? Thanks. I've missed the existence of [1]. It is now marked as committed. [1]: https://commitfest.postgresql.org/47/4822/ -- Michael
Commits
-
pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings
- d0071f922808 17.0 landed