Re: WIP: Automatic view update rules - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: WIP: Automatic view update rules
Date
Msg-id 496B3C2E.6040908@gmx.net
Whole thread Raw
In response to Re: WIP: Automatic view update rules  (Bernd Helmle <mailings@oopsware.de>)
Responses Re: WIP: Automatic view update rules  (Bernd Helmle <mailings@oopsware.de>)
List pgsql-hackers
Bernd Helmle wrote:
> --On Freitag, Januar 09, 2009 17:53:31 +0100 Bernd Helmle 
> <mailings@oopsware.de> wrote:
> 
>> I've decided to check updatability of all involved views during view
>> creation. Please find attached a new version with all other open issues
>> adressed.
> 
> Oops, forgot to track some files in my new git branch and so the new 
> files viewUpdate.c und viewUpdate.h are missing...please find attached a 
> corrected patch file. Sorry for that.

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


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: about truncate
Next
From: Alvaro Herrera
Date:
Subject: Re: autovacuum and reloptions