Re: Index file got removed

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com>, sudalai <sudalait2(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Index file got removed
Date: 2016-11-25 02:23:14
Message-ID: CAB7nPqTD0z+NpyBu9hCu+w4bHM8T3gLihB0wV9d=xNuMWPuCWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 25, 2016 at 4:15 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
>> And I just wrote a test case breaking my previous patch, please see
>> attached. The idea is just to use ADD CONSTRAINT foo { PRIMARY KEY |
>> UNIQUE } and check if default_tablespace works as expected. Perhaps
>> that's worth having in the test suite? There is currently no coverage
>> regarding for index additions done with ALTER TABLE and tablespaces.
>
> Looks like a good idea, except that I reordered the tests so that
> the stanza leaves default_tablespace back at its usual value, so
> it won't affect later tests.

OK, thanks for the commit.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message zmokdad 2016-11-25 07:15:28 BUG #14433: Bulk insert
Previous Message Tom Lane 2016-11-24 20:52:25 Re: BUG #14432: sslmode=allow causing authentication to time out