postgresql/src/backend/access
Tom Lane 72809480d6 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
2015-05-23 16:05:52 -04:00
..
brin Fix more typos in comments. 2015-05-20 19:45:43 +03:00
common Support "expanded" objects, particularly arrays, for better performance. 2015-05-14 12:08:49 -04:00
gin Collection of typo fixes. 2015-05-20 16:56:22 +03:00
gist Still more fixes for lossy-GiST-distance-functions patch. 2015-05-23 15:22:25 -04:00
hash Remove unnecessary variables in _hash_splitbucket(). 2015-04-03 16:49:44 -04:00
heap Fix more typos in comments. 2015-05-20 19:45:43 +03:00
index Add support for index-only scans in GiST. 2015-03-26 19:12:00 +02:00
nbtree Collection of typo fixes. 2015-05-20 16:56:22 +03:00
rmgrdesc Collection of typo fixes. 2015-05-20 16:56:22 +03:00
spgist Move strategy numbers to include/access/stratnum.h 2015-05-15 17:03:16 -03:00
tablesample TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00
transam Fix incorrect snprintf() limit. 2015-05-23 16:05:52 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00