Обсуждение: pgsql: Fix oversight in the relation forks patch: forgot to copy fork

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

pgsql: Fix oversight in the relation forks patch: forgot to copy fork

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Fix oversight in the relation forks patch: forgot to copy fork number to
fsync requests. This should fix the installcheck failure of the buildfarm
member "kudu".

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        bgwriter.c (r1.52 -> r1.53)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/bgwriter.c?r1=1.52&r2=1.53)