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

Commit8f4edad

Browse files
committed
Add note that REINDEX takes a weaker lock than it used to.
1 parent7e89f63 commit8f4edad

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.302 2004/10/22 00:25:18 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.303 2004/10/24 22:43:56 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -1170,6 +1170,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.302 2004/10/22 00:25:18 tgl Exp
11701170
</para>
11711171
</listitem>
11721172

1173+
<listitem>
1174+
<para>
1175+
<command>REINDEX</command> does not exclusively lock the index's
1176+
parent table anymore
1177+
</para>
1178+
<para>
1179+
The index itself is still exclusively locked, but readers of the
1180+
table can continue if they are not using the particular index
1181+
being rebuilt.
1182+
</para>
1183+
</listitem>
1184+
11731185
<listitem>
11741186
<para>
11751187
Erase MD5 user passwords when a user is renamed (Bruce)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp