Commit d2b8a2c7 authored by Fujii Masao's avatar Fujii Masao

Fix typo in comment.

Etsuro Fujita
parent 08309aaf
...@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self) ...@@ -473,7 +473,7 @@ transientrel_destroy(DestReceiver *self)
* the given integer, to make a new table name based on the old one. * 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 * 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 * static char *
make_temptable_name_n(char *tempname, int n) make_temptable_name_n(char *tempname, int n)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment