Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Jul 17, 2024
1 parent dbf83b3 commit be6cab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ydb/core/tx/schemeshard/schemeshard_info_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3338,3 +3338,6 @@ inline void Out<NKikimr::NSchemeShard::TIndexBuildInfo>

o << "}";
}

std::optional<std::pair<i64, i64>> ValidateSequenceType(const TString& sequenceName, const TString dataType,
const NScheme::TTypeRegistry& typeRegistry, bool pgTypesEnabled, TString& errStr);
3 changes: 0 additions & 3 deletions ydb/core/tx/schemeshard/schemeshard_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,4 @@ struct TTempDirInfo {
TActorId TempDirOwnerActorId;
};

std::optional<std::pair<i64, i64>> ValidateSequenceType(const TString& sequenceName, const TString dataType,
const NScheme::TTypeRegistry& typeRegistry, bool pgTypesEnabled, TString& errStr);

}

0 comments on commit be6cab3

Please sign in to comment.