pgsql: Fix incorrect snprintf() limit.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix incorrect snprintf() limit.
Дата
Msg-id E1YwFgC-0006kF-Nx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/72809480d658fbc0654239b2f089991c077c676a

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Still more fixes for lossy-GiST-distance-functions patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add error check for lossy distance functions in index-only scans