Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Date
Msg-id 200508281723.j7SHNSS09795@candle.pha.pa.us
Whole thread Raw
In response to Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


Gavin Sherry wrote:
> Attached is a patch adding regression tests for this code.
>
> Thanks,
>
> Gavin
>
> On Tue, 23 Aug 2005, Bruce Momjian wrote:
>
> >
> > Thanks, modified patch applied by Tom, with the addition of a USER
> > triggers only mode.
> >
> > ---------------------------------------------------------------------------
> >
> > Satoshi Nagayasu wrote:
> > > The message format for elog() report is cleaned up.
> > >
> > > --
> > > NAGAYASU Satoshi <nagayasus@nttdata.co.jp>
> >
> > > diff -cr pgsql.orig/src/backend/commands/tablecmds.c pgsql/src/backend/commands/tablecmds.c
> > > *** pgsql.orig/src/backend/commands/tablecmds.c    2005-06-28 14:08:54.000000000 +0900
> > > --- pgsql/src/backend/commands/tablecmds.c    2005-08-08 13:46:44.000000000 +0900
> > > ***************
> > > *** 236,241 ****
> > > --- 236,243 ----
> > --
> >   Bruce Momjian                        |  http://candle.pha.pa.us
> >   pgman@candle.pha.pa.us               |  (610) 359-1001
> >   +  If your life is a hard drive,     |  13 Roberts Road
> >   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Have you searched our list archives?
> >
> >                http://archives.postgresql.org
> >

Content-Description:

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Steve Woodcock
Date:
Subject: Improve psql's handling of multi-line queries
Next
From: "Dave Page"
Date:
Subject: Re: [HACKERS] Win32 Thread safetyness