Fix misplaced const
Peter Eisentraut <peter@eisentraut.org>
Fix misplaced const These instances were apparently trying to carry the const qualifier from the arguments through the complex casts, but for that the const qualifier was misplaced.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/partitioning/partbounds.c | modified | +2 −2 |
| src/backend/utils/adt/tsquery_op.c | modified | +2 −2 |