Re: BUG #7883: "PANIC: WAL contains references to invalid pages" on replica recovery

From: Maciek Sakrejda <maciek(at)heroku(dot)com>
To: Daniel Farina <daniel(at)heroku(dot)com>
Cc: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7883: "PANIC: WAL contains references to invalid pages" on replica recovery
Date: 2013-02-16 22:31:57
Message-ID: CAKwe89AEkEZM5=P2hczNhSoREJZrHX9G5Qf7cDqqNPXdBT7SaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Purged and reinstalled the dev packages (only reinstalled 9.1) and I still
get the same error. The pg_config.h in /usr/include/postgresql/ looks legit:

heroku(at)ip-10-99-18-64:~/xlogdump$ grep PG_VERSION
/usr/include/postgresql/pg_config.h
#define PG_VERSION "9.1.8"
#define PG_VERSION_NUM 90108
#define PG_VERSION_STR "PostgreSQL 9.1.8 on x86_64-unknown-linux-gnu,
compiled by gcc-4.6.real (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3, 64-bit"

Any ideas?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christian Hammers 2013-02-17 14:51:15 postmaster --help does not show --config-file
Previous Message Pavel Stehule 2013-02-16 17:47:31 Re: BUG #7873: pg_restore --clean tries to drop tables that don't exist