Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Date: 2021-11-24 18:46:25
Message-ID: 180515.1637779585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> 2021-11-24 17:07:41.428 UTC [1449:6] FATAL: mismatching overwritten
> LSN 0/1FFE014 -> 0/1FFE000
> 2021-11-24 17:07:41.428 UTC [1449:7] CONTEXT: WAL redo at 0/2000024
> for XLOG/OVERWRITE_CONTRECORD: lsn 0/1FFE014; time 2021-11-24
> 17:07:41.127049+00

> Beyond the fact that something bad has happened, I'm not sure what
> that is trying to tell me.

Pre-existing issue:

https://www.postgresql.org/message-id/45597.1637694259%40sss.pgh.pa.us

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-11-24 18:51:41 Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Previous Message Tom Lane 2021-11-24 18:37:38 pgsql: Doc: improve documentation about nextval()/setval().

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2021-11-24 18:51:41 Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Previous Message Peter Geoghegan 2021-11-24 18:41:40 Re: Rename dead_tuples to dead_items in vacuumlazy.c