Re: timetravel.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Böjthe Zoltán <urdeso(at)arcinfo(dot)hu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: timetravel.c
Date: 2003-07-27 04:52:19
Message-ID: 200307270452.h6R4qJp07523@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

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

Bjthe Zoltn wrote:
> Bruce Momjian ?rta:
>
> >Great. Please send over the file as an attachment and I will see that
> >it is added, or even better, use diff -c against the 7.3.2 version and
> >your new version so we can see the changes.
> >
> >---------------------------------------------------------------------------
> >
> >
> >
> Hi!
>
> Here is 4 file in tgz:
> the new timetravel.c,
> new timetravel.README (cut from spi/README and modified),
> modified timetravel.sql.in
> and modified timetravel.example.
>
> Features:
> - optionally 3 parameter for insert/update/delete user name
>
> - work with CREATE UNIQUE INDEX ixxx on table xxx (unique_field,time_off);
> (the original version was work with unique index on 6.5.0-6.5.3,
> and not work on 7.3.2,7.3.3)
> (before 6.5.0 and between 6.5.3 and 7.3.2 I dont know)
>
> - get_timetravel(tablename) function for check timetravel-status.
>
> - timetravel trigger not change oid of the active record. (it is not a
> good feature, because the old version is automatice prevent the paralel
> update with "where oid=nnn")
>

[ application/x-gtar is not supported, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-07-27 05:29:48 Re: [HACKERS] allowed user/db variables
Previous Message Bruce Momjian 2003-07-27 04:44:34 Re: Eliminate information_schema from oid2name listing