Thread: pgsql: Throw error sooner for unlogged GiST indexes.

pgsql: Throw error sooner for unlogged GiST indexes.

From
Tom Lane
Date:
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(-)