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

Commit f14ae5f

Browse files
committed
Update alpha release notes for latest commits.
1 parent c0dc44e commit f14ae5f

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

doc/src/sgml/release-9.1.sgml

+32-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- doc/src/sgml/release-9.1.sgml -->
22

3-
<!-- This is (hopefully) up-to-date with commits through 2011-03-05 -->
3+
<!-- This is (hopefully) up-to-date with commits through 2011-03-08 -->
44

55
<sect1 id="release-9-1-alpha">
66
<title>Release 9.1alpha4</title>
@@ -122,6 +122,24 @@
122122
</para>
123123
</listitem>
124124

125+
<listitem>
126+
<para>
127+
<emphasis>Synchronous replication</emphasis>
128+
</para>
129+
<para>
130+
When enabled, transaction commit will wait for WAL records to be
131+
replicated before informing the client that a transaction has
132+
successfully committed.
133+
</para>
134+
</listitem>
135+
136+
<listitem>
137+
<para>
138+
<emphasis>When recovery_target_timelines='latest', periodically
139+
rescan the archive for new timelines</emphasis>
140+
</para>
141+
</listitem>
142+
125143
</itemizedlist>
126144
</sect3>
127145

@@ -1011,15 +1029,14 @@
10111029

10121030
<listitem>
10131031
<para>
1014-
<emphasis>Skip dropped attributes when converting Python objects to
1015-
tuples</emphasis>
1032+
<emphasis>Make plpy.Fatal() raise FATAL, rather than ERROR</emphasis>
10161033
</para>
10171034
</listitem>
10181035

10191036
<listitem>
10201037
<para>
1021-
<emphasis>Improve messages for errors in compiling anonymous
1022-
PL/Python blocks</emphasis>
1038+
<emphasis>Skip dropped attributes when converting Python objects to
1039+
tuples</emphasis>
10231040
</para>
10241041
</listitem>
10251042

@@ -1043,11 +1060,17 @@
10431060

10441061
<listitem>
10451062
<para>
1046-
<emphasis>Do not prefix error messages with the string
1047-
"PL/Python: "</emphasis>
1063+
<emphasis>Improve error reporting</emphasis>
10481064
</para>
1049-
<para>
1050-
It is redundant, given the error context.
1065+
<para>Better error messages for errors in compiling anonymous
1066+
PL/Python blocks. Avoid prefixing error messages with the string
1067+
"PL/Python: ", which is redundant, given the error
1068+
context. Provide a separate exception class for each error code
1069+
the backend defines, and make it possible to get the SQLSTATE from
1070+
the exception object. Report Python errors from iterators
1071+
using PLy_elog, so that the Python exception is included in the
1072+
exception, and to avoid setting the errcode to
1073+
ERRCODE_DATA_EXCEPTION.
10511074
</para>
10521075
</listitem>
10531076

@@ -1095,14 +1118,6 @@
10951118
</para>
10961119
</listitem>
10971120

1098-
<listitem>
1099-
<para>
1100-
<emphasis>Provide a separate exception class for each error code
1101-
the backend defines, and make it possible to get the SQLSTATE from
1102-
the exception object</emphasis>
1103-
</para>
1104-
</listitem>
1105-
11061121
<listitem>
11071122
<para>
11081123
<emphasis>Assorted code cleanup</emphasis>

0 commit comments

Comments
 (0)