Обсуждение: pgsql: Fix embarrassing bug in recent smgr refactoring patch: WAL

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

pgsql: Fix embarrassing bug in recent smgr refactoring patch: WAL

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Fix embarrassing bug in recent smgr refactoring patch: WAL records should
be written for *non*-temp tables only. Report and test case by Mark
Kirkwood and Simon Riggs.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        storage.c (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/storage.c?r1=1.3&r2=1.4)