projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621a99a
)
Bump PG_CONTROL_VERSION for previous 9.4 changes.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 4 Jun 2014 22:16:17 +0000
(18:16 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 4 Jun 2014 22:16:17 +0000
(18:16 -0400)
This should have been done in
6bc8ef0b7f1f1df3998745a66e1790e27424aa0c
and/or
50e547096c4858a68abf09894667a542cc418315
, but better late than
never. If we don't change this then we risk 9.3 pg_controldata or
pg_resetxlog being inappropriately used against a 9.4 pg_control file,
or vice versa.
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 05c5b748cb9a780d2f938cc1ca1d8ae4d7df1bbb..4579eb6cef6abf49c8ec5134d882dc02891732b0 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
37
+#define PG_CONTROL_VERSION 9
41
/*
* Body of CheckPoint XLOG records. This is declared here because we keep