- Notifications
You must be signed in to change notification settings - Fork28
Commitbf08f22
committed
Avoid archiving XLOG_RUNNING_XACTS on idle server
If archive_timeout > 0 we should avoid logging XLOG_RUNNING_XACTS if idle.Bug 13685 reported by Laurence Rowe, investigated in detail by Michael Paquier,though this is not his proposed fix.20151016203031.3019.72930@wrigleys.postgresql.orgSimple non-invasive patch to allow later backpatch to 9.4 and 9.51 parenta75a418 commitbf08f22
2 files changed
+25
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
| 333 | + | |
| 334 | + | |
334 | 335 |
| |
| 336 | + | |
| 337 | + | |
335 | 338 |
| |
336 | 339 |
| |
337 | 340 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
902 | 902 |
| |
903 | 903 |
| |
904 | 904 |
| |
| 905 | + | |
905 | 906 |
| |
906 | 907 |
| |
907 | 908 |
| |
| |||
932 | 933 |
| |
933 | 934 |
| |
934 | 935 |
| |
| 936 | + | |
935 | 937 |
| |
936 | 938 |
| |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
937 | 958 |
| |
938 | 959 |
| |
939 | 960 |
| |
|
0 commit comments
Comments
(0)