Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support. - Mailing list pgsql-committers

From Amit Kapila
Subject Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support.
Date
Msg-id CAA4eK1+wfDRUpob2eyLdTNx73HerFmcw7VCkr4AL1+ZYt7qHHQ@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support.  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support.
List pgsql-committers
On Tue, Mar 14, 2017 at 11:26 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Mar 14, 2017 at 1:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Robert Haas <rhaas@postgresql.org> writes:
>>> hash: Add write-ahead logging support.
>>
>> This bit in access/hash/README, lines 368ff, appears obsolete:
>>
>>   Although we can survive a failure to split a bucket, a crash is likely to
>>   corrupt the index, since hash indexes are not yet WAL-logged.
>>
>> Perhaps we can just delete that para.  If not, what should it say now?
>
> That's obsolete, and can just be removed.
>

Agreed and posted a patch on hackers [1]

[1] - https://www.postgresql.org/message-id/CAA4eK1LeVu8rSvA%3DhfbezqjNv5x3nU-rPbHCHHbbsCrLX-0zAg%40mail.gmail.com

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Improve grammar / fix typos in snapbuild.c.
Next
From: Thomas Munro
Date:
Subject: Re: [COMMITTERS] pgsql: hash: Add write-ahead logging support.