diff options
| author | Bruce Momjian | 2000-07-27 19:49:24 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-07-27 19:49:24 +0000 |
| commit | 56c754a555d82c4c9f7543495ff89ed3101b8100 (patch) | |
| tree | 1e2a2ffdfc654016be3828ca2b54b766099b102c /src/include/utils | |
| parent | e3b440066798b6692c79613783b7bc2cdeac8f82 (diff) | |
Some pedantic compile syntax errors to fix with the following patch
for today's snapshot
Andreas
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/guc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 67f830d6c41..0d8661442f1 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -4,7 +4,7 @@ * External declarations pertaining to backend/utils/misc/guc.c and * backend/utils/misc/guc-file.l * - * $Header: /cvsroot/pgsql/src/include/utils/guc.h,v 1.3 2000/07/03 20:46:10 petere Exp $ + * $Header: /cvsroot/pgsql/src/include/utils/guc.h,v 1.4 2000/07/27 19:49:24 momjian Exp $ */ #ifndef GUC_H #define GUC_H @@ -43,7 +43,7 @@ typedef enum { PGC_SIGHUP, PGC_BACKEND, PGC_SUSET, - PGC_USERSET, + PGC_USERSET } GucContext; |
