mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
hash: Support WAL consistency checking.
Kuntal Ghosh, reviewed by Amit Kapila and Ashutosh Sharma, with a few tweaks by me. Discussion: http://postgr.es/m/CAGz5QCJLERUn_zoO0eDv6_Y_d0o4tNTMPeR7ivTLBg4rUrJdwg@mail.gmail.com
This commit is contained in:
@@ -8267,9 +8267,9 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
|
||||
records, or to a comma-separated list of resource managers to check
|
||||
only records originating from those resource managers. Currently,
|
||||
the supported resource managers are <literal>heap</>,
|
||||
<literal>heap2</>, <literal>btree</>, <literal>gin</>,
|
||||
<literal>gist</>, <literal>sequence</>, <literal>spgist</>,
|
||||
<literal>brin</>, and <literal>generic</>. Only
|
||||
<literal>heap2</>, <literal>btree</>, <literal>hash</>,
|
||||
<literal>gin</>, <literal>gist</>, <literal>sequence</>,
|
||||
<literal>spgist</>, <literal>brin</>, and <literal>generic</>. Only
|
||||
superusers can change this setting.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user