pgsql: Treat timeline IDs as unsigned in replication parser - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Treat timeline IDs as unsigned in replication parser
Date
Msg-id E1V9oFr-0001tc-Oe@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Treat timeline IDs as unsigned in replication parser

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/229fb58d4ff6fc4cd61fc5045edeb25f7fc4800e

Modified Files
--------------
src/backend/replication/repl_gram.y    |   14 +++++++-------
src/backend/replication/repl_scanner.l |    4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve error message when view is not updatable
Next
From: Magnus Hagander
Date:
Subject: pgsql: Add tab completion for \dx in psql