| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Offer pnstrdup to frontend code |
| Date: | 2019-12-04 22:36:52 |
| Message-ID: | E1icdGO-00060h-F7@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Offer pnstrdup to frontend code
We already had it on the backend. Frontend can also use it now.
Discussion: https://postgr.es/m/20191204144021.GA17976@alvherre.pgsql
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0b9466fce2cf4f8c32b3a9170ca272829aa11e66
Modified Files
--------------
src/bin/pg_waldump/pg_waldump.c | 3 +--
src/bin/psql/prompt.c | 16 +++++-----------
src/bin/scripts/common.c | 3 +--
src/common/fe_memutils.c | 27 +++++++++++++++++++++++++++
src/include/common/fe_memutils.h | 1 +
src/interfaces/ecpg/compatlib/informix.c | 21 +--------------------
6 files changed, 36 insertions(+), 35 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2019-12-04 23:09:15 | Re: pgsql: Offer pnstrdup to frontend code |
| Previous Message | Peter Eisentraut | 2019-12-04 21:14:54 | pgsql: Update minimum SSL version |