projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c0d1f
)
Don't choke on superuser names containing random punctuation.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000
(22:10 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000
(22:10 +0000)
src/include/catalog/pg_shadow.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_shadow.h
b/src/include/catalog/pg_shadow.h
index 50158b8b3a67116d194a39153d05274dd15a31fc..dc8b08c83f6bab8bf3bfc918ac88eb0e5bbbab60 100644
(file)
--- a/
src/include/catalog/pg_shadow.h
+++ b/
src/include/catalog/pg_shadow.h
@@
-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 */