Re: pgsql: Oops, I fumbled the backpatch of pg_upgrade changes.

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Oops, I fumbled the backpatch of pg_upgrade changes.
Date: 2014-11-03 17:31:47
Message-ID: 5457BC03.5060804@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 11/01/2014 03:36 PM, Michael Paquier wrote:
> On Sat, Nov 1, 2014 at 10:22 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
>
>> On 10/25/14 2:00 PM, Heikki Linnakangas wrote:
>>> Oops, I fumbled the backpatch of pg_upgrade changes.
>>>
>>> Somehow I got 9.2 and 9.4 correct, but fumbled 9.3.
>>
>> This is still producing a compiler warning:
>>
>> check.c:471:2: error: implicit declaration of function
>> 'pg_valid_server_encoding' [-Werror=implicit-function-declaration]
>>
> check.c is missing an inclusion of mb/pg_wchar.h on 9.3 only.

Thanks, fixed.

- Heikki

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-11-03 17:35:01 pgsql: pqmq.h needs to include something that defines StringInfo.
Previous Message Heikki Linnakangas 2014-11-03 17:31:29 pgsql: Add missing #include