mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
6d259d5941
commit
340baa1242
|
@ -98,7 +98,7 @@
|
||||||
/*
|
/*
|
||||||
* TwoPcStatementInfo is used to determine whether a statement is supported in 2PC
|
* TwoPcStatementInfo is used to determine whether a statement is supported in 2PC
|
||||||
* and whether it should be marked as distributed in 2PC.
|
* and whether it should be marked as distributed in 2PC.
|
||||||
*/
|
*/
|
||||||
typedef struct TwoPcStatementInfo
|
typedef struct TwoPcStatementInfo
|
||||||
{
|
{
|
||||||
int statementType;
|
int statementType;
|
||||||
|
@ -111,7 +111,7 @@ typedef struct TwoPcStatementInfo
|
||||||
* whether it should be marked as distributed in 2PC.
|
* whether it should be marked as distributed in 2PC.
|
||||||
* We use this array to avoid hardcoding the list of supported statements in
|
* We use this array to avoid hardcoding the list of supported statements in
|
||||||
* multiple places.
|
* multiple places.
|
||||||
*/
|
*/
|
||||||
const TwoPcStatementInfo twoPcSupportedStatements[] = {
|
const TwoPcStatementInfo twoPcSupportedStatements[] = {
|
||||||
{ T_GrantRoleStmt, false },
|
{ T_GrantRoleStmt, false },
|
||||||
{ T_CreateRoleStmt, true }
|
{ T_CreateRoleStmt, true }
|
||||||
|
|
Loading…
Reference in New Issue