projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c99513
)
Fix typo.
author
Amit Kapila
<akapila@postgresql.org>
Fri, 30 Nov 2018 06:20:43 +0000
(11:50 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Fri, 30 Nov 2018 06:20:43 +0000
(11:50 +0530)
src/backend/executor/execTuples.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execTuples.c
b/src/backend/executor/execTuples.c
index 70b315f1aaadbbb13f717161b32ebfab6f77630f..37c46543cdd5b7e296341a51dc739ebbb825155f 100644
(file)
--- a/
src/backend/executor/execTuples.c
+++ b/
src/backend/executor/execTuples.c
@@
-140,7
+140,7
@@
tts_virtual_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
* To materialize a virtual slot all the datums that aren't passed by value
* have to be copied into the slot's memory context. To do so, compute the
* required size, and allocate enough memory to store all attributes. That's
- * good for cache hit ratio, but more imporantly requires only memory
+ * good for cache hit ratio, but more impor
t
antly requires only memory
* allocation/deallocation.
*/
static void