- Notifications
You must be signed in to change notification settings - Fork5
Commit754baa2
committed
Automatically terminate replication connections that are idle for more
than replication_timeout (a new GUC) milliseconds. The TCP timeout is oftentoo long, you want the master to notice a dead connection much sooner.People complained about that in 9.0 too, but with synchronous replicationit's even more important to notice dead connections promptly.Fujii Masao and Heikki Linnakangas1 parentbc03c59 commit754baa2
File tree
11 files changed
+368
-129
lines changed- doc/src/sgml
- src
- backend
- libpq
- port
- win32
- replication
- utils/misc
- include
- libpq
- replication
- storage
11 files changed
+368
-129
lines changedLines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2019 | 2019 |
| |
2020 | 2020 |
| |
2021 | 2021 |
| |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
2022 | 2045 |
| |
2023 | 2046 |
| |
2024 | 2047 |
| |
| |||
2216 | 2239 |
| |
2217 | 2240 |
| |
2218 | 2241 |
| |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
| 2245 | + | |
| 2246 | + | |
2219 | 2247 |
| |
2220 | 2248 |
| |
2221 | 2249 |
| |
|
0 commit comments
Comments
(0)