pgsql: Throw error sooner for unlogged GiST indexes. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Throw error sooner for unlogged GiST indexes.
Date
Msg-id E1RvEvT-0001Kc-DY@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1e7d008bf899764f20b8f23bc182886f908277f9

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix up dumping conditions for extension configuration tables.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.