| From: | Marco Nenciarini <marco(dot)nenciarini(at)2ndQuadrant(dot)it> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Error trying to compile a simple C trigger |
| Date: | 2012-03-20 10:53:06 |
| Message-ID: | 1332240786.3020.10.camel@greygoo.devise-it.lan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
Regards,
Marco
--
Marco Nenciarini - 2ndQuadrant Italy
PostgreSQL Training, Services and Support
marco(dot)nenciarini(at)2ndQuadrant(dot)it | www.2ndQuadrant.it
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2012-03-20 11:16:11 | Re: Error trying to compile a simple C trigger |
| Previous Message | MUHAMMAD ASIF | 2012-03-20 10:07:39 | Re: vacuumlo issue |