forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3620569
committed
#ifdef out some dead code in psql/mainloop.c.
This pg_send_history() call is unreachable, since the block it's inis currently only entered in !cur_cmd_interactive mode. But ratherthan just delete it, make it #ifdef NOT_USED, in hopes that we'llremember to enable it if we ever change that decision.Per report from David Binderman. Since this is basically cosmetic,I see no great need to back-patch.Discussion:https://postgr.es/m/HE1PR0802MB233122B61F00A15E035C83BE9C710@HE1PR0802MB2331.eurprd08.prod.outlook.com1 parenta5736bf commit3620569
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
460 | 462 |
| |
461 | 463 |
| |
462 | 464 |
| |
463 | 465 |
| |
464 | 466 |
| |
| 467 | + | |
| 468 | + | |
465 | 469 |
| |
466 | 470 |
| |
| 471 | + | |
467 | 472 |
| |
468 | 473 |
| |
469 | 474 |
| |
|
0 commit comments
Comments
(0)