Treat timeline IDs as unsigned in replication parser
authorPeter Eisentraut <[email protected]>
Thu, 15 Aug 2013 03:18:49 +0000 (23:18 -0400)
committerPeter Eisentraut <[email protected]>
Thu, 15 Aug 2013 03:18:49 +0000 (23:18 -0400)
commit229fb58d4ff6fc4cd61fc5045edeb25f7fc4800e
tree8de60b3542beeb11110db0085756c435db87331d
parent32f7c0ae1725031e8ed3620e06e94007a171d6d5
Treat timeline IDs as unsigned in replication parser

Timeline IDs are unsigned ints everywhere, except the replication parser
treated them as signed ints.
src/backend/replication/repl_gram.y
src/backend/replication/repl_scanner.l