We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d5d09 commit 8eb9c92Copy full SHA for 8eb9c92
src/include/catalog/pg_am.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: pg_am.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
+ * $Id: pg_am.h,v 1.17 2001/05/30 19:55:08 tgl Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -116,5 +116,6 @@ DESCR("");
116
#define HASH_AM_OID 405
117
DATA(insert OID = 783 ( gist PGUID 100 7 0 gistgettuple gistinsert gistdelete - - - - gistbeginscan gistrescan gistendscan gistmarkpos gistrestrpos - - gistbuild - - gistcostestimate ));
118
DESCR("");
119
+#define GIST_AM_OID 783
120
121
#endif /* PG_AM_H */
0 commit comments