Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 17e3e47

Browse files
committed
Fix typo in code.
1 parent 96648f6 commit 17e3e47

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/16 14:52:26 vadim Exp $
11+
* $Id: pg_class.h,v 1.42 2000/10/16 16:19:14 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -180,6 +180,6 @@ DESCR("");
180180
#define RELKIND_SEQUENCE 'S' /* SEQUENCE relation */
181181
#define RELKIND_UNCATALOGED 'u' /* temporary heap */
182182
#define RELKIND_TOASTVALUE 't' /* moved off huge values */
183-
#define RELKIND_VIEW 'v' /* view */
183+
#define RELKIND_VIEW 'v' /* view */
184184

185185
#endif /* PG_CLASS_H */

0 commit comments

Comments
 (0)