Rename PQtraceSetFlags() to PQsetTraceFlags().
authorNoah Misch <noah@leadboat.com>
Fri, 11 Jun 2021 04:56:13 +0000 (21:56 -0700)
committerNoah Misch <noah@leadboat.com>
Fri, 11 Jun 2021 04:56:13 +0000 (21:56 -0700)
commitd0e750c0acaf31f60667b1635311bcef5ab38bbe
tree72b97031c6352b372d22a0f9fad6f39998d8f99f
parent04539e73faaaaa1c06c1407671910dceaffdfcd4
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
doc/src/sgml/libpq.sgml
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-trace.c
src/interfaces/libpq/libpq-fe.h
src/test/modules/libpq_pipeline/libpq_pipeline.c