Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the

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

Commit: 77f48853933e52a8cf03b7969e546c4c561a9282
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-03-15T17:24:18Z
Releases: 7.1.1
Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the
wrong pointer.

Files

PathChange+/−
src/backend/utils/adt/oracle_compat.c modified +53 −41