Move drop function calls to another transaction which doesn't have execlusive locks.
This commit is contained in:
@ -39,7 +39,7 @@ pg_reorg は PostgreSQL のテーブルを再編成するシェルコマンド
|
||||
|
||||
<hr />
|
||||
<div align="right">
|
||||
Copyright (c) 2008, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
Copyright (c) 2008-2009, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
</div>
|
||||
|
||||
<!-- PLEASE LEAVE "Powered By GForge" on your site -->
|
||||
|
@ -39,7 +39,7 @@ where you can find <a href="http://pgfoundry.org/frs/?group_id=1000411">download
|
||||
|
||||
<hr />
|
||||
<div align="right">
|
||||
Copyright (c) 2008, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
Copyright (c) 2008-2009, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
</div>
|
||||
|
||||
<!-- PLEASE LEAVE "Powered By GForge" on your site -->
|
||||
|
@ -284,7 +284,7 @@ pg_reorg の実行中には、<tt>VACUUM</tt> と <tt>ANALYZE</tt> <STRONG>以
|
||||
<hr>
|
||||
|
||||
<p align="right"><font size="2">
|
||||
Copyright (c) 2008, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
Copyright (c) 2008-2009, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
</font></p>
|
||||
|
||||
</body>
|
||||
|
@ -234,10 +234,10 @@ In many case pg_reorg would fail and rollback collectly, but there are some case
|
||||
<dd><tt>ADD COLUMN</tt> causes lost of data. Newly added columns are initialized with NULLs.</dd>
|
||||
|
||||
<dt><tt>ALTER COLUMN TYPE</tt></dt>
|
||||
<dd><tt>ALTER COLUMN TYPE</tt> cases data coruuptions.</dd>
|
||||
<dd><tt>ALTER COLUMN TYPE</tt> causes data corruptions.</dd>
|
||||
|
||||
<dt><tt>ALTER TABLE SET TABLESPACE</tt></dt>
|
||||
<dd><tt>ALTER TABLE SET TABLE SPACE</tt> cases data corruptions by wrong relfilenode.</dd>
|
||||
<dd><tt>ALTER TABLE SET TABLE SPACE</tt> causes data corruptions by wrong relfilenode.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
@ -268,7 +268,7 @@ In many case pg_reorg would fail and rollback collectly, but there are some case
|
||||
<hr>
|
||||
|
||||
<p align="right"><font size="2">
|
||||
Copyright (c) 2008, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
Copyright (c) 2008-2009, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
</font></p>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user