]> granicus.if.org Git - postgresql/commit
Fix incorrect snprintf() limit.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 May 2015 20:05:52 +0000 (16:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 May 2015 20:05:52 +0000 (16:05 -0400)
commit72809480d658fbc0654239b2f089991c077c676a
tree143f6d1511c9bc89f1025da84f4c4e55d9fcf611
parent821b821a2421beaa58225ff000833df69fb962c5
Fix incorrect snprintf() limit.

Typo in commit 7cbee7c0a.  No practical effect since the buffer should
never actually be overrun, but various compilers and static analyzers will
whine about it.

Petr Jelinek
src/backend/access/transam/xlog.c