Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
> Attached patch fixed following warning:
> "../../../src/include/nodes/parsenodes.h", line 487: warning: enumerator
> value overflows INT_MAX (2147483647)
> The reason is clear, enum is int not unsigned.
I think the compiler is entitled to assume either, actually.
But your fix is good either way. Applied.
regards, tom lane