forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9781ae
committed
Fix autovacuum cost debug logging
Commit7d71d3d introduced finer grained updates of autovacuum optionchanges by increasing the frequency of reading the configuration file.The debug logging of cost parameter was however changed such that someinitial values weren't logged. Fix by changing logging to use the oldfrequency of logging regardless of them changing.Also avoid taking a log for rendering the log message unless the setloglevel is such that the log entry will be emitted.Author: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/CAD21AoBS7o6Ljt_vfqPQPf67AhzKu3fR0iqk8B=vVYczMugKMQ@mail.gmail.com1 parent0d0aeb0 commita9781ae
1 file changed
+5
-10
lines changedLines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1785 | 1785 |
| |
1786 | 1786 |
| |
1787 | 1787 |
| |
1788 |
| - | |
1789 |
| - | |
1790 |
| - | |
1791 | 1788 |
| |
1792 | 1789 |
| |
1793 | 1790 |
| |
| |||
1821 | 1818 |
| |
1822 | 1819 |
| |
1823 | 1820 |
| |
1824 |
| - | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
1825 | 1826 |
| |
1826 | 1827 |
| |
1827 | 1828 |
| |
1828 | 1829 |
| |
1829 |
| - | |
1830 |
| - | |
1831 |
| - | |
1832 |
| - | |
1833 |
| - | |
1834 | 1830 |
| |
1835 | 1831 |
| |
1836 | 1832 |
| |
| |||
1844 | 1840 |
| |
1845 | 1841 |
| |
1846 | 1842 |
| |
1847 |
| - | |
1848 | 1843 |
| |
1849 | 1844 |
| |
1850 | 1845 |
| |
|
0 commit comments
Comments
(0)