Skip to content

Commit feddb8f

Browse files
authored
add storage/dsm_*.h headers (pgcentralfoundation#2244)
1 parent f4ec0ce commit feddb8f

6 files changed

Lines changed: 14 additions & 0 deletions

File tree

pgrx-pg-sys/include/pg13.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
#include "storage/bufmgr.h"
159159
#include "storage/buffile.h"
160160
#include "storage/bufpage.h"
161+
#include "storage/dsm.h"
162+
#include "storage/dsm_impl.h"
161163
#include "storage/indexfsm.h"
162164
#include "storage/freespace.h"
163165
#include "storage/ipc.h"

pgrx-pg-sys/include/pg14.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@
159159
#include "storage/bufmgr.h"
160160
#include "storage/buffile.h"
161161
#include "storage/bufpage.h"
162+
#include "storage/dsm.h"
163+
#include "storage/dsm_impl.h"
162164
#include "storage/indexfsm.h"
163165
#include "storage/freespace.h"
164166
#include "storage/ipc.h"

pgrx-pg-sys/include/pg15.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@
160160
#include "storage/bufmgr.h"
161161
#include "storage/buffile.h"
162162
#include "storage/bufpage.h"
163+
#include "storage/dsm.h"
164+
#include "storage/dsm_impl.h"
163165
#include "storage/indexfsm.h"
164166
#include "storage/freespace.h"
165167
#include "storage/ipc.h"

pgrx-pg-sys/include/pg16.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
#include "storage/bufmgr.h"
163163
#include "storage/buffile.h"
164164
#include "storage/bufpage.h"
165+
#include "storage/dsm.h"
166+
#include "storage/dsm_impl.h"
165167
#include "storage/indexfsm.h"
166168
#include "storage/freespace.h"
167169
#include "storage/ipc.h"

pgrx-pg-sys/include/pg17.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
#include "storage/bufmgr.h"
163163
#include "storage/buffile.h"
164164
#include "storage/bufpage.h"
165+
#include "storage/dsm.h"
166+
#include "storage/dsm_impl.h"
167+
#include "storage/dsm_registry.h"
165168
#include "storage/indexfsm.h"
166169
#include "storage/freespace.h"
167170
#include "storage/ipc.h"

pgrx-pg-sys/include/pg18.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
#include "storage/bufmgr.h"
162162
#include "storage/buffile.h"
163163
#include "storage/bufpage.h"
164+
#include "storage/dsm.h"
165+
#include "storage/dsm_impl.h"
166+
#include "storage/dsm_registry.h"
164167
#include "storage/indexfsm.h"
165168
#include "storage/freespace.h"
166169
#include "storage/ipc.h"

0 commit comments

Comments
 (0)