projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f9ffd
)
Oops, we're working on version 9.2 already, not 9.1. Update the
author
Heikki Linnakangas
Wed, 10 Aug 2011 06:28:26 +0000
(09:28 +0300)
committer
Heikki Linnakangas
Wed, 10 Aug 2011 06:28:26 +0000
(09:28 +0300)
PG_CONTROL_VERSION accordingly; I updated it wrong in previous commit.
src/include/catalog/pg_control.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_control.h
b/src/include/catalog/pg_control.h
index faf4de424409c44962ef66f2ae2a88d743d42d57..6688c19017ec5c38210149e0b8901c10b9824c9a 100644
(file)
--- a/
src/include/catalog/pg_control.h
+++ b/
src/include/catalog/pg_control.h
@@
-21,7
+21,7
@@
/* Version identifier for this pg_control format */
-#define PG_CONTROL_VERSION 9
1
1
+#define PG_CONTROL_VERSION 9
2
1
/*
* Body of CheckPoint XLOG records. This is declared here because we keep