on my timetravel.c I find a bug: after the

Bruce Momjian <bruce@momjian.us>

Commit: a5e9e51fb05dd0968527b0f3f7632d2f824a8a16
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-09-11T17:25:14Z
Releases: 7.4.1
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

Files

PathChange+/−
contrib/spi/timetravel.c modified +6 −6