]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove unnecessary pfree's in geometric operators. At least one of these
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 May 2002 18:16:54 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 May 2002 18:16:54 +0000 (18:16 +0000)
commit490b12d53e9216a7f699fd83d94bf13b5db11f0f
tree2d34d9da2ba0e4576df2a6ede42629ab2e1a6f7f
parent964f1fa734a29cf6b03a1fa0b28e1df8c01f0027
Remove unnecessary pfree's in geometric operators.  At least one of these
is actively dangerous, per bug report from Ewald Geschwinde 14-May-02,
and several of the rest look suspicious to me.  Since there is no longer
any significant value in retail pfree's in these functions, just get
rid of all of them for safety's sake.
src/backend/utils/adt/geo_ops.c