diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-11-06 20:04:11 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-11-06 20:04:11 +0900 |
commit | d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08 (patch) | |
tree | 65183050f175c0396c0a8a8981abc219180d6ff6 /src/backend/commands/matview.c | |
parent | 08309aaf74ee879699165ec8a2d53e56f2d2e947 (diff) | |
download | postgresql-d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08.tar.gz postgresql-d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08.zip |
Fix typo in comment.
Etsuro Fujita
Diffstat (limited to 'src/backend/commands/matview.c')
-rw-r--r-- | src/backend/commands/matview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index 30bd40db185..db05f7cf801 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) |