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
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