mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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