We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08309aa commit d2b8a2cCopy full SHA for d2b8a2c
src/backend/commands/matview.c
@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self)
473
* the given integer, to make a new table name based on the old one.
474
*
475
* This leaks memory through palloc(), which won't be cleaned up until the
476
- * current memory memory context is freed.
+ * current memory context is freed.
477
*/
478
static char *
479
make_temptable_name_n(char *tempname, int n)
0 commit comments