Remove dead check for backup block, replace with Assert.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: cfe992e7eb24fa92f93ee9d31f1f0f515a49c11d
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-04-01T18:16:10Z
Releases: 9.4.0
Remove dead check for backup block, replace with Assert.

We don't use backup blocks with GIN vacuum records anymore, the page is
always recreated from scratch.

Files

PathChange+/−
src/backend/access/gin/ginxlog.c modified +2 −6