|
8 | 8 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.55 2010/06/0303:20:00 rhaas Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.56 2010/06/0314:50:30 tgl Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 | /* Version identifier for this pg_control format */ |
24 | | -#definePG_CONTROL_VERSION902 |
| 24 | +#definePG_CONTROL_VERSION903 |
25 | 25 |
|
26 | 26 | /* |
27 | 27 | * Body of CheckPoint XLOG records. This is declared here because we keep |
|