1
0
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:
Robert Haas
2017-03-14 14:58:56 -04:00
parent 2609e91fcf
commit bb4a39637a
4 changed files with 41 additions and 4 deletions

View File

@@ -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>