Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "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:06
Message-ID: 20140110210605.GW6840@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian wrote:

> I know Peter is looking at this, but I looked at and I can't see the
> problem. Every call of exec_prog() that uses pg_resetxlog has
> throw_error = true, and the test there is:
>
> result = system(cmd);
>
> if (result != 0)
> ...
> pg_log(FATAL, ...)
>
> and in pg_log_v() I see:
>
> switch (type)
> ...
> case PG_FATAL:
> printf("\n%s", _(message));
> printf("Failure, exiting\n");
> --> exit(1);
> break;

This was fixed by Peter two days ago in commit
http://git.postgresql.org/pg/commitdiff/ca607b155e86ce529fc9ac322a232f264cda9ab6

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-10 21:06:11 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Previous Message Bruce Momjian 2014-01-10 21:02:02 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-01-10 21:06:11 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Previous Message Bruce Momjian 2014-01-10 21:02:02 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69