Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eeca4cd

Browse files
committed
Bump PG_CONTROL_VERSION for previous 9.4 changes.
This should have been done in 6bc8ef0 and/or 50e5470, 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.
1 parent 621a99a commit eeca4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_control.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
/* Version identifier for this pg_control format */
24-
#define PG_CONTROL_VERSION 937
24+
#define PG_CONTROL_VERSION 941
2525

2626
/*
2727
* Body of CheckPoint XLOG records. This is declared here because we keep

0 commit comments

Comments
 (0)