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

Commit2550448

Browse files
committed
Fix typos.
1 parent9476131 commit2550448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execTuples.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ tts_virtual_getsomeattrs(TupleTableSlot *slot, int natts)
136136
staticDatum
137137
tts_virtual_getsysattr(TupleTableSlot*slot,intattnum,bool*isnull)
138138
{
139-
elog(ERROR,"virtual tuple table slot does not have systematttributes");
139+
elog(ERROR,"virtual tuple table slot does not have systemattributes");
140140

141141
return0;/* silence compiler warnings */
142142
}
@@ -497,7 +497,7 @@ tts_minimal_getsomeattrs(TupleTableSlot *slot, int natts)
497497
staticDatum
498498
tts_minimal_getsysattr(TupleTableSlot*slot,intattnum,bool*isnull)
499499
{
500-
elog(ERROR,"minimal tuple table slot does not have systematttributes");
500+
elog(ERROR,"minimal tuple table slot does not have systemattributes");
501501

502502
return0;/* silence compiler warnings */
503503
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp