Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Fix bug in the WAL recovery code to finish an incomplete split. - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Fix bug in the WAL recovery code to finish an incomplete split.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix bug in the WAL recovery code to finish an incomplete split.
CacheInvalidateRelcache() crashes if called in WAL recovery, because the
invalidation infrastructure hasn't been initialized yet.

Back-patch to 8.2, where the bug was introduced.

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtinsert.c (r1.166 -> r1.167)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtinsert.c?r1=1.166&r2=1.167)

pgsql-committers by date:

Previous
From: [email protected] (User Neothezion)
Date:
Subject: pgrecovery - alpha: New Directory
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix bug in the WAL recovery code to finish an incomplete split.