Fix incorrect PG_GETARG in pgcrypto - Mailing list pgsql-hackers

From shihao zhong
Subject Fix incorrect PG_GETARG in pgcrypto
Date
Msg-id CAGRkXqRfiWT--DzVPx_UGpNHTt0YT5Jo8eV2CtT56jNP=QpXSQ@mail.gmail.com
Whole thread Raw
Responses Re: Fix incorrect PG_GETARG in pgcrypto
List pgsql-hackers
Hi hackers,

I'd like to bring to your attention that I recently identified some
functions in pgcrypto that are using PG_GETARG functions in a way that
doesn't match the expected function signature of the stored
procedures. This patch proposes a solution to address these
inconsistencies and ensure proper alignment.

Thanks,
Shihao

Attachment

pgsql-hackers by date:

Previous
From: shihao zhong
Date:
Subject: Re: Encoding protection for pgcrypto
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export