Re: timetravel.c

From: Böjthe Zoltán <zbojthe(at)arcinfo(dot)hu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: timetravel.c
Date: 2003-09-02 13:11:19
Message-ID: 3F5496F7.5010704@arcinfo.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 error at end of input

Here is the patch for this bug

Böjthe Zoltán

Attachment Content-Type Size
timetravel.c.diff text/plain 952 bytes

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2003-09-03 02:03:56 Re: to_timestamp not stable if date string shorter than
Previous Message Böjthe Zoltán 2003-09-02 13:05:50 Re: timetravel.c