Skip to content

Commit 7f1bb1d

Browse files
committed
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent 79e5de6 commit 7f1bb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/sequence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ AlterSequence(ParseState *pstate, AlterSeqStmt *stmt)
458458
/* lock page's buffer and read tuple into new sequence structure */
459459
(void) read_seq_tuple(seqrel, &buf, &datatuple);
460460

461-
/* copy the existing sequence data tuple, so it can be modified localy */
461+
/* copy the existing sequence data tuple, so it can be modified locally */
462462
newdatatuple = heap_copytuple(&datatuple);
463463
newdataform = (Form_pg_sequence_data) GETSTRUCT(newdatatuple);
464464

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy