Skip to content

Commit 2550448

Browse files
committed
Fix typos.
1 parent 9476131 commit 2550448

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
static Datum
137137
tts_virtual_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
138138
{
139-
elog(ERROR, "virtual tuple table slot does not have system atttributes");
139+
elog(ERROR, "virtual tuple table slot does not have system attributes");
140140

141141
return 0; /* silence compiler warnings */
142142
}
@@ -497,7 +497,7 @@ tts_minimal_getsomeattrs(TupleTableSlot *slot, int natts)
497497
static Datum
498498
tts_minimal_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
499499
{
500-
elog(ERROR, "minimal tuple table slot does not have system atttributes");
500+
elog(ERROR, "minimal tuple table slot does not have system attributes");
501501

502502
return 0; /* silence compiler warnings */
503503
}

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