We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5c99513 commitdcfdf56Copy full SHA for dcfdf56
src/backend/executor/execTuples.c
@@ -140,7 +140,7 @@ tts_virtual_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull)
140
* To materialize a virtual slot all the datums that aren't passed by value
141
* have to be copied into the slot's memory context. To do so, compute the
142
* required size, and allocate enough memory to store all attributes. That's
143
- * good for cache hit ratio, but moreimporantly requires only memory
+ * good for cache hit ratio, but moreimportantly requires only memory
144
* allocation/deallocation.
145
*/
146
staticvoid