Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Date: 2017-03-21 01:36:13
Message-ID: 5bf93322-c1d4-23df-5008-5f56cd2fa80c@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 03/20/2017 07:58 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
> Several of the buildfarm members seem not to like this.
>
> If you need more details, I can poke into it on dromedary later tonight.
>
>

Looks like it's triggered by -DCOPY_PARSE_PLAN_TREES
-DRAW_EXPRESSION_COVERAGE_TEST

I'll check the node copy funcs.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-21 01:58:11 pgsql: Add missing support for new node fields
Previous Message Bruce Momjian 2017-03-21 01:24:05 pgsql: doc: improve createdb example