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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy