projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd09982
)
Change sh-style comments to C comments.
author
Bruce Momjian
Tue, 8 Oct 1996 22:23:19 +0000
(22:23 +0000)
committer
Bruce Momjian
Tue, 8 Oct 1996 22:23:19 +0000
(22:23 +0000)
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index 0a9ae57be06ce6d0ab71e10311915f66b65a3680..ffae7d33739f6d46e47e1af56895b3e1cd8d514a 100644
(file)
--- 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