diff options
Diffstat (limited to 'src/include/catalog/catname.h')
-rw-r--r-- | src/include/catalog/catname.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 988e186492f..8dcf95b45ab 100644 --- a/src/include/catalog/catname.h +++ b/src/include/catalog/catname.h @@ -1,16 +1,16 @@ /*------------------------------------------------------------------------- * * catname.h-- - * POSTGRES system catalog relation name definitions. + * POSTGRES system catalog relation name definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: catname.h,v 1.4 1997/09/01 08:09:09 vadim Exp $ + * $Id: catname.h,v 1.5 1997/09/07 04:56:27 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef CATNAME_H +#ifndef CATNAME_H #define CATNAME_H @@ -49,6 +49,6 @@ #define RelCheckRelationName "pg_relcheck" #define TriggerRelationName "pg_trigger" -extern char *SharedSystemRelationNames[]; +extern char *SharedSystemRelationNames[]; -#endif /* CATNAME_H */ +#endif /* CATNAME_H */ |