@@ -1292,7 +1292,7 @@ default:\
1292
1292
optimal for <productname>PostgreSQL</productname>. Because of the
1293
1293
way that the kernel implements memory overcommit, the kernel might
1294
1294
terminate the <productname>PostgreSQL</productname> postmaster (the
1295
- master server process) if the memory demands of either
1295
+ supervisor server process) if the memory demands of either
1296
1296
<productname>PostgreSQL</productname> or another process cause the
1297
1297
system to run out of virtual memory.
1298
1298
</para>
@@ -1465,7 +1465,7 @@ $ <userinput>grep Huge /proc/meminfo</userinput>
1465
1465
1466
1466
<para>
1467
1467
There are several ways to shut down the database server. You control
1468
- the type of shutdown by sending different signals to the master
1468
+ the type of shutdown by sending different signals to the supervisor
1469
1469
<command>postgres</command> process.
1470
1470
1471
1471
<variablelist>
@@ -1511,7 +1511,7 @@ $ <userinput>grep Huge /proc/meminfo</userinput>
1511
1511
The server will send <systemitem>SIGQUIT</systemitem> to all child
1512
1512
processes and wait for them to terminate. If any do not terminate
1513
1513
within 5 seconds, they will be sent <systemitem>SIGKILL</systemitem>.
1514
- The master server process exits as soon as all child processes have
1514
+ The supervisor server process exits as soon as all child processes have
1515
1515
exited, without doing normal database shutdown processing.
1516
1516
This will lead to recovery (by
1517
1517
replaying the WAL log) upon next start-up. This is recommended
0 commit comments