Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Thu, 6 Nov 2014 11:04:11 +0000 (20:04 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 6 Nov 2014 11:04:11 +0000 (20:04 +0900)
Etsuro Fujita

src/backend/commands/matview.c

index 30bd40db185544129df226680038fdccbbc9ab5f..db05f7cf80106f0eab5bd9a69eb87c9d5f50154c 100644 (file)
@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self)
  * the given integer, to make a new table name based on the old one.
  *
  * This leaks memory through palloc(), which won't be cleaned up until the
- * current memory memory context is freed.
+ * current memory context is freed.
  */
 static char *
 make_temptable_name_n(char *tempname, int n)