diff options
Diffstat (limited to 'src/include/catalog/pg_statistic.h')
| -rw-r--r-- | src/include/catalog/pg_statistic.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h index c72c68265d..b752bc9c60 100644 --- a/src/include/catalog/pg_statistic.h +++ b/src/include/catalog/pg_statistic.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_statistic.h,v 1.20 2003/03/23 05:14:37 tgl Exp $ + * $Id: pg_statistic.h,v 1.21 2003/08/04 00:43:30 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -27,7 +27,7 @@ */ /* - * Keep C compiler happy with anyarray, below. This will need to go elsewhere + * Keep C compiler happy with anyarray, below. This will need to go elsewhere * if we ever use anyarray for more than pg_statistic. */ typedef struct varlena anyarray; @@ -116,8 +116,8 @@ CATALOG(pg_statistic) BKI_WITHOUT_OIDS /* * Values in these arrays are values of the column's data type. We - * presently have to cheat quite a bit to allow polymorphic arrays - * of this kind, but perhaps someday it'll be a less bogus facility. + * presently have to cheat quite a bit to allow polymorphic arrays of + * this kind, but perhaps someday it'll be a less bogus facility. */ anyarray stavalues1; anyarray stavalues2; |
