We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a157098 commit b0961b3Copy full SHA for b0961b3
src/include/version.h
@@ -0,0 +1,24 @@
1
+/*-------------------------------------------------------------------------
2
+ *
3
+ * version.h--
4
+ * this file contains the interface to version.c.
5
+ * Also some parameters.
6
7
+ * $Id: version.h,v 1.1 1996/11/11 14:24:38 bryanh Exp $
8
9
+ *-------------------------------------------------------------------------
10
+ */
11
+#ifndef VERSION_H
12
+#define VERSION_H
13
+
14
+void
15
+ValidatePgVersion(const char *path, char **reason_p);
16
17
18
+SetPgVersion(const char *path, char **reason_p);
19
20
+#define PG_RELEASE 6
21
+#define PG_VERSION 0
22
+#define PG_VERFILE "PG_VERSION"
23
24
+#endif
0 commit comments