]> granicus.if.org Git - postgresql/commit
Someone report me small bug in contrib/pg_dumplo today. It's problem
authorBruce Momjian <bruce@momjian.us>
Thu, 9 Oct 2003 13:38:05 +0000 (13:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 9 Oct 2003 13:38:05 +0000 (13:38 +0000)
commit1dad866bb47c1ab733015abba2f5d8a852279774
treee31cb05d90fb7f88f76221f4fe097f486fd5796f
parent668715258203830db182a03dca0e4891c5a3f9d6
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
contrib/pg_dumplo/utils.c