We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcf55a commit 747d54eCopy full SHA for 747d54e
src/include/compat.h
@@ -2,12 +2,11 @@
2
#define MTMCOMPAT_H
3
4
/* EE pooler gets rid of static variable */
5
-/* TODO: uncomment once pooler lands into 13 */
6
-/* #ifdef PGPRO_EE */
7
-/* #define FeBeWaitSetCompat() (MyProcPort->pqcomm_waitset) */
8
-/* #else */
+#ifdef PGPRO_EE
+#define FeBeWaitSetCompat() (MyProcPort->pqcomm_waitset)
+#else
9
#define FeBeWaitSetCompat() (FeBeWaitSet)
10
-/* #endif */
+#endif
11
12
#ifdef PGPRO_EE /* atx */
13
#define BeginTransactionBlockCompat() (BeginTransactionBlock(false))
0 commit comments