mirror of https://github.com/postgres/postgres
Clang 3.3 correctly complains that a variable of type enum MultiXactStatus cannot hold a value of -1, which makes sense. Change the declared type of the variable to int instead, and apply casting as necessary to avoid the warning. Per notice from Andres Freundpull/6/head
parent
81166a2f7e
commit
4ca50e0710
Loading…
Reference in new issue