Fix relcache init file invalidation during Hot Standby for the case

Simon Riggs <simon@2ndQuadrant.com>

Commit: dd428c79a4d89867758443b7b5aac45137685f11
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2010-02-13T16:15:48Z
Releases: 9.0.0
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.

Files