Обсуждение: pgsql: Repair possible failure to update hint bits back to disk, per

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

pgsql: Repair possible failure to update hint bits back to disk, per

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Repair possible failure to update hint bits back to disk, per
http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php.
I plan a more permanent fix in HEAD, but for the back branches it seems
best to just touch the places that actually have a problem.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
    pgsql/contrib/pgstattuple:
        pgstattuple.c (r1.3 -> r1.3.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c.diff?r1=1.3&r2=1.3.2.1)
    pgsql/src/backend/access/heap:
        heapam.c (r1.129.2.2 -> r1.129.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c.diff?r1=1.129.2.2&r2=1.129.2.3)