Alvaro Herrera
cb687c751c
Avoid inconsistent type declaration
...
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 Freund
2013-06-25 16:42:06 -04:00
..
2013-06-25 16:42:06 -04:00
2013-06-03 17:22:31 +03:00
2013-06-12 17:53:33 -04:00
2013-06-17 08:04:18 -07:00
2013-06-12 17:53:33 -04:00
2013-03-06 23:48:09 -05:00
2013-05-29 16:58:43 -04:00
2013-06-12 19:50:52 -04:00
2013-05-29 16:58:43 -04:00
2013-04-29 14:50:03 -04:00
2013-06-05 23:45:11 -04:00
2013-06-09 18:39:20 -04:00
2013-06-24 14:16:15 -04:00
2013-06-15 15:40:05 -04:00
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00
2013-06-26 02:18:26 +09:00
2013-06-12 17:53:33 -04:00
2013-01-01 17:15:01 -05:00
2013-06-23 11:09:24 +01:00
2013-06-13 13:12:49 -04:00
2013-05-29 16:58:43 -04:00
2013-06-17 08:04:18 -07:00
2011-06-09 18:11:47 +02:00
2012-02-27 13:53:12 +02:00
2013-02-21 22:46:17 -03:00
2013-05-05 22:34:23 -04:00