Repair memory leaks in plpython.
[pgsql.git] / doc / src / sgml / appendix-obsolete-pgresetxlog.sgml
blob33008611be5a25bc761c51e77985073af5582b40
1 <!-- doc/src/sgml/appendix-obsolete-pgresetxlog.sgml -->
2 <!--
3 See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
4 -->
6 <sect1 id="app-pgresetxlog" xreflabel="pg_resetxlog">
7 <title><command>pg_resetxlog</command> renamed to <command>pg_resetwal</command></title>
9 <indexterm>
10 <primary>pg_resetxlog</primary>
11 <see>pg_resetwal</see>
12 </indexterm>
14 <para>
15 PostgreSQL 9.6 and below provided a command named
16 <command>pg_resetxlog</command>
17 <indexterm><primary>pg_resetxlog</primary></indexterm>
18 to reset the write-ahead-log (WAL) files. This command was renamed to <command>pg_resetwal</command>, see
19 <xref linkend="app-pgresetwal"/> for documentation of <command>pg_resetwal</command> and see
20 <link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
21 on this change.
22 </para>
24 </sect1>