Treat timeline IDs as unsigned in replication parser

Peter Eisentraut <peter_e@gmx.net>

Commit: 229fb58d4ff6fc4cd61fc5045edeb25f7fc4800e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-08-15T03:18:49Z
Releases: 9.4.0
Treat timeline IDs as unsigned in replication parser

Timeline IDs are unsigned ints everywhere, except the replication parser
treated them as signed ints.

Files