Remove comment about modifying tab-complete.c for userset GUC.
authorMagnus Hagander <magnus@hagander.net>
Mon, 18 Jun 2007 10:02:57 +0000 (10:02 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 18 Jun 2007 10:02:57 +0000 (10:02 +0000)
Simon Riggs

src/backend/utils/misc/guc.c

index 1bf7969417c24600cd01f9042b4ea5cf5969b880..cd47c10b4f604d442ec34fb807188c89414474c3 100644 (file)
@@ -417,11 +417,9 @@ const char *const config_type_names[] =
  * 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.
+ * 6. Don't forget to document the 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
+ * 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.
  */