Re: Enable data checksums by default

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Greg Sabino Mullane <htamfids(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Enable data checksums by default
Date: 2024-11-07 18:38:13
Message-ID: 202411071838.7fgkb7uvavvz@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have just noticed that since this patch was committed as 04bec894a04c,
pg_upgrade's "make check" action is unusable when given the
"olddump/oldinstall" options. We now need to inject '-k' to the initdb
line for old servers, and we don't, so all upgrade tests fail. I think
this patch should be enough to fix it.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"No tengo por qué estar de acuerdo con lo que pienso"
(Carlos Caszeli)

Attachment Content-Type Size
upgrade.patch text/x-diff 561 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2024-11-07 18:39:55 Re: logical replication: restart_lsn can go backwards (and more), seems broken since 9.4
Previous Message Andres Freund 2024-11-07 18:19:42 Re: Commit Timestamp and LSN Inversion issue