pgsql: Treat timeline IDs as unsigned in replication parser

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Treat timeline IDs as unsigned in replication parser
Date: 2013-08-15 03:29:43
Message-ID: E1V9oFr-0001tc-Oe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-08-15 16:45:39 pgsql: Add tab completion for \dx in psql
Previous Message Tom Lane 2013-08-14 22:39:00 pgsql: Remove ph_may_need from PlaceHolderInfo, with attendant simplifi