PG_VERSION in pg_config.h.win32
От | Joe Conway |
---|---|
Тема | PG_VERSION in pg_config.h.win32 |
Дата | |
Msg-id | 3FC91539.3050301@joeconway.com обсуждение исходный текст |
Ответы |
Re: PG_VERSION in pg_config.h.win32
|
Список | pgsql-patches |
PG_VERSION should be 7.5devel (not 7.4) in pg_config.h.win32, shouldn't it? Joe Index: src/include/pg_config.h.win32 =================================================================== RCS file: /cvsroot/pgsql-server/src/include/pg_config.h.win32,v retrieving revision 1.12 diff -c -r1.12 pg_config.h.win32 *** src/include/pg_config.h.win32 13 Nov 2003 04:23:03 -0000 1.12 --- src/include/pg_config.h.win32 29 Nov 2003 21:48:33 -0000 *************** *** 3,10 **** /* * Parts of pg_config.h that you get with autoconf on other systems */ ! #define PG_VERSION "7.4" ! #define PG_VERSION_STR "7.4 (win32)" #define SYSCONFDIR "" --- 3,10 ---- /* * Parts of pg_config.h that you get with autoconf on other systems */ ! #define PG_VERSION "7.5devel" ! #define PG_VERSION_STR "7.5devel (win32)" #define SYSCONFDIR ""
В списке pgsql-patches по дате отправления: