]> granicus.if.org Git - postgresql/commit
Remove unnecessary coziness of GIN code with datum copying. Now that
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Jun 2008 21:04:01 +0000 (21:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Jun 2008 21:04:01 +0000 (21:04 +0000)
commit7ea9b997ef07672d45278ab1c5b0634eaa090966
tree91d508cf576ad1a7e8931910d7be1d7b04eb518b
parent4a8d573cda5cacf30da61e14aaeda8bbc3057d9d
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.
src/backend/access/gin/ginbulk.c