Remove unnecessary coziness of GIN code with datum copying. Now that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7ea9b997ef07672d45278ab1c5b0634eaa090966
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-06-29T21:04:01Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/access/gin/ginbulk.c modified +5 −13