pgsql: Fix bit-rot in ipc_test.c; it didn't include some stuff that

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bit-rot in ipc_test.c; it didn't include some stuff that
Date: 2005-02-05 20:07:17
Message-ID: 20050205200717.59C778B9CE8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
now depends on.

Modified Files:
--------------
pgsql/src/backend/port:
ipc_test.c (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/ipc_test.c.diff?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-06 20:15:34 pgsql: Back-port heap_deformtuple() into 7.4 branch; needed for planned
Previous Message Tom Lane 2005-02-05 19:38:59 pgsql: Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls