aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2018-11-30 11:50:43 +0530
committerAmit Kapila <akapila@postgresql.org>2018-11-30 11:50:43 +0530
commitdcfdf56e89a8d0b41874d495a44a4485e341f8c8 (patch)
tree112f1ec2ff788f04ec2aef37dc1e39fd93985f64
parent5c995139752f5d57c560a0708286b99f9ca2bddd (diff)
downloadpostgresql-dcfdf56e89a8d0b41874d495a44a4485e341f8c8.tar.gz
postgresql-dcfdf56e89a8d0b41874d495a44a4485e341f8c8.zip
Fix typo.
-rw-r--r--src/backend/executor/execTuples.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execTuples.c b/src/backend/executor/execTuples.c
index 70b315f1aaa..37c46543cdd 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