postgresql/src/backend/foreign
Tom Lane cc402116ca Remove a couple of useless pstrdup() calls.
There's no point in pstrdup'ing the result of TextDatumGetCString,
since that's necessarily already a freshly-palloc'd C string.

These particular calls are unlikely to be of any consequence
performance-wise, but still they're a bad precedent that can confuse
future patch authors.

Noted by Chapman Flack.
2016-03-09 23:29:05 -05:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
foreign.c Remove a couple of useless pstrdup() calls. 2016-03-09 23:29:05 -05:00