aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 0a9ae57be06..ffae7d33739 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -55,7 +55,7 @@
* NOTE also that databases with different NAMEDATALEN's cannot interoperate!
*/
#define NAMEDATALEN 32
-# OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid)
+/* OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) */
#define OIDNAMELEN 36
/* turn this on if you prefer European style dates instead of American