diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-08 06:02:30 +0000 |
commit | 4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch) | |
tree | 5c91dead4db4240f387ec65fb1a21194d79522ce /src/include/config.h | |
parent | d79bb2fd0ee968602421a1a8d87700204f070d52 (diff) | |
download | postgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.tar.gz postgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.zip |
Compile and warning cleanup
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h index d781c4d116d..4cc9e37229d 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -178,7 +178,8 @@ /* found in function aclparse() in src/backend/utils/adt/acl.c */ /* #define ACLDEBUG */ -/* found in src/backend/utils/adt/arrayfuncs.c */ +/* found in src/backend/utils/adt/arrayfuncs.c + code seems broken without it, Bruce Momjian */ /* #define LOARRAY */ /* This is the time, in seconds, at which a given backend server |