Re: pg_dump throwing "column number -1 is out of range 0..36" on HEAD

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pg_dump throwing "column number -1 is out of range 0..36" on HEAD
Date: 2019-05-23 23:32:29
Message-ID: 20190523233229.GG5870@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 23, 2019 at 03:31:30PM -0700, Andres Freund wrote:
> Well, I think the approach of duplicating code all over is a bad idea,
> and the fix is many times too big. But it's better than not fixing.

Well, I can see why the current solution is not perfect, but we have
been doing that for some time now, and redesigning that part has a
much larger impact than a single column. I have committed the initial
fix now. We can always break the wheel later on in 13~.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-05-23 23:39:12 Re: pg_dump throwing "column number -1 is out of range 0..36" on HEAD
Previous Message Andres Freund 2019-05-23 23:32:24 Re: Inconsistency between table am callback and table function names