pgsql: Fix relcache init file invalidation during Hot Standby for the

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix relcache init file invalidation during Hot Standby for the
Date: 2010-02-13 16:15:49
Message-ID: 20100213161549.BA9717541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix relcache init file invalidation during Hot Standby for the case
where a database has a non-default tablespaceid. Pass thru MyDatabaseId
and MyDatabaseTableSpace to allow file path to be re-created in
standby and correct invalidation to take place in all cases.
Update and rework xact_commit_desc() debug messages.
Bug report from Tom by code inspection. Fix by me.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.284 -> r1.285)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.284&r2=1.285)
pgsql/src/backend/utils/cache:
inval.c (r1.95 -> r1.96)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/inval.c?r1=1.95&r2=1.96)
pgsql/src/include/access:
xact.h (r1.101 -> r1.102)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xact.h?r1=1.101&r2=1.102)
pgsql/src/include/storage:
sinval.h (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/sinval.h?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-02-13 16:29:38 pgsql: Improvements to ps message of startup process during Hot Standby.
Previous Message Greg Smith 2010-02-13 08:34:23 Re: Re: [COMMITTERS] pgsql: Remove old-style VACUUM FULL (which was known for a little while