Re: encode/decode support for base64url

2025-05-06 Thread Pavel Seleznev
Hi, In the strings.sql file there is such code SELECT encode('\x69b73eff', 'base64'); -- Expected: abc+/w== In the strings.out file +SELECT encode('\x69b73eff', 'base64'); -- Expected: abc+/w== + encode +-- + abc+/w== +(1 row) + maybe you should remove the additional description of the e

Re: Update LDAP Protocol in fe-connect.c to v3

2025-05-15 Thread Pavel Seleznev
I applied your patch. I ran extended application tests relative to vanilla ones, which include various scenarios of working with LDAP and I think that we can safely apply the patch in the PG18. I did not see the need for additional LDAP tests, since compatibility is provided by the LDAP library