diff options
| author | Robert Haas | 2021-10-29 17:29:34 +0000 |
|---|---|---|
| committer | Robert Haas | 2021-10-29 17:38:50 +0000 |
| commit | b3b4d93a9b0612f17d777d54cac1a0dfa96067d4 (patch) | |
| tree | 96780845d8b046e851b324f9b7c2bdc8501dcf12 /src/include/access/xlog.h | |
| parent | eae4425998305d8f03cca9f0334d08d0cb0819eb (diff) | |
Make ThisTimeLineID static.ThisTimeLineID3
It's no longer used outside xlog.c
Diffstat (limited to 'src/include/access/xlog.h')
| -rw-r--r-- | src/include/access/xlog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index c36d688401..e56e2ae529 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -29,8 +29,6 @@ #define SYNC_METHOD_OPEN_DSYNC 4 /* for O_DSYNC */ extern int sync_method; -extern PGDLLIMPORT TimeLineID ThisTimeLineID; /* current TLI */ - /* * Recovery target type. * Only set during a Point in Time recovery, not when in standby mode. |
