pgsql: Remove unnecessary coziness of GIN code with datum copying.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary coziness of GIN code with datum copying.
Date: 2008-06-29 21:04:01
Message-ID: 20080629210401.59CA4754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove unnecessary coziness of GIN code with datum copying. Now that
space is tracked via GetMemoryChunkSpace, there's really no advantage
to duplicating datumCopy's innards here. This is one bit of my toast
indirection patch that should go in anyway.

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginbulk.c (r1.11 -> r1.12)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginbulk.c?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2008-06-29 21:31:14 pgscript - pgScript: Updated documentation and TODO
Previous Message User Pgunittest 2008-06-29 15:22:43 pgscript - pgScript: Added windows.sh for generating a Windows binary