diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-11 12:03:06 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-11 12:03:06 -0500 |
commit | ab27df2490e3a5dfb8ecb3de66818d16645ef3dd (patch) | |
tree | bcc41f9ad8d1c7adf3e496b4577a02e41ec9df97 /src/backend/executor/execIndexing.c | |
parent | 3a0cced86d3b1bbbf0aaa0fb34e2b15edd643979 (diff) | |
download | postgresql-ab27df2490e3a5dfb8ecb3de66818d16645ef3dd.tar.gz postgresql-ab27df2490e3a5dfb8ecb3de66818d16645ef3dd.zip |
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.
Diffstat (limited to 'src/backend/executor/execIndexing.c')
0 files changed, 0 insertions, 0 deletions