summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/exports.txt
diff options
context:
space:
mode:
authorNoah Misch2021-06-11 04:56:13 +0000
committerNoah Misch2021-06-11 04:56:13 +0000
commitd0e750c0acaf31f60667b1635311bcef5ab38bbe (patch)
tree72b97031c6352b372d22a0f9fad6f39998d8f99f /src/interfaces/libpq/exports.txt
parent04539e73faaaaa1c06c1407671910dceaffdfcd4 (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.txt2
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