Re: inconsistent page found on STANDBY server

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
Subject: Re: inconsistent page found on STANDBY server
Date: 2017-04-05 15:49:58
Message-ID: CA+TgmoZg7HZgz1SheowV6osp7RkG-awZuKkbfUxCgwZ2GUnHLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 30, 2017 at 4:25 AM, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com> wrote:
> After debugging the hash index code for deletion, I could find that
> while registering data for xlog record 'XLOG_HASH_UPDATE_META_PAGE' we
> are not passing the correct length of data being registered and
> therefore, data (xl_hash_update_meta_page) is not completely recorded
> into the wal record.

I was staring at this and staring at this trying to understand why
this made any difference at all, but then I figured it out and
facepalmed.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-04-05 15:53:58 Re: scram and \password
Previous Message Fujii Masao 2017-04-05 15:48:56 Re: Quorum commit for multiple synchronous replication.