Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch
Peter Eisentraut <peter_e@gmx.net>
Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch cases that are not part of the enum's definition.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/read.c | modified | +2 −2 |