1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fixed very stupid but important bug: mixing calls of some founctions from

contrib/tsearch and contrib/ltree :)

Teodor Sigaev
This commit is contained in:
Bruce Momjian
2002-08-10 20:46:24 +00:00
parent be2de3b9c8
commit 87cfb8eb29
9 changed files with 21 additions and 19 deletions

View File

@ -95,7 +95,7 @@ static const unsigned int crc32tab[256] = {
};
unsigned int
crc32_sz(char *buf, int size)
ltree_crc32_sz(char *buf, int size)
{
unsigned int crc = ~0;
char *p;