Re: pg_restore - cannot to restore blobs in dictionary format from older pg dumps

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_restore - cannot to restore blobs in dictionary format from older pg dumps
Date: 2025-06-08 21:09:20
Message-ID: 325788.1749416960@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> I think your patch is about the right thing to do, although I'm
> inclined to check for K_VERS_1_14 which is closer to when the
> fix was made.

Pushed. After thinking about how to rewrite the comment, I went
with the version test as you had it. K_VERS_1_14 isn't really
better, since it's still not an exact match to when the behavior
changed.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-06-08 21:49:20 Re: Sanding down some edge cases for PL/pgSQL reserved words
Previous Message Tom Lane 2025-06-08 20:38:40 Re: pg_restore - cannot to restore blobs in dictionary format from older pg dumps