diff options
| author | Alexander Korotkov | 2021-09-23 16:59:03 +0000 |
|---|---|---|
| committer | Alexander Korotkov | 2021-09-23 16:59:03 +0000 |
| commit | b92f9f74436c48054e7743548edc8ca50e97c6b1 (patch) | |
| tree | 2cfa52a5559329cc16f45b252b48f5e1d4871428 /src/include/utils | |
| parent | ad8a166ca86846ab691bd6dafc695e0f7dd96012 (diff) | |
Split macros from visibilitymap.h into a separate header
That allows to include just visibilitymapdefs.h from file.c, and in turn,
remove include of postgres.h from relcache.h.
Reported-by: Andres Freund
Discussion: https://postgr.es/m/20210913232614.czafiubr435l6egi%40alap3.anarazel.de
Author: Alexander Korotkov
Reviewed-by: Andres Freund, Tom Lane, Alvaro Herrera
Backpatch-through: 13
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/relcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index f772855ac69..d2c17575f65 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -14,7 +14,6 @@ #ifndef RELCACHE_H #define RELCACHE_H -#include "postgres.h" #include "access/tupdesc.h" #include "nodes/bitmapset.h" |
