postgresql/src/include/tcop
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something.
Commit 3855968f32 added syntax, pg_dump,
psql support, and documentation, but the triggers didn't actually fire.
With this commit, they now do.  This is still a pretty basic facility
overall because event triggers do not get a whole lot of information
about what the user is trying to do unless you write them in C; and
there's still no option to fire them anywhere except at the very
beginning of the execution sequence, but it's better than nothing,
and a good building block for future work.

Along the way, add a regression test for ALTER LARGE OBJECT, since
testing of event triggers reveals that we haven't got one.

Dimitri Fontaine and Robert Haas
2012-07-20 11:39:01 -04:00
..
dest.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
fastpath.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pquery.h Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
tcopdebug.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tcopprot.h Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
utility.h Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00