From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Remove the restriction that the relmap must be 512 bytes. |
Date: | 2022-07-27 19:17:36 |
Message-ID: | 3058597.1658949456@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
>> Hmm, but that doesn't actually produce nice behavior. It just goes
>> into an infinite loop, like this:
>> So now I'm back to being unsure what to do here.
> I vote to go for the catversion bump for now.
What this is showing us is that any form of corruption in the relmapper
file causes very unpleasant behavior. We probably had better do something
about that, independently of this issue.
In the meantime, I still think bumping the file magic number is a better
answer. It won't make the behavior any worse for un-updated code than
it is already.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2022-07-27 19:39:03 | Re: pgsql: Remove the restriction that the relmap must be 512 bytes. |
Previous Message | Alvaro Herrera | 2022-07-27 18:45:23 | Re: pgsql: Remove the restriction that the relmap must be 512 bytes. |
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2022-07-27 19:21:27 | Official Windows Installer and Documentation |
Previous Message | Tom Lane | 2022-07-27 19:11:43 | Re: Allow foreign keys to reference a superset of unique columns |