Fix incorrect snprintf() limit.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 72809480d658fbc0654239b2f089991c077c676a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-05-23T20:05:52Z
Releases: 9.5.0
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

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +1 −1