1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

Fix uninitialized variables in get_covers

This commit is contained in:
Teodor Sigaev
2009-01-16 12:09:30 +00:00
parent b7394a6e6e
commit 473b40d23e

View File

@@ -680,8 +680,8 @@ get_covers(PG_FUNCTION_ARGS)
char *cptr; char *cptr;
DocRepresentation *doc; DocRepresentation *doc;
int pos = 0, int pos = 0,
p, p = 0,
q, q = 0,
olddwpos = 0; olddwpos = 0;
int ncover = 1; int ncover = 1;