Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
707state authored Apr 18, 2024
1 parent 2f02e87 commit 489dad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/observer/common/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ See the Mulan PSL v2 for more details. */
//
// Created by Wangyunlai on 2022/6/23.
//
#include<stdint.h>
#pragma once

#pragma once
#include<stdint.h>
/// 磁盘文件,包括存放数据的文件和索引(B+-Tree)文件,都按照页来组织
/// 每一页都有一个编号,称为PageNum
using PageNum = int32_t;
Expand Down

0 comments on commit 489dad3

Please sign in to comment.