forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab27df2
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 parent3a0cced commitab27df2
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 | 1267 |
| |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
1268 | 1272 |
| |
1269 | 1273 |
| |
1270 | 1274 |
| |
| |||
1282 | 1286 |
| |
1283 | 1287 |
| |
1284 | 1288 |
| |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
1285 | 1292 |
| |
1286 | 1293 |
| |
1287 | 1294 |
| |
| |||
1291 | 1298 |
| |
1292 | 1299 |
| |
1293 | 1300 |
| |
1294 |
| - | |
1295 |
| - | |
1296 |
| - | |
1297 |
| - | |
1298 | 1301 |
| |
1299 | 1302 |
|
0 commit comments
Comments
(0)