From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Warning in views.c |
Date: | 2012-01-19 20:43:18 |
Message-ID: | CA+TgmoZhZMKmuxQni3JYEZT-jEHxbzNxgg_KQ_i6AAsi9c7ADg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jan 16, 2012 at 3:47 PM, Magnus Hagander <magnus(at)hagander(dot)net> 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 something obvious?
No, I think you nailed it. There is some more refactoring that should
be done there, I think, but until it is, we don't need that return
value for anything...
Thanks for fixing it.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2012-01-19 20:44:30 | Re: controlling the location of server-side SSL files |
Previous Message | Dimitri Fontaine | 2012-01-19 20:42:54 | Re: Inline Extension |