Re: Passing initially_valid values instead of !skip_validation to StoreRelCheck() in AddRelationNewConstraints()

From: amul sul <sul_amul(at)yahoo(dot)co(dot)in>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Passing initially_valid values instead of !skip_validation to StoreRelCheck() in AddRelationNewConstraints()
Date: 2015-12-10 05:00:36
Message-ID: 19877989.137280.1449723637022.JavaMail.yahoo@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>On Thursday, 10 December 2015 10:13 AM, Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> wrote:

>On 2015/12/10 13:38, Amit Langote wrote:
>>
>> Take a look at a similar code block in transformFKConstraints
>> (parse_utilcmd.c: line 1935), or transformIndexConstraint
>> (parse_utilcmd.c: line 1761).

>Oops, forget the second one.

No issue, first one make sense.
Updated patch is attached.

Thanks & Regards,
Amul Sul

Attachment Content-Type Size
transformCheckConstraints-function-to-overrid-not-valid_V2.patch application/octet-stream 2.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2015-12-10 05:08:04 Re: parallel joins, and better parallel explain
Previous Message Victor Wagner 2015-12-10 04:54:19 Re: Patch: Implement failover on libpq connect level.