From d293e582b8166595dc40706a273cf357b9029d44 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Tue, 15 Oct 2024 00:22:46 +0800 Subject: [PATCH] feat: include 'storage/indexfsm.h' (#1912) ### What does this PR do Includes [`storage/indexfsm.h`](https://github.com/postgres/postgres/blob/master/src/include/storage/indexfsm.h). Closes #1899 --- pgrx-pg-sys/include/pg12.h | 1 + pgrx-pg-sys/include/pg13.h | 1 + pgrx-pg-sys/include/pg14.h | 1 + pgrx-pg-sys/include/pg15.h | 1 + pgrx-pg-sys/include/pg16.h | 1 + pgrx-pg-sys/include/pg17.h | 1 + 6 files changed, 6 insertions(+) diff --git a/pgrx-pg-sys/include/pg12.h b/pgrx-pg-sys/include/pg12.h index 948c2d579..7eb989b65 100644 --- a/pgrx-pg-sys/include/pg12.h +++ b/pgrx-pg-sys/include/pg12.h @@ -138,6 +138,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h" diff --git a/pgrx-pg-sys/include/pg13.h b/pgrx-pg-sys/include/pg13.h index ce114c900..46044c895 100644 --- a/pgrx-pg-sys/include/pg13.h +++ b/pgrx-pg-sys/include/pg13.h @@ -139,6 +139,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h" diff --git a/pgrx-pg-sys/include/pg14.h b/pgrx-pg-sys/include/pg14.h index 2dc47687d..b257cbf94 100644 --- a/pgrx-pg-sys/include/pg14.h +++ b/pgrx-pg-sys/include/pg14.h @@ -140,6 +140,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h" diff --git a/pgrx-pg-sys/include/pg15.h b/pgrx-pg-sys/include/pg15.h index 2500a0c7e..f8f3b4686 100644 --- a/pgrx-pg-sys/include/pg15.h +++ b/pgrx-pg-sys/include/pg15.h @@ -141,6 +141,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h" diff --git a/pgrx-pg-sys/include/pg16.h b/pgrx-pg-sys/include/pg16.h index 29e31e9ee..109963257 100644 --- a/pgrx-pg-sys/include/pg16.h +++ b/pgrx-pg-sys/include/pg16.h @@ -143,6 +143,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h" diff --git a/pgrx-pg-sys/include/pg17.h b/pgrx-pg-sys/include/pg17.h index b2b37a239..828374b27 100644 --- a/pgrx-pg-sys/include/pg17.h +++ b/pgrx-pg-sys/include/pg17.h @@ -143,6 +143,7 @@ #include "storage/bufmgr.h" #include "storage/buffile.h" #include "storage/bufpage.h" +#include "storage/indexfsm.h" #include "storage/ipc.h" #include "storage/itemptr.h" #include "storage/lmgr.h"