From 6fb9d2e347b14445b85d6c97f7d16527d41ccce6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 2 Jul 2000 15:21:27 +0000 Subject: Version number now set in configure, available through Makefile.global and config.h. Adjusted all referring code. Scrapped pg_version and changed initdb accordingly. Integrated src/utils/version.c into src/backend/utils/init/miscinit.c. Changed all callers. Set version number to `7.1devel'. (Non-numeric version suffixes now allowed.) --- src/include/miscadmin.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index e6b8309aac8..59269216ea7 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.61 2000/06/28 03:32:56 tgl Exp $ + * $Id: miscadmin.h,v 1.62 2000/07/02 15:21:18 petere Exp $ * * NOTES * some of the information in this file will be moved to @@ -227,4 +227,7 @@ extern void SetPidFname(char *datadir); extern void UnlinkPidFile(void); extern int SetPidFile(pid_t pid); + +extern void ValidatePgVersion(const char *path); + #endif /* MISCADMIN_H */ -- cgit v1.2.3