Instructions to instrument PostgreSQL-8.0.4 with Dtrace probes
--------------------------------------------------------------

1. Copy pervasiveprobe.d to postgresql-8.0.4/src/backend/
2. Copy postgresql-8.0.4.patch to postgresql-8.0.4
3. $patch -p0 < postgresql-8.0.4.patch
4. $./configure --enable-dtrace (to build dtrace enabled postgresql)

Note: This will also patch the configure script

Provider name: Postgres
