From: Amit Kapila Date: Fri, 30 Nov 2018 06:20:43 +0000 (+0530) Subject: Fix typo. X-Git-Tag: REL_12_BETA1~1118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcfdf56e89a8d0b41874d495a44a4485e341f8c8;p=postgresql Fix typo. --- diff --git a/src/backend/executor/execTuples.c b/src/backend/executor/execTuples.c index 70b315f1aa..37c46543cd 100644 --- 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 importantly requires only memory * allocation/deallocation. */ static void