forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cb5518
committed
Clean up error message reported after \password encryption failure.
Experimenting with FIPS mode enabled, I sawregression=# \password joeEnter new password for user "joe":Enter it again:could not encrypt password: disabled for FIPSout of memorybecause PQencryptPasswordConn was still of the opinion that "out ofmemory" is always appropriate to print.Minor oversight inb69aba7. Like that one, back-patch to v14.1 parent790fbda commit9cb5518
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1290 | 1290 |
| |
1291 | 1291 |
| |
1292 | 1292 |
| |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
1293 | 1297 |
| |
1294 | 1298 |
| |
1295 | 1299 |
| |
| |||
1307 | 1311 |
| |
1308 | 1312 |
| |
1309 | 1313 |
| |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1310 | 1317 |
| |
1311 | 1318 |
| |
1312 | 1319 |
| |
| |||
1316 | 1323 |
| |
1317 | 1324 |
| |
1318 | 1325 |
| |
1319 |
| - | |
1320 |
| - | |
1321 |
| - | |
1322 |
| - | |
1323 | 1326 |
| |
1324 | 1327 |
|
0 commit comments
Comments
(0)