diff options
Diffstat (limited to 'src/include/catalog/pg_user.h')
-rw-r--r-- | src/include/catalog/pg_user.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_user.h b/src/include/catalog/pg_user.h index 970ab7973f3..f98e1bb72bd 100644 --- a/src/include/catalog/pg_user.h +++ b/src/include/catalog/pg_user.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_user.h,v 1.7 1997/12/09 03:11:25 scrappy Exp $ + * $Id: pg_user.h,v 1.8 1997/12/12 16:26:36 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -65,7 +65,7 @@ typedef FormData_pg_user *Form_pg_user; * initial contents of pg_user * ---------------- */ -DATA(insert OID = 0 ( postgres PGUID t t t t "" 2116994400 )); +DATA(insert OID = 0 ( postgres PGUID t t t t _null_ 2116994400 )); BKI_BEGIN #ifdef ALLOW_PG_GROUP |