Treat timeline IDs as unsigned in replication parser
Peter Eisentraut <peter_e@gmx.net>
Treat timeline IDs as unsigned in replication parser Timeline IDs are unsigned ints everywhere, except the replication parser treated them as signed ints.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/repl_gram.y | modified | +7 −7 |
| src/backend/replication/repl_scanner.l | modified | +2 −2 |