8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e5de6 commit 7f1bb1dCopy full SHA for 7f1bb1d
src/backend/commands/sequence.c
@@ -458,7 +458,7 @@ AlterSequence(ParseState *pstate, AlterSeqStmt *stmt)
458
/* lock page's buffer and read tuple into new sequence structure */
459
(void) read_seq_tuple(seqrel, &buf, &datatuple);
460
461
- /* copy the existing sequence data tuple, so it can be modified localy */
+ /* copy the existing sequence data tuple, so it can be modified locally */
462
newdatatuple = heap_copytuple(&datatuple);
463
newdataform = (Form_pg_sequence_data) GETSTRUCT(newdatatuple);
464
0 commit comments