Обсуждение: pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris

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

pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.
I'm going to insist on reversion of this entire patch unless pgrminclude
is upgraded to a less broken state, but in the meantime let's get contrib
passing regression again.

Modified Files:
--------------
    pgsql/src/backend/access/common:
        indextuple.c (r1.78 -> r1.79)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/indextuple.c.diff?r1=1.78&r2=1.79)