From 02282dfaadea20b9b1a06344d5aa3051055c8391 Mon Sep 17 00:00:00 2001 From: usamoi Date: Mon, 21 Oct 2024 15:22:20 +0800 Subject: [PATCH] add commands/progress.h --- 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 9bc882af8..01fb79d3e 100644 --- a/pgrx-pg-sys/include/pg12.h +++ b/pgrx-pg-sys/include/pg12.h @@ -74,6 +74,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h" diff --git a/pgrx-pg-sys/include/pg13.h b/pgrx-pg-sys/include/pg13.h index 97c85bc5b..1a659d66d 100644 --- a/pgrx-pg-sys/include/pg13.h +++ b/pgrx-pg-sys/include/pg13.h @@ -75,6 +75,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h" diff --git a/pgrx-pg-sys/include/pg14.h b/pgrx-pg-sys/include/pg14.h index 0c1f11722..2ca8731a0 100644 --- a/pgrx-pg-sys/include/pg14.h +++ b/pgrx-pg-sys/include/pg14.h @@ -75,6 +75,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h" diff --git a/pgrx-pg-sys/include/pg15.h b/pgrx-pg-sys/include/pg15.h index f6d6bc9b1..9bf8d7547 100644 --- a/pgrx-pg-sys/include/pg15.h +++ b/pgrx-pg-sys/include/pg15.h @@ -76,6 +76,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h" diff --git a/pgrx-pg-sys/include/pg16.h b/pgrx-pg-sys/include/pg16.h index 258926470..73af002c9 100644 --- a/pgrx-pg-sys/include/pg16.h +++ b/pgrx-pg-sys/include/pg16.h @@ -77,6 +77,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h" diff --git a/pgrx-pg-sys/include/pg17.h b/pgrx-pg-sys/include/pg17.h index 95158f5a9..c0deeea55 100644 --- a/pgrx-pg-sys/include/pg17.h +++ b/pgrx-pg-sys/include/pg17.h @@ -77,6 +77,7 @@ #include "commands/extension.h" #include "commands/prepare.h" #include "commands/proclang.h" +#include "commands/progress.h" #include "commands/seclabel.h" #include "commands/tablespace.h" #include "commands/tablecmds.h"