Avoid unnecessary copying of a string in pg_restore.c
Andrew Dunstan <andrew@dunslane.net>
Avoid unnecessary copying of a string in pg_restore.c Coverity complained about a possible overrun in the copy, but there is no actual need to copy the string at all.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_restore.c | modified | +3 −3 |