diff options
author | Noah Misch | 2021-06-11 04:56:13 +0000 |
---|---|---|
committer | Noah Misch | 2021-06-11 04:56:13 +0000 |
commit | d0e750c0acaf31f60667b1635311bcef5ab38bbe (patch) | |
tree | 72b97031c6352b372d22a0f9fad6f39998d8f99f /src/interfaces/libpq/exports.txt | |
parent | 04539e73faaaaa1c06c1407671910dceaffdfcd4 (diff) |
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/[email protected]
Diffstat (limited to 'src/interfaces/libpq/exports.txt')
-rw-r--r-- | src/interfaces/libpq/exports.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index 9ef99f6de12..824a03ffbdc 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -183,5 +183,5 @@ PQenterPipelineMode 180 PQexitPipelineMode 181 PQpipelineSync 182 PQpipelineStatus 183 -PQtraceSetFlags 184 +PQsetTraceFlags 184 PQmblenBounded 185 |