]> granicus.if.org Git - postgresql/commit
Throw error sooner for unlogged GiST indexes.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Feb 2012 21:19:31 +0000 (16:19 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Feb 2012 21:19:31 +0000 (16:19 -0500)
commit1e7d008bf899764f20b8f23bc182886f908277f9
tree5964cf9d5e1ca76a6a77bc197916621004e63ccb
parentef19c9dfaa99a2b78ed0f78aa4a44ed31636fdc4
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.
src/backend/access/gist/gist.c