diff options
| author | Bruce Momjian | 2013-04-17 21:39:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2013-04-17 21:39:19 +0000 |
| commit | 5286963066ce7420d80882528b5f07c28f39eacf (patch) | |
| tree | 2d936d921d7bb3e1e8933972ab2304286efe36f9 /contrib | |
| parent | f050457978f4f8deb1ac850439bf7c46c818f4ae (diff) | |
pg_upgrade: Add checksum C comment
We might eventually allow checksum to no-checksum upgrades.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/pg_upgrade/controldata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/controldata.c b/contrib/pg_upgrade/controldata.c index 41a8c694e7a..e9376e207f4 100644 --- a/contrib/pg_upgrade/controldata.c +++ b/contrib/pg_upgrade/controldata.c @@ -621,6 +621,7 @@ check_control_data(ControlData *oldctrl, "options.\n"); } + /* We might eventually allow upgrades from checksum to no-checksum clusters. */ if (oldctrl->data_checksums != newctrl->data_checksums) { pg_log(PG_FATAL, |
