File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,11 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
185185 <filename>pg_stat_tmp</filename> by default.
186186 For better performance, <varname>stats_temp_directory</> can be
187187 pointed at a RAM-based file system, decreasing physical I/O requirements.
188- When the server shuts down, a permanent copy of the statistics
188+ When the server shuts down cleanly , a permanent copy of the statistics
189189 data is stored in the <filename>global</filename> subdirectory, so that
190- statistics can be retained across server restarts.
190+ statistics can be retained across server restarts. When recovery is
191+ performed at server start (e.g. after immediate shutdown, server crash,
192+ and point-in-time recovery), all statistics counters are reset.
191193 </para>
192194
193195 </sect2>
You can’t perform that action at this time.
0 commit comments