From dcbf2a66eae3ae743a503d9b5cbe5800c47eba80 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Tue, 11 Jun 2024 22:00:53 +0300 Subject: [PATCH] pgindent --- include/tableam/handler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tableam/handler.h b/include/tableam/handler.h index 4d88d74d..bea046b5 100644 --- a/include/tableam/handler.h +++ b/include/tableam/handler.h @@ -205,7 +205,8 @@ typedef struct ParallelOScanDescData * stage */ #endif bits8 flags; - int nworkers; /* number of scan workers initialized their own seq scan */ + int nworkers; /* number of scan workers initialized their + * own seq scan */ dsm_handle dsmHandle; /* debug only */ int cur_int_pageno;