diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index cdce4823e7e..8a41a668687 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -14,6 +14,7 @@ * *------------------------------------------------------------------------- */ +/* IWYU pragma: always_keep */ /* *---------------------------------------------------------------- * TABLE OF CONTENTS @@ -42,10 +43,14 @@ #ifndef POSTGRES_H #define POSTGRES_H +/* IWYU pragma: begin_exports */ + #include "c.h" #include "utils/elog.h" #include "utils/palloc.h" +/* IWYU pragma: end_exports */ + /* ---------------------------------------------------------------- * Section 1: Datum type + support functions * ---------------------------------------------------------------- |