Cast constants to the type of the other binary operand.
Bruce Momjian <bruce@momjian.us>
Cast constants to the type of the other binary operand. Invalidate vacuum relation cache to use new row counts from vacuum.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuum.c | modified | +8 −1 |
| src/backend/nodes/makefuncs.c | modified | +4 −2 |
| src/backend/optimizer/prep/preptlist.c | modified | +3 −2 |
| src/backend/parser/analyze.c | modified | +5 −3 |
| src/backend/parser/catalog_utils.c | modified | +21 −1 |
| src/backend/parser/parse_query.c | modified | +46 −5 |
| src/backend/parser/parser.c | modified | +11 −8 |
| src/include/nodes/makefuncs.h | modified | +3 −2 |
| src/include/nodes/primnodes.h | modified | +2 −1 |
| src/include/parser/catalog_utils.h | modified | +2 −1 |