summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs_new.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2013-06-25 16:36:29 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2013-06-25 16:42:06 -0400
commitcb687c751c8d2e9eb097339f8920ca8fcf29fc47 (patch)
treeb774052defa41e2554c6192e8537e98abc36cefa /src/tutorial/funcs_new.c
parenta20d7c3bc3517e0c390a08d4f589fded953c9710 (diff)
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
Diffstat (limited to 'src/tutorial/funcs_new.c')
0 files changed, 0 insertions, 0 deletions