|
1 | 1 | /*------------------------------------------------------------------------- |
2 | 2 | * |
3 | | - *bootstrap.h |
4 | | - * include file forthe bootstrapping code |
| 3 | + *isolationtester.h |
| 4 | + * include file forisolation tests |
5 | 5 | * |
6 | | - * |
7 | | - * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
| 6 | + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group |
8 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 8 | * |
10 | | - * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.44 2006/10/04 00:30:07 momjian Exp $ |
| 9 | + * IDENTIFICATION |
| 10 | + *src/test/isolation/isolationtester.h |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
|