timeline signedness

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: timeline signedness
Date: 2013-08-08 01:55:14
Message-ID: 1375926914.17807.16.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

WAL timelines are unsigned 32-bit integers everywhere, except the
replication parser (replication/repl_gram.y and
replication/repl_scanner.l) treats them as signed 32-bit integers. It's
obviously a corner case, but it would be prudent to be correct about
this. It should be easy to fix in those grammar files.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-08-08 02:57:24 Re: MultiXactId concept underdocumented
Previous Message Peter Eisentraut 2013-08-08 01:35:10 confusing error message