diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-07-21 21:02:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-07-21 21:02:12 +0000 |
commit | a4bfb055d41282b9361a15e1140dbac039292de9 (patch) | |
tree | 4f044447b037f490a1bd685bfc7f5ecac2807905 | |
parent | 80bbd3281d9f598779c363bc792b2d2c9a8b48c3 (diff) | |
download | postgresql-a4bfb055d41282b9361a15e1140dbac039292de9.tar.gz postgresql-a4bfb055d41282b9361a15e1140dbac039292de9.zip |
Back out comment on GucContexts.
-rw-r--r-- | src/include/utils/guc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 665cc0ed424..7199a6e2ea2 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -7,7 +7,7 @@ * Copyright 2000-2003 by PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $Id: guc.h,v 1.34 2003/07/09 17:57:47 momjian Exp $ + * $Id: guc.h,v 1.35 2003/07/21 21:02:12 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H @@ -52,9 +52,6 @@ * non-super users. * * USERSET options can be set by anyone any time. - * - * When updating the GucContexts, please make sure to update the - * corresponding GucContext_names [] entries in pg_guc.c. */ typedef enum { |