Skip to content

Commit 747d54e

Browse files
committed
Pooler has landed.
1 parent 7dcf55a commit 747d54e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/include/compat.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
#define MTMCOMPAT_H
33

44
/* 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 */
5+
#ifdef PGPRO_EE
6+
#define FeBeWaitSetCompat() (MyProcPort->pqcomm_waitset)
7+
#else
98
#define FeBeWaitSetCompat() (FeBeWaitSet)
10-
/* #endif */
9+
#endif
1110

1211
#ifdef PGPRO_EE /* atx */
1312
#define BeginTransactionBlockCompat() (BeginTransactionBlock(false))

0 commit comments

Comments
 (0)