summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-07-06 07:16:46 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-07-06 07:16:46 +0200
commit4b8ee4e9d37bb12969aeaf4225b001b11da6de0c (patch)
tree1d5d42ec752cce274cbae83b39342ead52945d17 /src/interfaces/ecpg
parentd4bfe41281705c1bcb7093b3d07ce5ff1114341b (diff)
downloadpostgresql-4b8ee4e9d37bb12969aeaf4225b001b11da6de0c.tar.gz
Reorder ecpg_config.h.in alphabetically
This makes it easier to maintain the order if we automate the generation of this file.
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r--src/interfaces/ecpg/include/ecpg_config.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_config.h.in b/src/interfaces/ecpg/include/ecpg_config.h.in
index 17e93c40db..cbd24f11a0 100644
--- a/src/interfaces/ecpg/include/ecpg_config.h.in
+++ b/src/interfaces/ecpg/include/ecpg_config.h.in
@@ -1,3 +1,7 @@
+/* Define to 1 to build client libraries as thread-safe code.
+ * (--enable-thread-safety) */
+#undef ENABLE_THREAD_SAFETY
+
/* Define to 1 if the system has the type `int64'. */
#undef HAVE_INT64
@@ -12,7 +16,3 @@
/* Define to 1 to use <stdbool.h> to define type bool. */
#undef PG_USE_STDBOOL
-
-/* Define to 1 to build client libraries as thread-safe code.
- * (--enable-thread-safety) */
-#undef ENABLE_THREAD_SAFETY