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

Commit17e3e47

Browse files
committed
Fix typo in code.
1 parent96648f6 commit17e3e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_class.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_class.h,v 1.41 2000/10/1614:52:26 vadim Exp $
11+
* $Id: pg_class.h,v 1.42 2000/10/1616:19:14 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -180,6 +180,6 @@ DESCR("");
180180
#defineRELKIND_SEQUENCE 'S'/* SEQUENCE relation */
181181
#defineRELKIND_UNCATALOGED 'u'/* temporary heap */
182182
#defineRELKIND_TOASTVALUE 't'/* moved off huge values */
183-
#defineRELKIND_VIEW'v'/* view */
183+
#defineRELKIND_VIEW'v'/* view */
184184

185185
#endif/* PG_CLASS_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp