Fix compiler warning "res may be used uninitialized in this function".
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 19 Nov 2008 10:23:21 +0000 (10:23 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 19 Nov 2008 10:23:21 +0000 (10:23 +0000)
commit26e6c896c946bc1a9e9f608b2c7463be1e8c6291
tree17b815d62fa97ec5868f4ef734d1ec89fcab322c
parent8b4da404878ede01c16868f31fb666985b896034
Fix compiler warning "res may be used uninitialized in this function".
Actually, it can't but some compilers are not smart enough.
Per Peter Eisentraut gripe.
src/backend/utils/adt/tsvector_op.c