mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Update version to 6.3. dump/reload for 6.1 version users.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* this file contains the interface to version.c.
|
* this file contains the interface to version.c.
|
||||||
* Also some parameters.
|
* Also some parameters.
|
||||||
*
|
*
|
||||||
* $Id: version.h,v 1.6 1997/10/16 04:14:06 momjian Exp $
|
* $Id: version.h,v 1.7 1997/10/30 22:09:04 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -18,7 +18,7 @@ void
|
|||||||
SetPgVersion(const char *path, char **reason_p);
|
SetPgVersion(const char *path, char **reason_p);
|
||||||
|
|
||||||
#define PG_RELEASE 6
|
#define PG_RELEASE 6
|
||||||
#define PG_VERSION 1
|
#define PG_VERSION 3
|
||||||
#define PG_VERFILE "PG_VERSION"
|
#define PG_VERFILE "PG_VERSION"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user