seqam: mergme: remove superflous statement
authorAndres Freund <andres@anarazel.de>
Tue, 21 May 2013 03:00:42 +0000 (05:00 +0200)
committerAndres Freund <andres@anarazel.de>
Tue, 21 May 2013 03:00:42 +0000 (05:00 +0200)
src/backend/commands/sequence.c

index 6b0616f673b3c896689e53d1956a1dd919e13fab..eed43e9a2893fce9eca7a54bd6e1824d483b6569 100644 (file)
@@ -1645,8 +1645,6 @@ sequence_local_alloc(PG_FUNCTION_ARGS)
        log_sequence_tuple(seqrel, seqtuple, page);
    }
 
-   last_used_seq = elm;
-
    /* Now update sequence tuple to the intended final state */
    seq->last_value = elm->last; /* last fetched number */
    seq->is_called = true;