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 | 9cb5518b7ff69ab3bbc422313c69d54696fe8472 (patch) | |
tree | 6ba5f67eac76ce6945fcf0e68ba09afbdcd32e04 /src/backend/executor/execParallel.c | |
parent | 790fbda902093c71ae47bff1414799cd716abb80 (diff) | |
download | postgresql-9cb5518b7ff69ab3bbc422313c69d54696fe8472.tar.gz postgresql-9cb5518b7ff69ab3bbc422313c69d54696fe8472.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/execParallel.c')
0 files changed, 0 insertions, 0 deletions