pgsql: Remove dead check for backup block, replace with Assert.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead check for backup block, replace with Assert.
Date: 2014-04-01 18:26:46
Message-ID: E1WV3OY-0004uX-PC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cfe992e7eb24fa92f93ee9d31f1f0f515a49c11d

Modified Files
--------------
src/backend/access/gin/ginxlog.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-01 19:20:50 pgsql: Doc: improve discussion of reverse+forward host name lookup in p
Previous Message Heikki Linnakangas 2014-04-01 16:24:37 pgsql: Fix bug in the new B-tree incomplete-split code.