| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Rename PQtraceSetFlags() to PQsetTraceFlags(). |
| Date: | 2021-06-11 04:57:42 |
| Message-ID: | E1lrZEk-0001h7-Ip@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Rename PQtraceSetFlags() to PQsetTraceFlags().
We have a dozen PQset*() functions. PQresultSetInstanceData() and this
were the libpq setter functions having a different word order. Adopt
the majority word order.
Reviewed by Alvaro Herrera and Robert Haas, though this choice of name
was not unanimous.
Discussion: https://postgr.es/m/20210605060555.GA216695@rfd.leadboat.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d0e750c0acaf31f60667b1635311bcef5ab38bbe
Modified Files
--------------
doc/src/sgml/libpq.sgml | 6 +++---
src/interfaces/libpq/exports.txt | 2 +-
src/interfaces/libpq/fe-trace.c | 2 +-
src/interfaces/libpq/libpq-fe.h | 2 +-
src/test/modules/libpq_pipeline/libpq_pipeline.c | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2021-06-11 06:56:34 | pgsql: Improve psql tab completion for options of subcriptions and publ |
| Previous Message | David Rowley | 2021-06-11 01:38:28 | pgsql: Use the correct article for abbreviations |