Gordon Messmer writes:

Sam Varshavchik wrote:

It's always safe to append more stuff to the control file. Whether it's safe to rewrite it from scratch is something I need to think about.

At the time submit calls run_filter, that's not true. "ctlfile" is open and the write pointer will indicate the end of the file. If a filter adds data to the control file, that pointer does not change, so anything that submit writes to the file will overwrite the records that were added by the filter.

I think that ctlfile should be opened for append mode.


Attachment: pgpkZRb6Q29IC.pgp
Description: PGP signature

Reply via email to