File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.393 2007/12/22 05:13:03 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.394 2007/12/23 03:10:04 momjian Exp $ -->
22
33<chapter Id="runtime">
44 <title>Operating System Environment</title>
@@ -1359,18 +1359,18 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
13591359</screen>
13601360 </para>
13611361
1362- <important>
1363- <para>
1364- It is best not to use <systemitem>SIGKILL</systemitem> to shut down
1365- the server. Doing so will prevent the server from releasing
1366- shared memory and semaphores, which might then have to be done
1367- manually before a new server can be started. Furthermore,
1368- <systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
1369- process without letting it relay the signal to its subprocesses,
1370- so it will be necessary to kill the individual subprocesses by hand as
1371- well.
1372- </para>
1373- </important>
1362+ <important>
1363+ <para>
1364+ It is best not to use <systemitem>SIGKILL</systemitem> to shut down
1365+ the server. Doing so will prevent the server from releasing
1366+ shared memory and semaphores, which might then have to be done
1367+ manually before a new server can be started. Furthermore,
1368+ <systemitem>SIGKILL</systemitem> kills the <command>postgres</command>
1369+ process without letting it relay the signal to its subprocesses,
1370+ so it will be necessary to kill the individual subprocesses by hand as
1371+ well.
1372+ </para>
1373+ </important>
13741374 </sect1>
13751375
13761376 <sect1 id="encryption-options">
You can’t perform that action at this time.
0 commit comments