- Notifications
You must be signed in to change notification settings - Fork28
Commit1b00011
committed
Ipcrm -> ipcclean in error message:
---------------------------------------------------------------------------While playing around, I got the following error message:--FATAL: pre-existing shared memory block (key 5432001, ID 90898435) isstill in useHINT: If you're sure there are no old server processes still running,remove the shared memory block with the command "ipcrm", or just deletethe file "/home/hlinnaka/pgsql/data/postmaster.pid".---Thats normal because I used "kill -9 postmaster" to shut down.The hint advises me to use "ipcrm", but there's the "ipcclean" script inbin for just this purpose. The hint should probably advise to useipcclean.The attached patch replaces all occurances of "ipcrm" with "ipcclean" insrc/backend/utils/init/miscinit.c and all the translations insrc/backend/po.While reviewing the patch, I noticed a likely typo in hr.po. While Idon'tspeak Croatian, the translation seems to advise to use the "icpm(1)"command. I changed that to "ipcclean" too.Heikki Linnakangas1 parentd714560 commit1b00011
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
| 651 | + | |
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
|
0 commit comments
Comments
(0)