Properly set relpersistence for fake relcache entries.

Robert Haas <rhaas@postgresql.org>

Commit: eb6e9b5ea4a5e733da705c053906f3aff47c9bf5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-09-14T13:36:46Z
Releases: 9.2.1
Properly set relpersistence for fake relcache entries.

This can result in buffers failing to be properly flushed at
checkpoint time, leading to data loss.

Report, diagnosis, and patch by Jeff Davis.

Files