adding strndup
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-04T14:40:21Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-strndup-pg_strndup.patch (text/x-diff)
I just proposed in https://postgr.es/m/0191204143715.GA17312@alvherre.pgsql the addition of strndup() to our src/port. I think this should be pretty uncontroversial, but wanted to give a heads-up outside that thread. I attach the patch here for completeness. -- Álvaro Herrera http://www.twitter.com/alvherre
Commits
-
Offer pnstrdup to frontend code
- 0b9466fce2cf 13.0 landed