Re: [HACKERS] Warning in views.c

2012-01-19 Thread Robert Haas
On Mon, Jan 16, 2012 at 3:47 PM, Magnus Hagander wrote: > Seem 1575fbcb caused this warning: > > view.c: In function ‘DefineVirtualRelation’: > view.c:105:6: warning: variable ‘namespaceId’ set but not used > [-Wunused-but-set-variable] > > Attached seems to be the easy fix - or am I missing somet

[HACKERS] Warning in views.c

2012-01-16 Thread Magnus Hagander
Seem 1575fbcb caused this warning: view.c: In function ‘DefineVirtualRelation’: view.c:105:6: warning: variable ‘namespaceId’ set but not used [-Wunused-but-set-variable] Attached seems to be the easy fix - or am I missing something obvious? --  Magnus Hagander  Me: http://www.hagander.net/  Wo