| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Subject: | Warning in views.c |
| Date: | 2012-01-16 20:47:49 |
| Message-ID: | CABUevEzCDzNztyTjDACiYJrmEV0Y9xYFp4rbM7x2CCbuinvzhg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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/
Work: http://www.redpill-linpro.com/
| Attachment | Content-Type | Size |
|---|---|---|
| command_view_warning.patch | text/x-patch | 797 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2012-01-16 20:48:41 | Re: automating CF submissions (was xlog location arithmetic) |
| Previous Message | Dimitri Fontaine | 2012-01-16 20:43:02 | Re: SKIP LOCKED DATA |