]> granicus.if.org Git - postgresql/commit
Treat timeline IDs as unsigned in replication parser
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Aug 2013 03:18:49 +0000 (23:18 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Aug 2013 03:20:55 +0000 (23:20 -0400)
commit3ed990b6ffe18e794b5020a5e5e841aacd72524e
tree1a6ca6f3d5282a3560624842ef91b635d7f194cc
parent9e3f42ff3f6af6b4474340175572c76fe35d9e3b
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