From 532834081d9e9d482ff50becab86e014b5f1db30 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 18 Jun 2007 10:02:57 +0000 Subject: [PATCH] Remove comment about modifying tab-complete.c for userset GUC. Simon Riggs --- src/backend/utils/misc/guc.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index e808220b8f..f801c060d7 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -10,7 +10,7 @@ * Written by Peter Eisentraut . * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.397 2007/06/13 21:24:56 alvherre Exp $ + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.398 2007/06/18 10:02:57 mha Exp $ * *-------------------------------------------------------------------- */ @@ -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. */