diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-03-30 18:43:16 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-03-30 18:43:16 +0100 |
commit | ad3107b97324e0c8cf65932294115b6af9db8ded (patch) | |
tree | fa93bf4793015b3bf1e85e1e4c0a857be35c8b02 /src/backend/utils/adt/tsquery_gist.c | |
parent | ea4e1c0e8f583f99c8caab5bcdfbbbaaed0685c0 (diff) | |
download | postgresql-ad3107b97324e0c8cf65932294115b6af9db8ded.tar.gz postgresql-ad3107b97324e0c8cf65932294115b6af9db8ded.zip |
Fix compiler warnings in multivariate MCV code
Compiler warnings were observed on gcc 3.4.6 (on gaur).
The assert is unnecessary, as the indexes are uint16 and so always >= 0.
Reported-by: Tom Lane
Diffstat (limited to 'src/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions