mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@ -413,12 +413,13 @@ ExecSupportsMarkRestore(Path *pathnode)
|
||||
return true;
|
||||
|
||||
case T_CustomScan:
|
||||
{
|
||||
CustomPath *customPath = castNode(CustomPath, pathnode);
|
||||
if (customPath->flags & CUSTOMPATH_SUPPORT_MARK_RESTORE)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
{
|
||||
CustomPath *customPath = castNode(CustomPath, pathnode);
|
||||
|
||||
if (customPath->flags & CUSTOMPATH_SUPPORT_MARK_RESTORE)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
case T_Result:
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user