pgsql: Provide a function hook to let plug-ins get control around

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide a function hook to let plug-ins get control around
Date: 2008-07-18 18:23:47
Message-ID: 20080718182347.3F599754A86@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Provide a function hook to let plug-ins get control around ExecutorRun.

ITAGAKI Takahiro

Modified Files:
--------------
pgsql/src/backend/executor:
execMain.c (r1.309 -> r1.310)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execMain.c?r1=1.309&r2=1.310)
pgsql/src/include/executor:
executor.h (r1.147 -> r1.148)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/executor.h?r1=1.147&r2=1.148)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2008-07-18 20:12:28 stackbuilder - wizard: Add support for HTTP 301/302 redirects
Previous Message Bruce Momjian 2008-07-18 17:33:40 pgsql: Properly document archive/restore command examples on Windows.