From 8d02b15e33ccbf9e58cb5b227254610491a90dc2 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 3 Apr 2006 13:44:33 +0000 Subject: Eliminate ajust scan code. Since concurrent GiST it doesn't do real work. That was missed during concurrence development. --- src/backend/access/gist/gist.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 93ec60481f8..16468fd35a5 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.131 2006/03/31 23:32:05 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.132 2006/04/03 13:44:33 teodor Exp $ * *------------------------------------------------------------------------- */ @@ -493,11 +493,6 @@ gistplacetopage(GISTInsertState *state, GISTSTATE *giststate) END_CRIT_SECTION(); - if (!is_leaf) /* small optimization: inform scan ablout - * deleting... */ - gistadjscans(state->r, GISTOP_DEL, state->stack->blkno, - state->stack->childoffnum, PageGetLSN(state->stack->page), oldlsn); - if (state->ituplen > 1) { /* previous is_splitted==true */ -- cgit v1.2.3