pgsql: Delete the temporary file used in buffered GiST build, after the

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Delete the temporary file used in buffered GiST build, after the
Дата
Msg-id E1SZer5-0004IK-0Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Delete the temporary file used in buffered GiST build, after the build.

There were two bugs here: We forgot to call gistFreeBuildBuffers() function
at the end of build, and we passed interXact == true to BufFileCreateTemp,
so the file wasn't automatically cleaned up at end-of-transaction either.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/be02b16826ec9789ed3cb06e4e7531c94e497118

Modified Files
--------------
src/backend/access/gist/gistbuild.c        |    1 +
src/backend/access/gist/gistbuildbuffers.c |    2 +-
2 files changed, 2 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Change the way parent pages are tracked during buffered GiST bui
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect password transformation in contrib/pgcrypto's DES