Re: [HACKERS] safer node casting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] safer node casting
Date
Msg-id 16484.1487717948@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] safer node casting  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> With commit 38d103763d14baddf3cbfe4b00b501059fc9447f, I'm now getting a
> compiler warning:
> indxpath.c: In function 'generate_bitmap_or_paths':
> indxpath.c:1312: warning: unused variable 'rinfo'

Me too, without asserts.  Fixed.
        regards, tom lane



pgsql-hackers by date:

Previous
From: James Cloos
Date:
Subject: Re: [HACKERS] Replication vs. float timestamps is a disaster
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Json support for array pseudotypes