*** pgsql/src/backend/access/common/reloptions.c 2009/03/23 16:36:27 1.23 --- pgsql/src/backend/access/common/reloptions.c 2009/03/24 20:17:09 1.24 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/common/reloptions.c,v 1.22 2009/02/28 00:10:51 tgl Exp $ * *------------------------------------------------------------------------- */ --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/common/reloptions.c,v 1.23 2009/03/23 16:36:27 tgl Exp $ * *------------------------------------------------------------------------- */ *************** static relopt_bool boolRelOpts[] = *** 56,61 **** --- 56,69 ---- }, true }, + { + { + "fastupdate", + "Enables \"fast update\" feature for this GIN index", + RELOPT_KIND_GIN + }, + true + }, /* list terminator */ { { NULL } } };