1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove comment about modifying tab-complete.c for userset GUC.

Simon Riggs
This commit is contained in:
Magnus Hagander
2007-06-18 10:02:57 +00:00
parent de6a6383a7
commit 532834081d

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>. * Written by Peter Eisentraut <peter_e@gmx.net>.
* *
* IDENTIFICATION * 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 * 5. Add it to src/backend/utils/misc/postgresql.conf.sample, if
* appropriate * 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. * 7. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure
*
* 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. * it is not single quoted at dump time.
*/ */