1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00
Files
postgres/src/backend
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
..
2016-01-28 16:47:36 +09:00
2016-03-09 13:51:11 -05:00
2016-01-19 17:40:15 -03:00
2016-01-02 13:33:40 -05:00
2016-03-09 10:29:14 -05:00
2015-06-28 23:56:55 -04:00
2016-01-02 13:33:40 -05:00