Обсуждение: pgsql: Remove dead check for backup block, replace with Assert.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)