projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e5de6
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 14 Aug 2017 17:53:05 +0000
(13:53 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 14 Aug 2017 17:53:05 +0000
(13:53 -0400)
Author: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/commands/sequence.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/sequence.c
b/src/backend/commands/sequence.c
index bb611086ed403065f590d615367fd2a72bc70e61..62937124efeba489aa139ba40a323eac5f04128c 100644
(file)
--- a/
src/backend/commands/sequence.c
+++ b/
src/backend/commands/sequence.c
@@
-458,7
+458,7
@@
AlterSequence(ParseState *pstate, AlterSeqStmt *stmt)
/* lock page's buffer and read tuple into new sequence structure */
(void) read_seq_tuple(seqrel, &buf, &datatuple);
- /* copy the existing sequence data tuple, so it can be modified localy */
+ /* copy the existing sequence data tuple, so it can be modified local
l
y */
newdatatuple = heap_copytuple(&datatuple);
newdataform = (Form_pg_sequence_data) GETSTRUCT(newdatatuple);