timeline signedness - Mailing list pgsql-hackers

From Peter Eisentraut
Subject timeline signedness
Date
Msg-id 1375926914.17807.16.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: timeline signedness  (Peter Eisentraut <peter_e@gmx.net>)
List 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.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: confusing error message
Next
From: Andres Freund
Date:
Subject: Re: MultiXactId concept underdocumented