m4_comment([$Id: txn_checkpoint.so,v 11.1 2003/09/02 14:38:51 sue Exp $]) define(M4PAGELOCAL,) include(tcl/m4.tcl) m4_tcl_header(env txn_checkpoint, m4_tcl_txn_ckp, [dnl env txn_checkpoint m4_tcl_arg([-force]) m4_tcl_arg([-kbyte kb]) m4_tcl_arg([-min minutes]) ]) m4_p([dnl The m4_tcl_txn_ckp command writes a checkpoint.]) m4_p([dnl The options are as follows:]) m4_tagbegin m4_tag([-force], [dnl The checkpoint will occur regardless of activity level.]) m4_tag([-kbyte kb], [dnl The checkpoint will occur only if at least the specified number of kilobytes of log data has been written since the last checkpoint.]) m4_tag([-min minutes], [dnl The checkpoint will occur only if at least the specified number of minutes has passed since the last checkpoint.]) m4_tagend m4_tcl_ret_error m4_page_footer