projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42e8fa
)
seqam: mergme: remove superflous statement
author
Andres Freund
<andres@anarazel.de>
Tue, 21 May 2013 03:00:42 +0000
(
05:00
+0200)
committer
Andres Freund
<andres@anarazel.de>
Tue, 21 May 2013 03:00:42 +0000
(
05:00
+0200)
src/backend/commands/sequence.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/sequence.c
b/src/backend/commands/sequence.c
index 6b0616f673b3c896689e53d1956a1dd919e13fab..eed43e9a2893fce9eca7a54bd6e1824d483b6569 100644
(file)
--- a/
src/backend/commands/sequence.c
+++ b/
src/backend/commands/sequence.c
@@
-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;