In bttext_abbrev_convert, move pfree to the right place.
Robert Haas <rhaas@postgresql.org>
In bttext_abbrev_convert, move pfree to the right place. Without this, we might access memory that's already been freed, or leak memory if in the C locale. Peter Geoghegan
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/varlena.c | modified | +5 −5 |