Someone report me small bug in contrib/pg_dumplo today. It's problem
Bruce Momjian <bruce@momjian.us>
Someone report me small bug in contrib/pg_dumplo today. It's problem
with a little dirty snprintf() usage which I used some years ago:
snprintf(path, BUFSIZ, "%s/lo_dump.index", path);
Karel Zak
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_dumplo/utils.c | modified | +6 −4 |