Re: Error trying to compile a simple C trigger - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Error trying to compile a simple C trigger
Date
Msg-id 1332274556-sup-7002@alvh.no-ip.org
Whole thread Raw
In response to Error trying to compile a simple C trigger  (Marco Nenciarini <marco.nenciarini@2ndQuadrant.it>)
List pgsql-hackers
Excerpts from Marco Nenciarini's message of mar mar 20 07:53:06 -0300 2012:
> I was trying to compile orafce on the current master and it yield
> an error at line
>
>  tupdesc = trigdata->tg_relation->rd_att;
>
> alert.c: In function ‘dbms_alert_defered_signal’:
> alert.c:839:33: error: dereferencing pointer to incomplete type
> make: *** [alert.o] Error 1
>
> I've also tried the example at
>
> http://www.postgresql.org/docs/devel/static/trigger-example.html
>
> and the result is exactly the same.
>
> trigtest.c: In function ‘trigf’:
> trigtest.c:44:36: error: dereferencing pointer to incomplete type
> make: *** [trigtest.o] Error 1

Thanks, I believe the example is fixed now.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: MUHAMMAD ASIF
Date:
Subject: Re: vacuumlo issue
Next
From: Jim Nasby
Date:
Subject: Re: Memory usage during sorting