Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5490195

Browse files
committed
Don't choke on superuser names containing random punctuation.
1 parentedebfec commit5490195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_shadow.h

Lines changed: 2 additions & 2 deletions
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(insertOID=0 (POSTGRESPGUIDtttt_null__null_ ));
76+
DATA(insertOID=0 ("POSTGRES"PGUIDtttt_null__null_ ));
7777

7878
#endif/* PG_SHADOW_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp