pgsql: Throw error sooner for unlogged GiST indexes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Throw error sooner for unlogged GiST indexes.
Date: 2012-02-08 21:19:39
Message-ID: E1RvEvT-0001Ka-Dg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Throw error sooner for unlogged GiST indexes.

Throwing an error only after we've built the main index fork is pretty
unfriendly when the table already contains data. Per gripe from Jay
Levitt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/331bf6712c71a1c110bc52423eede8b4bac221a1

Modified Files
--------------
src/backend/access/gist/gistbuild.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-02-09 09:42:12 pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Previous Message Tom Lane 2012-02-08 20:23:06 pgsql: Fix up dumping conditions for extension configuration tables.