Skip to content

Commit 8eb9c92

Browse files
committed
Add "#define GIST_AM_OID".
1 parent f1d5d09 commit 8eb9c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/catalog/pg_am.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_am.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
11+
* $Id: pg_am.h,v 1.17 2001/05/30 19:55:08 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -116,5 +116,6 @@ DESCR("");
116116
#define HASH_AM_OID 405
117117
DATA(insert OID = 783 ( gist PGUID 100 7 0 gistgettuple gistinsert gistdelete - - - - gistbeginscan gistrescan gistendscan gistmarkpos gistrestrpos - - gistbuild - - gistcostestimate ));
118118
DESCR("");
119+
#define GIST_AM_OID 783
119120

120121
#endif /* PG_AM_H */

0 commit comments

Comments
 (0)