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

Commit bb1051e

Browse files
committed
Make a quick copy-editing pass over the 9.1 release notes.
Also remove the material about this being an alpha release. The notes still need a lot of work, but they're more or less presentable as a beta version now.
1 parent b2ef892 commit bb1051e

File tree

2 files changed

+133
-166
lines changed

2 files changed

+133
-166
lines changed

doc/src/sgml/config.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ SET ENABLE_SEQSCAN TO OFF;
22372237
<para>
22382238
Specifies whether or not a hot standby will send feedback to the primary
22392239
about queries currently executing on the standby. This parameter can
2240-
be used to eliminate query cancels caused by cleanup records, but
2240+
be used to eliminate query cancels caused by cleanup records, but
22412241
can cause database bloat on the primary for some workloads.
22422242
The default value is <literal>off</literal>. Feedback messages will not
22432243
be sent more frequently than once per <varname>wal_receiver_status_interval</>.
@@ -5461,9 +5461,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
54615461
<para>
54625462
Applications that wish to use backslash as escape should be
54635463
modified to use escape string syntax (<literal>E'...'</>),
5464-
because the default behavior of ordinary strings will change
5465-
in a future release for SQL compatibility. This variable can
5466-
be enabled to help detect applications that will break.
5464+
because the default behavior of ordinary strings is now to treat
5465+
backslash as an ordinary character, per SQL standard. This variable
5466+
can be enabled to help locate code that needs to be changed.
54675467
</para>
54685468
</listitem>
54695469
</varlistentry>

0 commit comments

Comments
 (0)