From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, manu(at)coopapotheken(dot)be, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Re: BUG #13774: upgrade from 9.1 to 9.4 'succeeds' without enough disk space |
Date: | 2015-11-24 22:19:54 |
Message-ID: | 20151124221954.GA24356@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Nov 18, 2015 at 09:42:35AM -0500, Bruce Momjian wrote:
> On Wed, Nov 18, 2015 at 09:30:45AM -0500, Tom Lane wrote:
> > Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > > Very good points. The attached patch fixes the copy parameter and
> > > addresses the errno issue by just using errno direcdtly after the
> > > _dosmaperr call.
> >
> > You did not change the comment
> >
> > * Returns the text of the error message for the given error number
> >
> > even though no error number is a "given" parameter anymore. Maybe
> > "... for the most-recently-reported error"?
>
> Good point. I have changed it to "Returns the text of the most recent
> error".
Patch applied and backpatched through 9.1. I used a smaller patch, same
behavior, on pre-9.4 because the removal of the getErrorText() argument
were too invasive.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2015-11-24 22:27:48 | Re: BUG #13783: 'create database test owner testowner' as 'postgres' leaves test.public owned by postgres |
Previous Message | Tom Lane | 2015-11-24 22:05:26 | Re: BUG #13783: 'create database test owner testowner' as 'postgres' leaves test.public owned by postgres |