*** pgsql/src/include/utils/rel.h 2008/03/28 00:21:56 1.105 --- pgsql/src/include/utils/rel.h 2008/04/10 22:25:26 1.106 *************** *** 7,13 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.104 2008/01/01 19:45:59 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.105 2008/03/28 00:21:56 tgl Exp $ * *------------------------------------------------------------------------- */ *************** typedef struct RelationAmInfo *** 100,106 **** FmgrInfo aminsert; FmgrInfo ambeginscan; FmgrInfo amgettuple; ! FmgrInfo amgetmulti; FmgrInfo amrescan; FmgrInfo amendscan; FmgrInfo ammarkpos; --- 100,106 ---- FmgrInfo aminsert; FmgrInfo ambeginscan; FmgrInfo amgettuple; ! FmgrInfo amgetbitmap; FmgrInfo amrescan; FmgrInfo amendscan; FmgrInfo ammarkpos;