]> 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:27 +0000 (16:19 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Feb 2012 21:19:27 +0000 (16:19 -0500)
commit331bf6712c71a1c110bc52423eede8b4bac221a1
tree28bb602412cd779c8a22a5638097be1e52b187a0
parentd77354eaec53ed469a6f2444813ff3a4fd9d7a48
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/gistbuild.c