postgresql/src/include/version.h

25 lines
560 B
C

/*-------------------------------------------------------------------------
*
* version.h--
* this file contains the interface to version.c.
* Also some parameters.
*
* $Id: version.h,v 1.7 1997/10/30 22:09:04 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
void
ValidatePgVersion(const char *path, char **reason_p);
void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
#define PG_VERSION 3
#define PG_VERFILE "PG_VERSION"
#endif