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

Commit54f69a9

Browse files
committed
Fix a bug in pg_class
submitted by: "Peter Daum" <gator@cs.tu-berlin.de>
1 parent423a715 commit54f69a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/pg_class.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_class.h,v 1.1.1.1 1996/07/09 06:21:16 scrappy Exp $
10+
* $Id: pg_class.h,v 1.2 1996/08/04 22:00:13 scrappy Exp $
1111
*
1212
* NOTES
1313
* ``pg_relation'' is being replaced by ``pg_class''. currently
@@ -126,7 +126,7 @@ DATA(insert OID = 76 ( pg_demon 76 PGUID 0 0 0 0 0 f t r n 4 0 - - f
126126
DATA(insertOID=80 (pg_magic80PGUID00000ftrn20--f_null_ ));
127127
DATA(insertOID=81 (pg_proc81PGUID00000ffrn160--f_null_ ));
128128
DATA(insertOID=82 (pg_server82PGUID00000ftrn30--f_null_ ));
129-
DATA(insertOID=83 (pg_class83PGUID00000ffrn170--f_null_ ));
129+
DATA(insertOID=83 (pg_class83PGUID00000ffrn180--f_null_ ));
130130
DATA(insertOID=86 (pg_user86PGUID00000ftrn60--f_null_ ));
131131
DATA(insertOID=87 (pg_group87PGUID00000ftsn30--f_null_ ));
132132
DATA(insertOID=88 (pg_database88PGUID00000ftrn30--f_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp