Skip to content

Commit

Permalink
fix for check-style to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina Litskevich committed Oct 21, 2024
1 parent bcd1988 commit 4ed760e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/distributed/transaction/transaction_management.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,8 @@ AdjustMaxPreparedTransactions(void)
* so check if it's value is default.
*/
#if PG_VERSION_NUM >= PG_VERSION_16
struct config_generic *gconf = find_option("max_prepared_transactions", true, false, 0);
struct config_generic *gconf = find_option("max_prepared_transactions",
true, false, 0);
if (gconf->source == PGC_S_DEFAULT)
#else
if (max_prepared_xacts == 0)
Expand Down

0 comments on commit 4ed760e

Please sign in to comment.