Skip to content

Commit eec5798

Browse files
kovdb75Mikhail Rutman
authored and
Mikhail Rutman
committed
[PGPRO-5700] Cosmetic: extra function-wrapper removed
1 parent 04e72dd commit eec5798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/compat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#endif
1010

1111
#ifdef PGPRO_EE /* atx */
12-
#define BeginTransactionBlockCompat() (BeginTransactionBlock(false))
12+
#define BeginTransactionBlockCompat() (BeginTransactionBlock(false, NIL))
1313
#define UserAbortTransactionBlockCompat(chain) (UserAbortTransactionBlock(false, (chain)))
1414
#else
1515
#define BeginTransactionBlockCompat() (BeginTransactionBlock())

0 commit comments

Comments
 (0)