Don't choke on superuser names containing random punctuation.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000 (22:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000 (22:10 +0000)
src/include/catalog/pg_shadow.h

index 50158b8b3a67116d194a39153d05274dd15a31fc..dc8b08c83f6bab8bf3bfc918ac88eb0e5bbbab60 100644 (file)
@@ -73,6 +73,6 @@ typedef FormData_pg_shadow *Form_pg_shadow;
  * user choices.
  * ----------------
  */
-DATA(insert OID = 0 ( POSTGRES PGUID t t t t _null_ _null_ ));
+DATA(insert OID = 0 ( "POSTGRES" PGUID t t t t _null_ _null_ ));
 
 #endif  /* PG_SHADOW_H */