aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-04 07:23:04 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-04 07:23:04 +0000
commit79ecb80c749614db1b110a7c4b8ff3fc111b01db (patch)
tree48b7983193c3169c74c3919193ea3ad6ee7805a3 /src/include
parent4f1a32b37eccad00135a5d5152bf57330919ce9c (diff)
downloadpostgresql-79ecb80c749614db1b110a7c4b8ff3fc111b01db.tar.gz
postgresql-79ecb80c749614db1b110a7c4b8ff3fc111b01db.zip
Brand 7.3. Ready for beta!
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.win326
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index b750a3a097b..594c5a8356e 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -3,8 +3,8 @@
/*
* Parts of pg_config.h that you get with autoconf on other systems
*/
-#define PG_VERSION "7.2"
-#define PG_VERSION_STR "7.2 (win32)"
+#define PG_VERSION "7.3"
+#define PG_VERSION_STR "7.3 (win32)"
#define SYSCONFDIR ""
@@ -18,7 +18,7 @@
#define BLCKSZ 8192
-#define INDEX_MAX_KEYS 16
+#define INDEX_MAX_KEYS 32
#define FUNC_MAX_ARGS INDEX_MAX_KEYS
#define HAVE_ATEXIT