Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb1051e

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 presentableas a beta version now.
1 parentb2ef892 commitbb1051e

File tree

2 files changed

+133
-166
lines changed

2 files changed

+133
-166
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
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 stringswill change
5465-
in a future release forSQLcompatibility. This variable can
5466-
be enabled to helpdetect applications thatwill break.
5464+
because the default behavior of ordinary stringsis now to treat
5465+
backslash as an ordinary character, perSQLstandard. This variable
5466+
canbe enabled to helplocate code thatneeds to be changed.
54675467
</para>
54685468
</listitem>
54695469
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp