Suppress uninitialized-variable warnings.
Tom Lane <tgl@sss.pgh.pa.us>
Suppress uninitialized-variable warnings. My compiler doesn't like the lack of initialization of "flag", and I think it's right: if there were zero keys we'd have an undefined result. The AND of zero items is TRUE, so initialize to TRUE.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/geo_spgist.c | modified | +2 −2 |