So I got the moddatetime trigger example in /contrib working. A couple
of notes:
moddatetime.c makes reference to DATETIME. This needs to be changed to
TIMESTAMP. I've done this, if you want the source.
I need to make .so files in two steps: first make a regular object file,
then compile that w/ -fpic and -shared and output an .so file. If I try
to do this in one step, it doesn't work. This may very well be the way
the compiler is _supposed_ to work, I dunno. RH6.1, kernel 2.2.13, gcc
version egcs-2.91.66_19990314/Linux (egcs-1.1.2 release).
-Ron-