1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

New CHECKPOINT command.

Auto removing of offline log files and creating new file
at checkpoint time.
This commit is contained in:
Vadim B. Mikheev
2000-11-05 22:50:21 +00:00
parent 7267fdd7a3
commit f0e37a8531
11 changed files with 274 additions and 39 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.81 2000/10/31 10:22:12 petere Exp $
* $Id: nodes.h,v 1.82 2000/11/05 22:50:21 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@ -202,6 +202,7 @@ typedef enum NodeTag
T_DropGroupStmt,
T_ReindexStmt,
T_SetSessionStmt,
T_CheckPointStmt,
T_A_Expr = 700,
T_Attr,