Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5490195

Browse files
committed
Don't choke on superuser names containing random punctuation.
1 parent edebfec commit 5490195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_shadow.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pg_shadow.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
12+
* $Id: pg_shadow.h,v 1.11 2001/03/09 22:10:13 tgl Exp $
1313
*
1414
* NOTES
1515
* the genbki.sh script reads this file and generates .bki
@@ -73,6 +73,6 @@ typedef FormData_pg_shadow *Form_pg_shadow;
7373
* user choices.
7474
* ----------------
7575
*/
76-
DATA(insert OID = 0 ( POSTGRES PGUID t t t t _null_ _null_ ));
76+
DATA(insert OID = 0 ( "POSTGRES" PGUID t t t t _null_ _null_ ));
7777

7878
#endif /* PG_SHADOW_H */

0 commit comments

Comments
 (0)