Commit dcfdf56e authored by Amit Kapila's avatar Amit Kapila

Fix typo.

parent 5c995139
...@@ -140,7 +140,7 @@ tts_virtual_getsysattr(TupleTableSlot *slot, int attnum, bool *isnull) ...@@ -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 * 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 * 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 * 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 importantly requires only memory
* allocation/deallocation. * allocation/deallocation.
*/ */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment