Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f1bb1d

Browse files
committed
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent79e5de6 commit7f1bb1d

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 modifiedlocaly */
461+
/* copy the existing sequence data tuple, so it can be modifiedlocally */
462462
newdatatuple=heap_copytuple(&datatuple);
463463
newdataform= (Form_pg_sequence_data)GETSTRUCT(newdatatuple);
464464

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp