pgsql: Throw error sooner for unlogged GiST indexes.

Started by Tom Laneover 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)