summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_demon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_demon.h')
-rw-r--r--src/include/catalog/pg_demon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/catalog/pg_demon.h b/src/include/catalog/pg_demon.h
index 0bdb0151aa..86bb1628d3 100644
--- a/src/include/catalog/pg_demon.h
+++ b/src/include/catalog/pg_demon.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_demon.h,v 1.3 1997/09/07 04:56:45 momjian Exp $
+ * $Id: pg_demon.h,v 1.4 1997/09/08 02:35:06 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -32,10 +32,10 @@
*/
CATALOG(pg_demon) BOOTSTRAP
{
- Oid demserid;
- NameData demname;
- Oid demowner;
- regproc demcode;
+ Oid demserid;
+ NameData demname;
+ Oid demowner;
+ regproc demcode;
} FormData_pg_demon;
/* ----------------