Treat timeline IDs as unsigned in replication parser

Peter Eisentraut <peter_e@gmx.net>

Commit: 3ed990b6ffe18e794b5020a5e5e841aacd72524e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-08-15T03:20:55Z
Releases: 9.3.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