Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c4318c4

Browse files
committed
9.5 release notes: adjustments suggested by Andres Freund
Report by Andres Freund Backpatch through 9.5
1 parent 68b5163 commit c4318c4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

doc/src/sgml/release-9.5.sgml

+20-20
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@
8282

8383
<listitem>
8484
<!--
85+
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
86+
-->
87+
<para>
88+
Change <application>pg_ctl</>'s default shutdown mode from
89+
<literal>smart</> to <literal>fast</> (Bruce Momjian)
90+
</para>
91+
</listitem>
92+
93+
<listitem>
94+
<!--
8595
2015-03-04 [1345cc6] Tom Lane: Use standard casting mechanism to convert type..
8696
-->
8797
<para>
@@ -828,12 +838,12 @@ FIXME: Add docs about restartpoint behaviour change
828838
FIXME: Correct description
829839
-->
830840
<para>
831-
Allow <link linkend="pg-replication-origin-create">labeling</>
832-
of the origin of logical replication changes (Andres Freund)
841+
Allow <link linkend="pg-replication-origin-create">labeling</> of
842+
the origin progress of logical replication changes (Andres Freund)
833843
</para>
834844

835845
<para>
836-
This helps with change tracking.
846+
This is helpful when implementing replication solutions.
837847
</para>
838848
</listitem>
839849

@@ -1085,9 +1095,9 @@ FIXME: Correct description
10851095
2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
10861096
-->
10871097
<para>
1088-
Allow to convert a <acronym>WAL</acronym> logged table to an UNLOGGED
1089-
one, and the other way round with
1090-
<link linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
1098+
Allow changing of the <acronym>WAL</acronym>
1099+
logging status of a table ater creation with <link
1100+
linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
10911101
UNLOGGED</></> (Fabr&iacute;zio de Royes Mello)
10921102
</para>
10931103
</listitem>
@@ -2187,10 +2197,10 @@ FIXME: Add more specifics?
21872197

21882198
<para>
21892199
The remote snapshot must have been exported by
2190-
<function>pg_export_snapshot()</> or been defined when creating
2191-
a logical replication slot. This can be used by parallel
2192-
<application>pg_dump</> to use a consistent snapshot across
2193-
<application>pg_dump</> processes.
2200+
<function>pg_export_snapshot()</> or logical replication slot
2201+
creation. This can be used by another <application>pg_dump</> to
2202+
use a share a consistent snapshot across <application>pg_dump</>
2203+
processes.
21942204
</para>
21952205
</listitem>
21962206

@@ -2231,16 +2241,6 @@ FIXME: Add more specifics?
22312241

22322242
<listitem>
22332243
<!--
2234-
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
2235-
-->
2236-
<para>
2237-
Change <application>pg_ctl</>'s default shutdown mode from
2238-
<literal>smart</> to <literal>fast</> (Bruce Momjian)
2239-
</para>
2240-
</listitem>
2241-
2242-
<listitem>
2243-
<!--
22442244
2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti..
22452245
-->
22462246
<para>

0 commit comments

Comments
 (0)