From: Fujii Masao Date: Thu, 6 Nov 2014 11:04:11 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: jit-before-rebase-2017-11-03~6336 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08;p=users%2Fandresfreund%2Fpostgres.git Fix typo in comment. Etsuro Fujita --- diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index 30bd40db18..db05f7cf80 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -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)