mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix typo in comment.
Etsuro Fujita
This commit is contained in:
parent
08309aaf74
commit
d2b8a2c7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue