Thread: pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.

pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.

From
Heikki Linnakangas
Date:
Replace strdup() with pstrdup(), to avoid leaking memory.

It's been like this since the seg module was introduced, so backpatch to
8.2 which is the oldest supported version.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4919a20c3331dbecd170387b58075210d6245f51

Modified Files
--------------
contrib/seg/seg.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)