From: | Bernd Helmle <mailings(at)oopsware(dot)de> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: WIP: Automatic view update rules |
Date: | 2009-01-12 14:49:36 |
Message-ID: | 566CB90F49AFDB29D12D3D21@teje |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
--On Montag, Januar 12, 2009 14:48:46 +0200 Peter Eisentraut
<peter_e(at)gmx(dot)net> wrote:
> gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
> -g -I../../../src/include -I/sw/include/libxml2 -I/sw/include -c -o
> viewUpdate.o viewUpdate.c -MMD -MP -MF .deps/viewUpdate.Po
> viewUpdate.c: In function 'transform_select_to_insert':
> viewUpdate.c:1407: error: 'qual' undeclared (first use in this function)
> viewUpdate.c:1407: error: (Each undeclared identifier is reported only
> once
> viewUpdate.c:1407: error: for each function it appears in.)
> viewUpdate.c:1407: error: 'viewDef' undeclared (first use in this
> function)
> viewUpdate.c: In function 'CreateViewUpdateRules':
> viewUpdate.c:1731: warning: unused variable 'view_qual'
> make: *** [viewUpdate.o] Error 1
Fixed.
--
Thanks
Bernd
Attachment | Content-Type | Size |
---|---|---|
view_update.patch.bz2 | application/octet-stream | 22.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-01-12 14:55:14 | Re: Recovery Test Framework |
Previous Message | Tom Lane | 2009-01-12 14:42:37 | Re: Sample of user-define window function and other things |