mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
@ -531,7 +531,7 @@ make_temptable_name_n(char *tempname, int n)
|
||||
|
||||
initStringInfo(&namebuf);
|
||||
appendStringInfoString(&namebuf, tempname);
|
||||
appendStringInfo(&namebuf, "_%i", n);
|
||||
appendStringInfo(&namebuf, "_%d", n);
|
||||
return namebuf.data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user