postgresql/src/interfaces
Tom Lane 9cb5518b7f Clean up error message reported after \password encryption failure.
Experimenting with FIPS mode enabled, I saw

regression=# \password joe
Enter new password for user "joe":
Enter it again:
could not encrypt password: disabled for FIPS
out of memory

because PQencryptPasswordConn was still of the opinion that "out of
memory" is always appropriate to print.

Minor oversight in b69aba745.  Like that one, back-patch to v14.
2022-01-11 12:03:06 -05:00
..
ecpg Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq Clean up error message reported after \password encryption failure. 2022-01-11 12:03:06 -05:00
Makefile