Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Date: 2014-01-10 21:06:11
Message-ID: 16764.1389387971@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> On Tue, Jan 7, 2014 at 08:19:49AM -0500, Peter Eisentraut wrote:
>> That was probably me. I'll look into it.

> and in pg_log_v() I see:

> switch (type)
> ...
> case PG_FATAL:
> printf("\n%s", _(message));
> printf("Failure, exiting\n");
> --> exit(1);
> break;

Peter just fixed that; see commit ca607b155e86ce529fc9ac322a232f264cda9ab6

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-01-10 21:08:53 pgsql: Accept pg_upgraded tuples during multixact freezing
Previous Message Alvaro Herrera 2014-01-10 21:06:06 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-01-10 21:10:58 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Previous Message Alvaro Herrera 2014-01-10 21:06:06 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69