Обсуждение: pgsql: Throw error sooner for unlogged GiST indexes.

Поиск
Список
Период
Сортировка

pgsql: Throw error sooner for unlogged GiST indexes.

От
Tom Lane
Дата:
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(-)