|
26 | 26 | *
|
27 | 27 | * If the server is shut down, postmaster sends us SIGUSR2 after all
|
28 | 28 | * regular backends have exited and the shutdown checkpoint has been written.
|
29 |
| - * Thisinstruct walsender to send any outstanding WAL, including the |
| 29 | + * Thisinstructs walsender to send any outstanding WAL, including the |
30 | 30 | * shutdown checkpoint record, wait for it to be replicated to the standby,
|
31 | 31 | * and then exit.
|
32 | 32 | *
|
@@ -115,7 +115,7 @@ intwal_sender_timeout = 60 * 1000;/* maximum time to send one
|
115 | 115 | boolwake_wal_senders= false;
|
116 | 116 |
|
117 | 117 | /*
|
118 |
| - * These variables are used similarly to openLogFile/Id/Seg/Off, |
| 118 | + * These variables are used similarly to openLogFile/SegNo/Off, |
119 | 119 | * but for walsender to read the XLOG.
|
120 | 120 | */
|
121 | 121 | staticintsendFile=-1;
|
|