Remove line from guc.c 6. Add it to src/bin/psql/tab-complete.c, if it's a USERSET option.
No longer required for parameters. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com
Index: src/backend/utils/misc/guc.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/backend/utils/misc/guc.c,v retrieving revision 1.397 diff -c -r1.397 guc.c *** src/backend/utils/misc/guc.c 13 Jun 2007 21:24:56 -0000 1.397 --- src/backend/utils/misc/guc.c 18 Jun 2007 09:01:32 -0000 *************** *** 417,427 **** * 5. Add it to src/backend/utils/misc/postgresql.conf.sample, if * appropriate * ! * 6. Add it to src/bin/psql/tab-complete.c, if it's a USERSET option. * ! * 7. Don't forget to document the option. ! * ! * 8. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure * it is not single quoted at dump time. */ --- 417,425 ---- * 5. Add it to src/backend/utils/misc/postgresql.conf.sample, if * appropriate * ! * 6. Don't forget to document the option. * ! * 7. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure * it is not single quoted at dump time. */
---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend