OSDN Git Service

Remove freefuncs.c, which hasn't been used in a long time and is not
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Jun 2000 02:26:23 +0000 (02:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Jun 2000 02:26:23 +0000 (02:26 +0000)
commitd1080d19b137461e619dfb51ac4301945dd6003d
tree28f91b387200536c36f8c4b592d4502e242029fc
parentfeb48f41afc70ec951068a30fb2887f1c3d1aa7c
Remove freefuncs.c, which hasn't been used in a long time and is not
worth the effort to continue to maintain.  Since freeObject() is not
capable of coping with cases like multiple links to a node, it's
unlikely that it ever will be useful again.  We now have memory
context management that offers a faster and more reliable way of
getting rid of arbitrary node trees (at the cost of having to know
in advance of building the tree that you'll want to get rid of it).
src/backend/nodes/Makefile
src/backend/nodes/freefuncs.c [deleted file]