Re: [PATCHES] timetravel.c

2003-09-11 Thread Bruce Momjian
I had to modify your patch sligthly to fit more recent code changes --- updated version attached and applied. --- Böjthe Zoltán wrote: > Bruce Momjian ?rta: > > >Patch applied. Thanks. > > > >--

Re: [PATCHES] timetravel.c

2003-09-11 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Böjthe Zoltán wrote: > Bruce Momjian ?rta

Re: [PATCHES] timetravel.c

2003-09-02 Thread Böjthe Zoltán
Bruce Momjian írta: Patch applied. Thanks. --- Hi! on my timetravel.c I find a bug: after the ALTER TABLE mytable drop column last_column_of_table; the timetravel trigger say on UPDATE/DELETE: ERROR: parser: parse e

Re: [PATCHES] timetravel.c

2003-09-02 Thread Böjthe Zoltán
Bruce Momjian írta: Patch applied. Thanks. --- Hi! on my timetravel.c I find a bug: after the ALTER TABLE mytable drop column last_column_of_table; the timetravel trigger say on UPDATE/DELETE: ERROR: parser: parse erro

Re: [PATCHES] timetravel.c

2003-07-26 Thread Bruce Momjian
Patch applied. Thanks. --- Böjthe Zoltán 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 >

Re: [PATCHES] timetravel.c

2003-07-22 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Böjthe Zoltán wrote: > Bruce Momjian ?rta

Re: [PATCHES] timetravel.c

2003-07-21 Thread Böjthe Zoltán
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

Re: [PATCHES] timetravel.c

2003-07-19 Thread Bruce Momjian
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. --- Böjthe Zoltán wrote: > Hi! > > I