Justin Pryzby <pry...@telsasoft.com> writes:
> What's crashing for me is restoring the (12dev) dumpfile using v11 psql:

Yeah, I can reproduce that here, using either -Fc or -Fd format dumps.
The immediate problem in your example is that the "defn" field of a
TABLE DATA entry is now null where it used to be an empty string.
Poking at related examples suggests that other fields have suffered
the same fate.

It appears to me that f831d4acc required a good deal more adult
supervision than it actually got.  That was alleged to be a small
notational refactoring, not a redefinition of what gets put into
dump files.

                        regards, tom lane

Reply via email to