pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris
Date
Msg-id 20060714190552.537059FAD5A@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: In PGP public key tests, encrypt the secret key with AES not
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a tool to catch #include omissions that might not result