From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: libpq: Change some static functions to extern |
Date: | 2024-02-04 15:35:50 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
libpq: Change some static functions to extern
This is in preparation of a follow up commit that starts using these
functions from fe-cancel.c.
Author: Jelte Fennema-Nio <jelte(dot)fennema(at)microsoft(dot)com>
Discussion: https://postgr.es/m/AM5PR83MB0178D3B31CA1B6EC4A8ECC42F7529@AM5PR83MB0178.EURPRD83.prod.outlook.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/774bcffe4a9853a24e61d758637c0aad2871f1fb
Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 87 ++++++++++++++++++---------------------
src/interfaces/libpq/libpq-int.h | 5 +++
2 files changed, 46 insertions(+), 46 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-02-04 19:17:48 | pgsql: Release notes for 16.2, 15.6, 14.11, 13.14, 12.18. |
Previous Message | Alvaro Herrera | 2024-02-04 15:23:05 | pgsql: libpq: Add pqReleaseConnHosts function |