pgsql: Rename PQtraceSetFlags() to PQsetTraceFlags().

Lists: pgsql-committers
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: Raw Message | Whole Thread | Download mbox | Resend email
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(-)