Rename PQtraceSetFlags() to PQsetTraceFlags().

Noah Misch <noah@leadboat.com>

Commit: d0e750c0acaf31f60667b1635311bcef5ab38bbe
Author: Noah Misch <noah@leadboat.com>
Date: 2021-06-11T04:56:13Z
Releases: 14.0
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

Files

Documentation touched

Discussion