This prevent gcc from complaining about casting a short to a char * and
Marc G. Fournier <scrappy@hub.org>
This prevent gcc from complaining about casting a short to a char * and fixes another complaint. More fixes from Bruce...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtsort.c | modified | +4 −4 |
| src/backend/optimizer/util/clauseinfo.c | modified | +2 −2 |
| src/backend/optimizer/util/plancat.c | modified | +4 −4 |
| src/backend/utils/adt/selfuncs.c | modified | +5 −5 |