Skip to content

Commit d2b8a2c

Browse files
committed
Fix typo in comment.
Etsuro Fujita
1 parent 08309aa commit d2b8a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/matview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self)
473473
* the given integer, to make a new table name based on the old one.
474474
*
475475
* This leaks memory through palloc(), which won't be cleaned up until the
476-
* current memory memory context is freed.
476+
* current memory context is freed.
477477
*/
478478
static char *
479479
make_temptable_name_n(char *tempname, int n)

0 commit comments

Comments
 (0)